#B95006

Color #B95006 Rust (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rust #B95006

Tints of Rust #B95006

Color information

#B95006 (or 0xB95006) is unknown color: approx 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

RGB185806-
CMYK00.570.970.27
HSL24.8º93.72%37.45%-
HSV(B)24.8º96.76%72.55%-
XYZ22.9116.062.07-
YUV102.9673.29186.52-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.97
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18580600.570.970.2724.893.7237.45
HexB9506039611B195e25
Octal2711206071141333113645
Binary1011100110100001100111001110000111011110011011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>