Shades of Rust #B03E0E
Tints of Rust #B03E0E
RGB
CMYK
RGB Variations
Color information
#B03E0E (or 0xB03E0E) is known color: 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
| RGB | 176 | 62 | 14 | - |
| CMYK | 0 | 0.65 | 0.92 | 0.31 |
| HSL | 17.78º | 0.85% | 0.37% | - |
| HSV(B) | 17.78º | 0.92% | 0.69% | - |
| XYZ | 19.71 | 12.71 | 1.83 | - |
| YUV | 90.61 | 84.77 | 188.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 62 | 14 | 0 | 0.65 | 0.92 | 0.31 | 17.78 | 0.85 | 0.37 |
| Hex | B0 | 3E | E | 0 | 41 | 5C | 1F | 12 | 55 | 25 |
| Octal | 260 | 76 | 16 | 0 | 101 | 134 | 37 | 22 | 125 | 45 |
| Binary | 10110000 | 111110 | 1110 | 0 | 1000001 | 1011100 | 11111 | 10010 | 1010101 | 100101 |
Color Harmonies of #B03E0E
Complementary color
Monochromatic Colors of #B03E0E
Black with #B03E0E
Text Example
Text Example
White with #B03E0E
Text Example
Text Example
HTML Codes & Css Web 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>