#B03E0E

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

Shades of Rust #B03E0E

Tints of Rust #B03E0E

Color information

#B03E0E (or 0xB03E0E) is unknown color: approx Rust. HEX triplet: B0, 3E and 0E. RGB value is (176,62,14). Sum of RGB (Red+Green+Blue) = 176+62+14=252 (33% of max value = 765). Red value is 176 (69.14% from 255 or 69.84% from 252); Green value is 62 (24.61% from 255 or 24.60% from 252); Blue value is 14 (5.86% from 255 or 5.56% from 252); Max value from RGB is 176 - color contains mainly: red. Hex color #B03E0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B03E0E is #4FC1F1. Grayscale: #5A5A5A. Windows color (decimal): -5226994 or 933552. OLE color: 933552.

HSL color Cylindrical-coordinate representation of color #B03E0E: hue angle of 17.78º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B03E0E is Cyan = 0, Magento = 0.65, Yellow = 0.92 and Black (K on CMYK) = 0.31.

Color convert

RGB1766214-
CMYK00.650.920.31
HSL17.78º85.26%37.25%-
HSV(B)17.78º92.05%69.02%-
XYZ19.7112.711.83-
YUV90.6184.77188.9-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 69.84%
GREEN value IS 62 (24.61% from 255) = 24.60%
BLUE value IS 14 (5.86% from 255) = 5.56%
R=69.84%
G=24.60%
B=5.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.92
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176621400.650.920.3117.7885.2637.25
HexB03EE0415C1F125525
Octal26076160101134372212545
Binary10110000111110111001000001101110011111100101010101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B03E0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B03E0E; }

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

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

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

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

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

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

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

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