#B52D06

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

Shades of Rust #B52D06

Tints of Rust #B52D06

Color information

#B52D06 (or 0xB52D06) is unknown color: approx Rust. HEX triplet: B5, 2D and 06. RGB value is (181,45,6). Sum of RGB (Red+Green+Blue) = 181+45+6=232 (30% of max value = 765). Red value is 181 (71.09% from 255 or 78.02% from 232); Green value is 45 (17.97% from 255 or 19.40% from 232); Blue value is 6 (2.73% from 255 or 2.59% from 232); Max value from RGB is 181 - color contains mainly: red. Hex color #B52D06 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B52D06 is #4AD2F9. Grayscale: #515151. Windows color (decimal): -4903674 or 404917. OLE color: 404917.

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

Color convert

RGB181456-
CMYK00.750.970.29
HSL13.37º93.58%36.67%-
HSV(B)13.37º96.69%70.98%-
XYZ20.0311.711.38-
YUV81.2285.56199.17-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 78.02%
GREEN value IS 45 (17.97% from 255) = 19.40%
BLUE value IS 6 (2.73% from 255) = 2.59%
R=78.02%
G=19.40%
B=2.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.97
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18145600.750.970.2913.3793.5836.67
HexB52D604B611Dd5e25
Octal2655560113141351513645
Binary101101011011011100100101111000011110111011011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B52D06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B52D06; }

 p { color: rgb(181,45,6); }

 H1.HeaderClassName
 {
   color: #B52D06;
 }
 .AnyTagClassName
 {
   color: #B52D06;
 }
</style>
background-color css

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

 a { background-color: rgb(181,45,6); }

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

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

 span { border-color: rgb(181,45,6); }

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