#B32D0B

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

Shades of Rust #B32D0B

Tints of Rust #B32D0B

Color information

#B32D0B (or 0xB32D0B) is unknown color: approx Rust. HEX triplet: B3, 2D and 0B. RGB value is (179,45,11). Sum of RGB (Red+Green+Blue) = 179+45+11=235 (31% of max value = 765). Red value is 179 (70.31% from 255 or 76.17% from 235); Green value is 45 (17.97% from 255 or 19.15% from 235); Blue value is 11 (4.69% from 255 or 4.68% from 235); Max value from RGB is 179 - color contains mainly: red. Hex color #B32D0B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B32D0B is #4CD2F4. Grayscale: #515151. Windows color (decimal): -5034741 or 732595. OLE color: 732595.

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

Color convert

RGB1794511-
CMYK00.750.940.30
HSL12.14º88.42%37.25%-
HSV(B)12.14º93.85%70.2%-
XYZ19.5911.481.5-
YUV81.1988.39197.76-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 76.17%
GREEN value IS 45 (17.97% from 255) = 19.15%
BLUE value IS 11 (4.69% from 255) = 4.68%
R=76.17%
G=19.15%
B=4.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.94
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179451100.750.940.3012.1488.4237.25
HexB32DB04B5E1Ec5825
Octal26355130113136361413045
Binary1011001110110110110100101110111101111011001011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B32D0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B32D0B; }

 p { color: rgb(179,45,11); }

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

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

 a { background-color: rgb(179,45,11); }

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

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

 span { border-color: rgb(179,45,11); }

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