Shades of Rust #B03F13
Tints of Rust #B03F13
RGB
CMYK
RGB Variations
Color information
#B03F13 (or 0xB03F13) is known color: Rust. HEX triplet: B0, 3F and 13. RGB value is (176,63,19). Sum of RGB (Red+Green+Blue) = 176+63+19=258 (34% of max value = 765). Red value is 176 (69.14% from 255 or 68.22% from 258); Green value is 63 (25% from 255 or 24.42% from 258); Blue value is 19 (7.81% from 255 or 7.36% from 258); Max value from RGB is 176 - color contains mainly: red. Hex color #B03F13 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B03F13 is #4FC0EC. Grayscale: #5C5C5C. Windows color (decimal): -5226733 or 1261488. OLE color: 1261488.
HSL color Cylindrical-coordinate representation of color #B03F13: hue angle of 16.82º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B03F13 is Cyan = 0, Magento = 0.64, Yellow = 0.89 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 63 | 19 | - |
| CMYK | 0 | 0.64 | 0.89 | 0.31 |
| HSL | 16.82º | 0.81% | 0.38% | - |
| HSV(B) | 16.82º | 0.89% | 0.69% | - |
| XYZ | 19.8 | 12.83 | 2.05 | - |
| YUV | 91.77 | 86.94 | 188.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 63 | 19 | 0 | 0.64 | 0.89 | 0.31 | 16.82 | 0.81 | 0.38 |
| Hex | B0 | 3F | 13 | 0 | 40 | 59 | 1F | 11 | 51 | 26 |
| Octal | 260 | 77 | 23 | 0 | 100 | 131 | 37 | 21 | 121 | 46 |
| Binary | 10110000 | 111111 | 10011 | 0 | 1000000 | 1011001 | 11111 | 10001 | 1010001 | 100110 |
Color Harmonies of #B03F13
Complementary color
Monochromatic Colors of #B03F13
Black with #B03F13
Text Example
Text Example
White with #B03F13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B03F13; }
p { color: rgb(176,63,19); }
H1.HeaderClassName
{
color: #B03F13;
}
.AnyTagClassName
{
color: #B03F13;
}
</style>
background-color css
<style>
a { background-color: #B03F13; }
a { background-color: rgb(176,63,19); }
div.DivClassName
{
background-color: #B03F13;
}
.BgClassName
{
background-color: #B03F13;
}
</style>
border-color css
<style>
span { border-color: #B03F13; }
span { border-color: rgb(176,63,19); }
td.TdClassName
{
border-color: #B03F13;
}
.TagClassName
{
border-color: #B03F13;
}
</style>