#B32E0C

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

Shades of Rust #B32E0C

Tints of Rust #B32E0C

Color information

#B32E0C (or 0xB32E0C) is unknown color: approx Rust. HEX triplet: B3, 2E and 0C. RGB value is (179,46,12). Sum of RGB (Red+Green+Blue) = 179+46+12=237 (31% of max value = 765). Red value is 179 (70.31% from 255 or 75.53% from 237); Green value is 46 (18.36% from 255 or 19.41% from 237); Blue value is 12 (5.08% from 255 or 5.06% from 237); Max value from RGB is 179 - color contains mainly: red. Hex color #B32E0C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B32E0C is #4CD1F3. Grayscale: #525252. Windows color (decimal): -5034484 or 798387. OLE color: 798387.

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

Color convert

RGB1794612-
CMYK00.740.930.30
HSL12.22º87.43%37.45%-
HSV(B)12.22º93.3%70.2%-
XYZ19.6311.561.55-
YUV81.8988.56197.26-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 75.53%
GREEN value IS 46 (18.36% from 255) = 19.41%
BLUE value IS 12 (5.08% from 255) = 5.06%
R=75.53%
G=19.41%
B=5.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.93
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179461200.740.930.3012.2287.4337.45
HexB32EC04A5D1Ec5725
Octal26356140112135361412745
Binary1011001110111011000100101010111011111011001010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B32E0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B32E0C; }

 p { color: rgb(179,46,12); }

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

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

 a { background-color: rgb(179,46,12); }

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

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

 span { border-color: rgb(179,46,12); }

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