#B02C0C

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

Shades of Rust #B02C0C

Tints of Rust #B02C0C

Color information

#B02C0C (or 0xB02C0C) is unknown color: approx Rust. HEX triplet: B0, 2C and 0C. RGB value is (176,44,12). Sum of RGB (Red+Green+Blue) = 176+44+12=232 (30% of max value = 765). Red value is 176 (69.14% from 255 or 75.86% from 232); Green value is 44 (17.58% from 255 or 18.97% from 232); Blue value is 12 (5.08% from 255 or 5.17% from 232); Max value from RGB is 176 - color contains mainly: red. Hex color #B02C0C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B02C0C is #4FD3F3. Grayscale: #505050. Windows color (decimal): -5231604 or 797872. OLE color: 797872.

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

Color convert

RGB1764412-
CMYK00.750.930.31
HSL11.71º87.23%36.86%-
HSV(B)11.71º93.18%69.02%-
XYZ18.8711.061.49-
YUV79.8289.73196.6-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 75.86%
GREEN value IS 44 (17.58% from 255) = 18.97%
BLUE value IS 12 (5.08% from 255) = 5.17%
R=75.86%
G=18.97%
B=5.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.93
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176441200.750.930.3111.7187.2336.86
HexB02CC04B5D1Fc5725
Octal26054140113135371412745
Binary1011000010110011000100101110111011111111001010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B02C0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B02C0C; }

 p { color: rgb(176,44,12); }

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

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

 a { background-color: rgb(176,44,12); }

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

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

 span { border-color: rgb(176,44,12); }

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