#B0300E

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

Shades of Rust #B0300E

Tints of Rust #B0300E

Color information

#B0300E (or 0xB0300E) is unknown color: approx Rust. HEX triplet: B0, 30 and 0E. RGB value is (176,48,14). Sum of RGB (Red+Green+Blue) = 176+48+14=238 (31% of max value = 765). Red value is 176 (69.14% from 255 or 73.95% from 238); Green value is 48 (19.14% from 255 or 20.17% from 238); Blue value is 14 (5.86% from 255 or 5.88% from 238); Max value from RGB is 176 - color contains mainly: red. Hex color #B0300E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B0300E is #4FCFF1. Grayscale: #525252. Windows color (decimal): -5230578 or 929968. OLE color: 929968.

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

Color convert

RGB1764814-
CMYK00.730.920.31
HSL12.59º85.26%37.25%-
HSV(B)12.59º92.05%69.02%-
XYZ19.0411.381.61-
YUV82.489.41194.76-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 73.95%
GREEN value IS 48 (19.14% from 255) = 20.17%
BLUE value IS 14 (5.86% from 255) = 5.88%
R=73.95%
G=20.17%
B=5.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.92
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176481400.730.920.3112.5985.2637.25
HexB030E0495C1Fd5525
Octal26060160111134371512545
Binary1011000011000011100100100110111001111111011010101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0300E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0300E; }

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

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

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

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

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

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

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

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