Shades of Rust #B03E13
Tints of Rust #B03E13
RGB
CMYK
RGB Variations
Color information
#B03E13 (or 0xB03E13) is known color: Rust. HEX triplet: B0, 3E and 13. RGB value is (176,62,19). Sum of RGB (Red+Green+Blue) = 176+62+19=257 (34% of max value = 765). Red value is 176 (69.14% from 255 or 68.48% from 257); Green value is 62 (24.61% from 255 or 24.12% from 257); Blue value is 19 (7.81% from 255 or 7.39% from 257); Max value from RGB is 176 - color contains mainly: red. Hex color #B03E13 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B03E13 is #4FC1EC. Grayscale: #5B5B5B. Windows color (decimal): -5226989 or 1261232. OLE color: 1261232.
HSL color Cylindrical-coordinate representation of color #B03E13: hue angle of 16.43º 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 #B03E13 is Cyan = 0, Magento = 0.65, Yellow = 0.89 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 62 | 19 | - |
| CMYK | 0 | 0.65 | 0.89 | 0.31 |
| HSL | 16.43º | 0.81% | 0.38% | - |
| HSV(B) | 16.43º | 0.89% | 0.69% | - |
| XYZ | 19.74 | 12.72 | 2.03 | - |
| YUV | 91.18 | 87.27 | 188.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 62 | 19 | 0 | 0.65 | 0.89 | 0.31 | 16.43 | 0.81 | 0.38 |
| Hex | B0 | 3E | 13 | 0 | 41 | 59 | 1F | 10 | 51 | 26 |
| Octal | 260 | 76 | 23 | 0 | 101 | 131 | 37 | 20 | 121 | 46 |
| Binary | 10110000 | 111110 | 10011 | 0 | 1000001 | 1011001 | 11111 | 10000 | 1010001 | 100110 |
Color Harmonies of #B03E13
Complementary color
Monochromatic Colors of #B03E13
Black with #B03E13
Text Example
Text Example
White with #B03E13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B03E13; }
p { color: rgb(176,62,19); }
H1.HeaderClassName
{
color: #B03E13;
}
.AnyTagClassName
{
color: #B03E13;
}
</style>
background-color css
<style>
a { background-color: #B03E13; }
a { background-color: rgb(176,62,19); }
div.DivClassName
{
background-color: #B03E13;
}
.BgClassName
{
background-color: #B03E13;
}
</style>
border-color css
<style>
span { border-color: #B03E13; }
span { border-color: rgb(176,62,19); }
td.TdClassName
{
border-color: #B03E13;
}
.TagClassName
{
border-color: #B03E13;
}
</style>