Shades of Rust #B03F0D
Tints of Rust #B03F0D
RGB
CMYK
RGB Variations
Color information
#B03F0D (or 0xB03F0D) is known color: Rust. HEX triplet: B0, 3F and 0D. RGB value is (176,63,13). Sum of RGB (Red+Green+Blue) = 176+63+13=252 (33% of max value = 765). Red value is 176 (69.14% from 255 or 69.84% from 252); Green value is 63 (25% from 255 or 25% from 252); Blue value is 13 (5.47% from 255 or 5.16% from 252); Max value from RGB is 176 - color contains mainly: red. Hex color #B03F0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B03F0D is #4FC0F2. Grayscale: #5B5B5B. Windows color (decimal): -5226739 or 868272. OLE color: 868272.
HSL color Cylindrical-coordinate representation of color #B03F0D: hue angle of 18.4º degrees, saturation: 0.86, 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 #B03F0D is Cyan = 0, Magento = 0.64, Yellow = 0.93 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 63 | 13 | - |
| CMYK | 0 | 0.64 | 0.93 | 0.31 |
| HSL | 18.4º | 0.86% | 0.37% | - |
| HSV(B) | 18.4º | 0.93% | 0.69% | - |
| XYZ | 19.75 | 12.81 | 1.81 | - |
| YUV | 91.09 | 83.94 | 188.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 63 | 13 | 0 | 0.64 | 0.93 | 0.31 | 18.4 | 0.86 | 0.37 |
| Hex | B0 | 3F | D | 0 | 40 | 5D | 1F | 12 | 56 | 25 |
| Octal | 260 | 77 | 15 | 0 | 100 | 135 | 37 | 22 | 126 | 45 |
| Binary | 10110000 | 111111 | 1101 | 0 | 1000000 | 1011101 | 11111 | 10010 | 1010110 | 100101 |
Color Harmonies of #B03F0D
Complementary color
Monochromatic Colors of #B03F0D
Black with #B03F0D
Text Example
Text Example
White with #B03F0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B03F0D; }
p { color: rgb(176,63,13); }
H1.HeaderClassName
{
color: #B03F0D;
}
.AnyTagClassName
{
color: #B03F0D;
}
</style>
background-color css
<style>
a { background-color: #B03F0D; }
a { background-color: rgb(176,63,13); }
div.DivClassName
{
background-color: #B03F0D;
}
.BgClassName
{
background-color: #B03F0D;
}
</style>
border-color css
<style>
span { border-color: #B03F0D; }
span { border-color: rgb(176,63,13); }
td.TdClassName
{
border-color: #B03F0D;
}
.TagClassName
{
border-color: #B03F0D;
}
</style>