#B32D05

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

Shades of Rust #B32D05

Tints of Rust #B32D05

Color information

#B32D05 (or 0xB32D05) is unknown color: approx Rust. HEX triplet: B3, 2D and 05. RGB value is (179,45,5). Sum of RGB (Red+Green+Blue) = 179+45+5=229 (30% of max value = 765). Red value is 179 (70.31% from 255 or 78.17% from 229); Green value is 45 (17.97% from 255 or 19.65% from 229); Blue value is 5 (2.34% from 255 or 2.18% from 229); Max value from RGB is 179 - color contains mainly: red. Hex color #B32D05 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B32D05 is #4CD2FA. Grayscale: #505050. Windows color (decimal): -5034747 or 339379. OLE color: 339379.

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

Color convert

RGB179455-
CMYK00.750.970.30
HSL13.79º94.57%36.08%-
HSV(B)13.79º97.21%70.2%-
XYZ19.5611.471.33-
YUV80.5185.39198.25-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 78.17%
GREEN value IS 45 (17.97% from 255) = 19.65%
BLUE value IS 5 (2.34% from 255) = 2.18%
R=78.17%
G=19.65%
B=2.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.97
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17945500.750.970.3013.7994.5736.08
HexB32D504B611Ee5f24
Octal2635550113141361613744
Binary101100111011011010100101111000011111011101011111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B32D05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B32D05; }

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

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

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

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

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

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

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

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