Shades of Rust #B03410
Tints of Rust #B03410
RGB
CMYK
RGB Variations
Color information
#B03410 (or 0xB03410) is known color: Rust. HEX triplet: B0, 34 and 10. RGB value is (176,52,16). Sum of RGB (Red+Green+Blue) = 176+52+16=244 (32% of max value = 765). Red value is 176 (69.14% from 255 or 72.13% from 244); Green value is 52 (20.70% from 255 or 21.31% from 244); Blue value is 16 (6.64% from 255 or 6.56% from 244); Max value from RGB is 176 - color contains mainly: red. Hex color #B03410 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B03410 is #4FCBEF. Grayscale: #555555. Windows color (decimal): -5229552 or 1062064. OLE color: 1062064.
HSL color Cylindrical-coordinate representation of color #B03410: hue angle of 13.5º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B03410 is Cyan = 0, Magento = 0.70, Yellow = 0.91 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 52 | 16 | - |
| CMYK | 0 | 0.70 | 0.91 | 0.31 |
| HSL | 13.5º | 0.83% | 0.38% | - |
| HSV(B) | 13.5º | 0.91% | 0.69% | - |
| XYZ | 19.23 | 11.72 | 1.74 | - |
| YUV | 84.97 | 89.08 | 192.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 52 | 16 | 0 | 0.70 | 0.91 | 0.31 | 13.5 | 0.83 | 0.38 |
| Hex | B0 | 34 | 10 | 0 | 46 | 5B | 1F | E | 53 | 26 |
| Octal | 260 | 64 | 20 | 0 | 106 | 133 | 37 | 16 | 123 | 46 |
| Binary | 10110000 | 110100 | 10000 | 0 | 1000110 | 1011011 | 11111 | 1110 | 1010011 | 100110 |
Color Harmonies of #B03410
Complementary color
Monochromatic Colors of #B03410
Black with #B03410
Text Example
Text Example
White with #B03410
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B03410; }
p { color: rgb(176,52,16); }
H1.HeaderClassName
{
color: #B03410;
}
.AnyTagClassName
{
color: #B03410;
}
</style>
background-color css
<style>
a { background-color: #B03410; }
a { background-color: rgb(176,52,16); }
div.DivClassName
{
background-color: #B03410;
}
.BgClassName
{
background-color: #B03410;
}
</style>
border-color css
<style>
span { border-color: #B03410; }
span { border-color: rgb(176,52,16); }
td.TdClassName
{
border-color: #B03410;
}
.TagClassName
{
border-color: #B03410;
}
</style>