Shades of Rust #B73410
Tints of Rust #B73410
RGB
CMYK
RGB Variations
Color information
#B73410 (or 0xB73410) is known color: Rust. HEX triplet: B7, 34 and 10. RGB value is (183,52,16). Sum of RGB (Red+Green+Blue) = 183+52+16=251 (33% of max value = 765). Red value is 183 (71.88% from 255 or 72.91% from 251); Green value is 52 (20.70% from 255 or 20.72% from 251); Blue value is 16 (6.64% from 255 or 6.37% from 251); Max value from RGB is 183 - color contains mainly: red. Hex color #B73410 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B73410 is #48CBEF. Grayscale: #575757. Windows color (decimal): -4770800 or 1062071. OLE color: 1062071.
HSL color Cylindrical-coordinate representation of color #B73410: hue angle of 12.93º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B73410 is Cyan = 0, Magento = 0.72, Yellow = 0.91 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 52 | 16 | - |
| CMYK | 0 | 0.72 | 0.91 | 0.28 |
| HSL | 12.93º | 0.84% | 0.39% | - |
| HSV(B) | 12.93º | 0.91% | 0.72% | - |
| XYZ | 20.85 | 12.56 | 1.82 | - |
| YUV | 87.07 | 87.9 | 196.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 52 | 16 | 0 | 0.72 | 0.91 | 0.28 | 12.93 | 0.84 | 0.39 |
| Hex | B7 | 34 | 10 | 0 | 48 | 5B | 1C | D | 54 | 27 |
| Octal | 267 | 64 | 20 | 0 | 110 | 133 | 34 | 15 | 124 | 47 |
| Binary | 10110111 | 110100 | 10000 | 0 | 1001000 | 1011011 | 11100 | 1101 | 1010100 | 100111 |
Color Harmonies of #B73410
Complementary color
Monochromatic Colors of #B73410
Black with #B73410
Text Example
Text Example
White with #B73410
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B73410; }
p { color: rgb(183,52,16); }
H1.HeaderClassName
{
color: #B73410;
}
.AnyTagClassName
{
color: #B73410;
}
</style>
background-color css
<style>
a { background-color: #B73410; }
a { background-color: rgb(183,52,16); }
div.DivClassName
{
background-color: #B73410;
}
.BgClassName
{
background-color: #B73410;
}
</style>
border-color css
<style>
span { border-color: #B73410; }
span { border-color: rgb(183,52,16); }
td.TdClassName
{
border-color: #B73410;
}
.TagClassName
{
border-color: #B73410;
}
</style>