#B02E06

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

Shades of Rust #B02E06

Tints of Rust #B02E06

Color information

#B02E06 (or 0xB02E06) is unknown color: approx Rust. HEX triplet: B0, 2E and 06. RGB value is (176,46,6). Sum of RGB (Red+Green+Blue) = 176+46+6=228 (30% of max value = 765). Red value is 176 (69.14% from 255 or 77.19% from 228); Green value is 46 (18.36% from 255 or 20.18% from 228); Blue value is 6 (2.73% from 255 or 2.63% from 228); Max value from RGB is 176 - color contains mainly: red. Hex color #B02E06 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B02E06 is #4FD1F9. Grayscale: #505050. Windows color (decimal): -5231098 or 405168. OLE color: 405168.

HSL color Cylindrical-coordinate representation of color #B02E06: hue angle of 14.12º 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 #B02E06 is Cyan = 0, Magento = 0.74, Yellow = 0.97 and Black (K on CMYK) = 0.31.

Color convert

RGB176466-
CMYK00.740.970.31
HSL14.12º93.41%35.69%-
HSV(B)14.12º96.59%69.02%-
XYZ18.9111.21.34-
YUV80.3186.07196.25-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 77.19%
GREEN value IS 46 (18.36% from 255) = 20.18%
BLUE value IS 6 (2.73% from 255) = 2.63%
R=77.19%
G=20.18%
B=2.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.97
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17646600.740.970.3114.1293.4135.69
HexB02E604A611Fe5d24
Octal2605660112141371613544
Binary101100001011101100100101011000011111111101011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B02E06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B02E06; }

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

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

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

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

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

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

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

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