Shades of Rust #B03014
Tints of Rust #B03014
RGB
CMYK
RGB Variations
Color information
#B03014 (or 0xB03014) is known color: Rust. HEX triplet: B0, 30 and 14. RGB value is (176,48,20). Sum of RGB (Red+Green+Blue) = 176+48+20=244 (32% of max value = 765). Red value is 176 (69.14% from 255 or 72.13% from 244); Green value is 48 (19.14% from 255 or 19.67% from 244); Blue value is 20 (8.20% from 255 or 8.20% from 244); Max value from RGB is 176 - color contains mainly: red. Hex color #B03014 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B03014 is #4FCFEB. Grayscale: #535353. Windows color (decimal): -5230572 or 1323184. OLE color: 1323184.
HSL color Cylindrical-coordinate representation of color #B03014: hue angle of 10.77º degrees, saturation: 0.8, 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 #B03014 is Cyan = 0, Magento = 0.73, Yellow = 0.89 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 48 | 20 | - |
| CMYK | 0 | 0.73 | 0.89 | 0.31 |
| HSL | 10.77º | 0.8% | 0.38% | - |
| HSV(B) | 10.77º | 0.89% | 0.69% | - |
| XYZ | 19.09 | 11.39 | 1.86 | - |
| YUV | 83.08 | 92.41 | 194.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 48 | 20 | 0 | 0.73 | 0.89 | 0.31 | 10.77 | 0.8 | 0.38 |
| Hex | B0 | 30 | 14 | 0 | 49 | 59 | 1F | B | 50 | 26 |
| Octal | 260 | 60 | 24 | 0 | 111 | 131 | 37 | 13 | 120 | 46 |
| Binary | 10110000 | 110000 | 10100 | 0 | 1001001 | 1011001 | 11111 | 1011 | 1010000 | 100110 |
Color Harmonies of #B03014
Complementary color
Monochromatic Colors of #B03014
Black with #B03014
Text Example
Text Example
White with #B03014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B03014; }
p { color: rgb(176,48,20); }
H1.HeaderClassName
{
color: #B03014;
}
.AnyTagClassName
{
color: #B03014;
}
</style>
background-color css
<style>
a { background-color: #B03014; }
a { background-color: rgb(176,48,20); }
div.DivClassName
{
background-color: #B03014;
}
.BgClassName
{
background-color: #B03014;
}
</style>
border-color css
<style>
span { border-color: #B03014; }
span { border-color: rgb(176,48,20); }
td.TdClassName
{
border-color: #B03014;
}
.TagClassName
{
border-color: #B03014;
}
</style>