Shades of Rust #B03610
Tints of Rust #B03610
RGB
CMYK
RGB Variations
Color information
#B03610 (or 0xB03610) is known color: Rust. HEX triplet: B0, 36 and 10. RGB value is (176,54,16). Sum of RGB (Red+Green+Blue) = 176+54+16=246 (32% of max value = 765). Red value is 176 (69.14% from 255 or 71.54% from 246); Green value is 54 (21.48% from 255 or 21.95% from 246); Blue value is 16 (6.64% from 255 or 6.50% from 246); Max value from RGB is 176 - color contains mainly: red. Hex color #B03610 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B03610 is #4FC9EF. Grayscale: #565656. Windows color (decimal): -5229040 or 1062576. OLE color: 1062576.
HSL color Cylindrical-coordinate representation of color #B03610: hue angle of 14.25º 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 #B03610 is Cyan = 0, Magento = 0.69, Yellow = 0.91 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 54 | 16 | - |
| CMYK | 0 | 0.69 | 0.91 | 0.31 |
| HSL | 14.25º | 0.83% | 0.38% | - |
| HSV(B) | 14.25º | 0.91% | 0.69% | - |
| XYZ | 19.32 | 11.91 | 1.77 | - |
| YUV | 86.15 | 88.42 | 192.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 54 | 16 | 0 | 0.69 | 0.91 | 0.31 | 14.25 | 0.83 | 0.38 |
| Hex | B0 | 36 | 10 | 0 | 45 | 5B | 1F | E | 53 | 26 |
| Octal | 260 | 66 | 20 | 0 | 105 | 133 | 37 | 16 | 123 | 46 |
| Binary | 10110000 | 110110 | 10000 | 0 | 1000101 | 1011011 | 11111 | 1110 | 1010011 | 100110 |
Color Harmonies of #B03610
Complementary color
Monochromatic Colors of #B03610
Black with #B03610
Text Example
Text Example
White with #B03610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B03610; }
p { color: rgb(176,54,16); }
H1.HeaderClassName
{
color: #B03610;
}
.AnyTagClassName
{
color: #B03610;
}
</style>
background-color css
<style>
a { background-color: #B03610; }
a { background-color: rgb(176,54,16); }
div.DivClassName
{
background-color: #B03610;
}
.BgClassName
{
background-color: #B03610;
}
</style>
border-color css
<style>
span { border-color: #B03610; }
span { border-color: rgb(176,54,16); }
td.TdClassName
{
border-color: #B03610;
}
.TagClassName
{
border-color: #B03610;
}
</style>