#B02608

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

Shades of Rust #B02608

Tints of Rust #B02608

Color information

#B02608 (or 0xB02608) is unknown color: approx Rust. HEX triplet: B0, 26 and 08. RGB value is (176,38,8). Sum of RGB (Red+Green+Blue) = 176+38+8=222 (29% of max value = 765). Red value is 176 (69.14% from 255 or 79.28% from 222); Green value is 38 (15.23% from 255 or 17.12% from 222); Blue value is 8 (3.52% from 255 or 3.60% from 222); Max value from RGB is 176 - color contains mainly: red. Hex color #B02608 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B02608 is #4FD9F7. Grayscale: #4C4C4C. Windows color (decimal): -5233144 or 534192. OLE color: 534192.

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

Color convert

RGB176388-
CMYK00.780.950.31
HSL10.71º91.3%36.08%-
HSV(B)10.71º95.45%69.02%-
XYZ18.6410.631.3-
YUV75.8489.72199.44-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 79.28%
GREEN value IS 38 (15.23% from 255) = 17.12%
BLUE value IS 8 (3.52% from 255) = 3.60%
R=79.28%
G=17.12%
B=3.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.95
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17638800.780.950.3110.7191.336.08
HexB026804E5F1Fb5b24
Octal26046100116137371313344
Binary1011000010011010000100111010111111111110111011011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B02608

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B02608; }

 p { color: rgb(176,38,8); }

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

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

 a { background-color: rgb(176,38,8); }

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

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

 span { border-color: rgb(176,38,8); }

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