#B03E08

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

Shades of Rust #B03E08

Tints of Rust #B03E08

Color information

#B03E08 (or 0xB03E08) is unknown color: approx Rust. HEX triplet: B0, 3E and 08. RGB value is (176,62,8). Sum of RGB (Red+Green+Blue) = 176+62+8=246 (32% of max value = 765). Red value is 176 (69.14% from 255 or 71.54% from 246); Green value is 62 (24.61% from 255 or 25.20% from 246); Blue value is 8 (3.52% from 255 or 3.25% from 246); Max value from RGB is 176 - color contains mainly: red. Hex color #B03E08 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B03E08 is #4FC1F7. Grayscale: #5A5A5A. Windows color (decimal): -5227000 or 540336. OLE color: 540336.

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

Color convert

RGB176628-
CMYK00.650.950.31
HSL19.29º91.3%36.08%-
HSV(B)19.29º95.45%69.02%-
XYZ19.6712.691.64-
YUV89.9381.77189.39-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 71.54%
GREEN value IS 62 (24.61% from 255) = 25.20%
BLUE value IS 8 (3.52% from 255) = 3.25%
R=71.54%
G=25.20%
B=3.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.95
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17662800.650.950.3119.2991.336.08
HexB03E80415F1F135b24
Octal26076100101137372313344
Binary10110000111110100001000001101111111111100111011011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B03E08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B03E08; }

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

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

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

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

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

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

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

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