Shades of Rust #B73C16
Tints of Rust #B73C16
RGB
CMYK
RGB Variations
Color information
#B73C16 (or 0xB73C16) is known color: Rust. HEX triplet: B7, 3C and 16. RGB value is (183,60,22). Sum of RGB (Red+Green+Blue) = 183+60+22=265 (35% of max value = 765). Red value is 183 (71.88% from 255 or 69.06% from 265); Green value is 60 (23.83% from 255 or 22.64% from 265); Blue value is 22 (8.98% from 255 or 8.30% from 265); Max value from RGB is 183 - color contains mainly: red. Hex color #B73C16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B73C16 is #48C3E9. Grayscale: #5C5C5C. Windows color (decimal): -4768746 or 1457335. OLE color: 1457335.
HSL color Cylindrical-coordinate representation of color #B73C16: hue angle of 14.16º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B73C16 is Cyan = 0, Magento = 0.67, Yellow = 0.88 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 60 | 22 | - |
| CMYK | 0 | 0.67 | 0.88 | 0.28 |
| HSL | 14.16º | 0.79% | 0.4% | - |
| HSV(B) | 14.16º | 0.88% | 0.72% | - |
| XYZ | 21.29 | 13.36 | 2.22 | - |
| YUV | 92.45 | 88.25 | 192.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 60 | 22 | 0 | 0.67 | 0.88 | 0.28 | 14.16 | 0.79 | 0.4 |
| Hex | B7 | 3C | 16 | 0 | 43 | 58 | 1C | E | 4F | 28 |
| Octal | 267 | 74 | 26 | 0 | 103 | 130 | 34 | 16 | 117 | 50 |
| Binary | 10110111 | 111100 | 10110 | 0 | 1000011 | 1011000 | 11100 | 1110 | 1001111 | 101000 |
Color Harmonies of #B73C16
Complementary color
Monochromatic Colors of #B73C16
Black with #B73C16
Text Example
Text Example
White with #B73C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B73C16; }
p { color: rgb(183,60,22); }
H1.HeaderClassName
{
color: #B73C16;
}
.AnyTagClassName
{
color: #B73C16;
}
</style>
background-color css
<style>
a { background-color: #B73C16; }
a { background-color: rgb(183,60,22); }
div.DivClassName
{
background-color: #B73C16;
}
.BgClassName
{
background-color: #B73C16;
}
</style>
border-color css
<style>
span { border-color: #B73C16; }
span { border-color: rgb(183,60,22); }
td.TdClassName
{
border-color: #B73C16;
}
.TagClassName
{
border-color: #B73C16;
}
</style>