Html Css Color HEX #B95006 Rust

📋 copy color: '#B95006'

red 185 ◦ green 80 ◦ blue 6

#B95006
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rust #B95006

Tints of Rust #B95006

RGB

 RED value IS 185 (72.66% from 255) = 68.27%

 GREEN value IS 80 (31.64% from 255) = 29.52%

 BLUE value IS 6 (2.73% from 255) = 2.21%

R = 68.27%
G = 29.52%
B = 2.21%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.97

 K value IS 0.27

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B95006 (or 0xB95006) is known color: Rust. HEX triplet: B9, 50 and 06. RGB value is (185,80,6). Sum of RGB (Red+Green+Blue) = 185+80+6=271 (35% of max value = 765). Red value is 185 (72.66% from 255 or 68.27% from 271); Green value is 80 (31.64% from 255 or 29.52% from 271); Blue value is 6 (2.73% from 255 or 2.21% from 271); Max value from RGB is 185 - color contains mainly: red. Hex color #B95006 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B95006 is #46AFF9. Grayscale: #676767. Windows color (decimal): -4632570 or 413881. OLE color: 413881.

HSL color Cylindrical-coordinate representation of color #B95006: hue angle of 24.8º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B95006 is Cyan = 0, Magento = 0.57, Yellow = 0.97 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 80 6 -
CMYK 0 0.57 0.97 0.27
HSL 24.8º 0.94% 0.37% -
HSV(B) 24.8º 0.97% 0.73% -
XYZ 22.91 16.06 2.07 -
YUV 102.96 73.29 186.52 -
System Red Green Blue C M Y K H S L
Decimal 185 80 6 0 0.57 0.97 0.27 24.8 0.94 0.37
Hex B9 50 6 0 39 61 1B 19 5E 25
Octal 271 120 6 0 71 141 33 31 136 45
Binary 10111001 1010000 110 0 111001 1100001 11011 11001 1011110 100101

Color Harmonies of #B95006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95006

Black with #B95006

Text Example


Text Example

White with #B95006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95006; }

 p { color: rgb(185,80,6); }

 H1.HeaderClassName
 {
   color: #B95006;
 }
 .AnyTagClassName
 {
   color: #B95006;
 }
</style>

background-color css

<style>
 a { background-color: #B95006; }

 a { background-color: rgb(185,80,6); }

 div.DivClassName
 {
   background-color: #B95006;
 }
 .BgClassName
 {
   background-color: #B95006;
 }
</style>

border-color css

<style>
 span { border-color: #B95006; }

 span { border-color: rgb(185,80,6); }

 td.TdClassName
 {
   border-color: #B95006;
 }
 .TagClassName
 {
   border-color: #B95006;
 }
</style>