#B02C06

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

Shades of Rust #B02C06

Tints of Rust #B02C06

Color information

#B02C06 (or 0xB02C06) is unknown color: approx Rust. HEX triplet: B0, 2C and 06. RGB value is (176,44,6). Sum of RGB (Red+Green+Blue) = 176+44+6=226 (29% of max value = 765). Red value is 176 (69.14% from 255 or 77.88% from 226); Green value is 44 (17.58% from 255 or 19.47% from 226); Blue value is 6 (2.73% from 255 or 2.65% from 226); Max value from RGB is 176 - color contains mainly: red. Hex color #B02C06 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B02C06 is #4FD3F9. Grayscale: #4F4F4F. Windows color (decimal): -5231610 or 404656. OLE color: 404656.

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

Color convert

RGB176446-
CMYK00.750.970.31
HSL13.41º93.41%35.69%-
HSV(B)13.41º96.59%69.02%-
XYZ18.8411.041.31-
YUV79.1486.73197.09-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 77.88%
GREEN value IS 44 (17.58% from 255) = 19.47%
BLUE value IS 6 (2.73% from 255) = 2.65%
R=77.88%
G=19.47%
B=2.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.97
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17644600.750.970.3113.4193.4135.69
HexB02C604B611Fd5d24
Octal2605460113141371513544
Binary101100001011001100100101111000011111111011011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B02C06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B02C06; }

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

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

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

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

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

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

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

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