#B32E08

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

Shades of Rust #B32E08

Tints of Rust #B32E08

Color information

#B32E08 (or 0xB32E08) is unknown color: approx Rust. HEX triplet: B3, 2E and 08. RGB value is (179,46,8). Sum of RGB (Red+Green+Blue) = 179+46+8=233 (30% of max value = 765). Red value is 179 (70.31% from 255 or 76.82% from 233); Green value is 46 (18.36% from 255 or 19.74% from 233); Blue value is 8 (3.52% from 255 or 3.43% from 233); Max value from RGB is 179 - color contains mainly: red. Hex color #B32E08 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B32E08 is #4CD1F7. Grayscale: #515151. Windows color (decimal): -5034488 or 536243. OLE color: 536243.

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

Color convert

RGB179468-
CMYK00.740.960.30
HSL13.33º91.44%36.67%-
HSV(B)13.33º95.53%70.2%-
XYZ19.6111.561.43-
YUV81.4486.56197.59-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 76.82%
GREEN value IS 46 (18.36% from 255) = 19.74%
BLUE value IS 8 (3.52% from 255) = 3.43%
R=76.82%
G=19.74%
B=3.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.96
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17946800.740.960.3013.3391.4436.67
HexB32E804A601Ed5b25
Octal26356100112140361513345
Binary1011001110111010000100101011000001111011011011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B32E08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B32E08; }

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

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

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

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

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

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

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

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