#B02F06

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

Shades of Rust #B02F06

Tints of Rust #B02F06

Color information

#B02F06 (or 0xB02F06) is unknown color: approx Rust. HEX triplet: B0, 2F and 06. RGB value is (176,47,6). Sum of RGB (Red+Green+Blue) = 176+47+6=229 (30% of max value = 765). Red value is 176 (69.14% from 255 or 76.86% from 229); Green value is 47 (18.75% from 255 or 20.52% from 229); Blue value is 6 (2.73% from 255 or 2.62% from 229); Max value from RGB is 176 - color contains mainly: red. Hex color #B02F06 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B02F06 is #4FD0F9. Grayscale: #515151. Windows color (decimal): -5230842 or 405424. OLE color: 405424.

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

Color convert

RGB176476-
CMYK00.730.970.31
HSL14.47º93.41%35.69%-
HSV(B)14.47º96.59%69.02%-
XYZ18.9511.281.35-
YUV80.985.74195.83-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 76.86%
GREEN value IS 47 (18.75% from 255) = 20.52%
BLUE value IS 6 (2.73% from 255) = 2.62%
R=76.86%
G=20.52%
B=2.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.97
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17647600.730.970.3114.4793.4135.69
HexB02F6049611Fe5d24
Octal2605760111141371613544
Binary101100001011111100100100111000011111111101011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B02F06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B02F06; }

 p { color: rgb(176,47,6); }

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

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

 a { background-color: rgb(176,47,6); }

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

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

 span { border-color: rgb(176,47,6); }

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