Shades of Rust #B03912
Tints of Rust #B03912
RGB
CMYK
RGB Variations
Color information
#B03912 (or 0xB03912) is known color: Rust. HEX triplet: B0, 39 and 12. RGB value is (176,57,18). Sum of RGB (Red+Green+Blue) = 176+57+18=251 (33% of max value = 765). Red value is 176 (69.14% from 255 or 70.12% from 251); Green value is 57 (22.66% from 255 or 22.71% from 251); Blue value is 18 (7.42% from 255 or 7.17% from 251); Max value from RGB is 176 - color contains mainly: red. Hex color #B03912 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B03912 is #4FC6ED. Grayscale: #585858. Windows color (decimal): -5228270 or 1194416. OLE color: 1194416.
HSL color Cylindrical-coordinate representation of color #B03912: hue angle of 14.81º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B03912 is Cyan = 0, Magento = 0.68, Yellow = 0.90 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 57 | 18 | - |
| CMYK | 0 | 0.68 | 0.90 | 0.31 |
| HSL | 14.81º | 0.81% | 0.38% | - |
| HSV(B) | 14.81º | 0.9% | 0.69% | - |
| XYZ | 19.48 | 12.2 | 1.9 | - |
| YUV | 88.14 | 88.42 | 190.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 57 | 18 | 0 | 0.68 | 0.90 | 0.31 | 14.81 | 0.81 | 0.38 |
| Hex | B0 | 39 | 12 | 0 | 44 | 5A | 1F | F | 51 | 26 |
| Octal | 260 | 71 | 22 | 0 | 104 | 132 | 37 | 17 | 121 | 46 |
| Binary | 10110000 | 111001 | 10010 | 0 | 1000100 | 1011010 | 11111 | 1111 | 1010001 | 100110 |
Color Harmonies of #B03912
Complementary color
Monochromatic Colors of #B03912
Black with #B03912
Text Example
Text Example
White with #B03912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B03912; }
p { color: rgb(176,57,18); }
H1.HeaderClassName
{
color: #B03912;
}
.AnyTagClassName
{
color: #B03912;
}
</style>
background-color css
<style>
a { background-color: #B03912; }
a { background-color: rgb(176,57,18); }
div.DivClassName
{
background-color: #B03912;
}
.BgClassName
{
background-color: #B03912;
}
</style>
border-color css
<style>
span { border-color: #B03912; }
span { border-color: rgb(176,57,18); }
td.TdClassName
{
border-color: #B03912;
}
.TagClassName
{
border-color: #B03912;
}
</style>