Shades of Rust #B73416
Tints of Rust #B73416
RGB
CMYK
RGB Variations
Color information
#B73416 (or 0xB73416) is known color: Rust. HEX triplet: B7, 34 and 16. RGB value is (183,52,22). Sum of RGB (Red+Green+Blue) = 183+52+22=257 (34% of max value = 765). Red value is 183 (71.88% from 255 or 71.21% from 257); Green value is 52 (20.70% from 255 or 20.23% from 257); Blue value is 22 (8.98% from 255 or 8.56% from 257); Max value from RGB is 183 - color contains mainly: red. Hex color #B73416 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B73416 is #48CBE9. Grayscale: #585858. Windows color (decimal): -4770794 or 1455287. OLE color: 1455287.
HSL color Cylindrical-coordinate representation of color #B73416: hue angle of 11.18º 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 #B73416 is Cyan = 0, Magento = 0.72, Yellow = 0.88 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 52 | 22 | - |
| CMYK | 0 | 0.72 | 0.88 | 0.28 |
| HSL | 11.18º | 0.79% | 0.4% | - |
| HSV(B) | 11.18º | 0.88% | 0.72% | - |
| XYZ | 20.9 | 12.58 | 2.09 | - |
| YUV | 87.75 | 90.9 | 195.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 52 | 22 | 0 | 0.72 | 0.88 | 0.28 | 11.18 | 0.79 | 0.4 |
| Hex | B7 | 34 | 16 | 0 | 48 | 58 | 1C | B | 4F | 28 |
| Octal | 267 | 64 | 26 | 0 | 110 | 130 | 34 | 13 | 117 | 50 |
| Binary | 10110111 | 110100 | 10110 | 0 | 1001000 | 1011000 | 11100 | 1011 | 1001111 | 101000 |
Color Harmonies of #B73416
Complementary color
Monochromatic Colors of #B73416
Black with #B73416
Text Example
Text Example
White with #B73416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B73416; }
p { color: rgb(183,52,22); }
H1.HeaderClassName
{
color: #B73416;
}
.AnyTagClassName
{
color: #B73416;
}
</style>
background-color css
<style>
a { background-color: #B73416; }
a { background-color: rgb(183,52,22); }
div.DivClassName
{
background-color: #B73416;
}
.BgClassName
{
background-color: #B73416;
}
</style>
border-color css
<style>
span { border-color: #B73416; }
span { border-color: rgb(183,52,22); }
td.TdClassName
{
border-color: #B73416;
}
.TagClassName
{
border-color: #B73416;
}
</style>