Shades of Rust #B03F0E
Tints of Rust #B03F0E
RGB
CMYK
RGB Variations
Color information
#B03F0E (or 0xB03F0E) is known color: Rust. HEX triplet: B0, 3F and 0E. RGB value is (176,63,14). Sum of RGB (Red+Green+Blue) = 176+63+14=253 (33% of max value = 765). Red value is 176 (69.14% from 255 or 69.57% from 253); Green value is 63 (25% from 255 or 24.90% from 253); Blue value is 14 (5.86% from 255 or 5.53% from 253); Max value from RGB is 176 - color contains mainly: red. Hex color #B03F0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B03F0E is #4FC0F1. Grayscale: #5B5B5B. Windows color (decimal): -5226738 or 933808. OLE color: 933808.
HSL color Cylindrical-coordinate representation of color #B03F0E: hue angle of 18.15º 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 #B03F0E is Cyan = 0, Magento = 0.64, Yellow = 0.92 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 63 | 14 | - |
| CMYK | 0 | 0.64 | 0.92 | 0.31 |
| HSL | 18.15º | 0.85% | 0.37% | - |
| HSV(B) | 18.15º | 0.92% | 0.69% | - |
| XYZ | 19.76 | 12.82 | 1.85 | - |
| YUV | 91.2 | 84.44 | 188.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 63 | 14 | 0 | 0.64 | 0.92 | 0.31 | 18.15 | 0.85 | 0.37 |
| Hex | B0 | 3F | E | 0 | 40 | 5C | 1F | 12 | 55 | 25 |
| Octal | 260 | 77 | 16 | 0 | 100 | 134 | 37 | 22 | 125 | 45 |
| Binary | 10110000 | 111111 | 1110 | 0 | 1000000 | 1011100 | 11111 | 10010 | 1010101 | 100101 |
Color Harmonies of #B03F0E
Complementary color
Monochromatic Colors of #B03F0E
Black with #B03F0E
Text Example
Text Example
White with #B03F0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B03F0E; }
p { color: rgb(176,63,14); }
H1.HeaderClassName
{
color: #B03F0E;
}
.AnyTagClassName
{
color: #B03F0E;
}
</style>
background-color css
<style>
a { background-color: #B03F0E; }
a { background-color: rgb(176,63,14); }
div.DivClassName
{
background-color: #B03F0E;
}
.BgClassName
{
background-color: #B03F0E;
}
</style>
border-color css
<style>
span { border-color: #B03F0E; }
span { border-color: rgb(176,63,14); }
td.TdClassName
{
border-color: #B03F0E;
}
.TagClassName
{
border-color: #B03F0E;
}
</style>