#B03E0C

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

Shades of Rust #B03E0C

Tints of Rust #B03E0C

Color information

#B03E0C (or 0xB03E0C) is unknown color: approx Rust. HEX triplet: B0, 3E and 0C. RGB value is (176,62,12). Sum of RGB (Red+Green+Blue) = 176+62+12=250 (33% of max value = 765). Red value is 176 (69.14% from 255 or 70.4% from 250); Green value is 62 (24.61% from 255 or 24.8% from 250); Blue value is 12 (5.08% from 255 or 4.8% from 250); Max value from RGB is 176 - color contains mainly: red. Hex color #B03E0C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B03E0C is #4FC1F3. Grayscale: #5A5A5A. Windows color (decimal): -5226996 or 802480. OLE color: 802480.

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

Color convert

RGB1766212-
CMYK00.650.930.31
HSL18.29º87.23%36.86%-
HSV(B)18.29º93.18%69.02%-
XYZ19.6912.71.76-
YUV90.3983.77189.07-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 70.4%
GREEN value IS 62 (24.61% from 255) = 24.8%
BLUE value IS 12 (5.08% from 255) = 4.8%
R=70.4%
G=24.8%
B=4.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.93
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176621200.650.930.3118.2987.2336.86
HexB03EC0415D1F125725
Octal26076140101135372212745
Binary10110000111110110001000001101110111111100101010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B03E0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B03E0C; }

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

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

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

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

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

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

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

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