#B52B02

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

Shades of Rust #B52B02

Tints of Rust #B52B02

Color information

#B52B02 (or 0xB52B02) is unknown color: approx Rust. HEX triplet: B5, 2B and 02. RGB value is (181,43,2). Sum of RGB (Red+Green+Blue) = 181+43+2=226 (29% of max value = 765). Red value is 181 (71.09% from 255 or 80.09% from 226); Green value is 43 (17.19% from 255 or 19.03% from 226); Blue value is 2 (1.17% from 255 or 0.88% from 226); Max value from RGB is 181 - color contains mainly: red. Hex color #B52B02 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B52B02 is #4AD4FD. Grayscale: #4F4F4F. Windows color (decimal): -4904190 or 142261. OLE color: 142261.

HSL color Cylindrical-coordinate representation of color #B52B02: hue angle of 13.74º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B52B02 is Cyan = 0, Magento = 0.76, Yellow = 0.99 and Black (K on CMYK) = 0.29.

Color convert

RGB181432-
CMYK00.760.990.29
HSL13.74º97.81%35.88%-
HSV(B)13.74º98.9%70.98%-
XYZ19.9311.561.24-
YUV79.5984.22200.33-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 80.09%
GREEN value IS 43 (17.19% from 255) = 19.03%
BLUE value IS 2 (1.17% from 255) = 0.88%
R=80.09%
G=19.03%
B=0.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.99
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18143200.760.990.2913.7497.8135.88
HexB52B204C631De6224
Octal2655320114143351614244
Binary10110101101011100100110011000111110111101100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B52B02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B52B02; }

 p { color: rgb(181,43,2); }

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

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

 a { background-color: rgb(181,43,2); }

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

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

 span { border-color: rgb(181,43,2); }

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