Shades of Rust #B73110
Tints of Rust #B73110
RGB
CMYK
RGB Variations
Color information
#B73110 (or 0xB73110) is known color: Rust. HEX triplet: B7, 31 and 10. RGB value is (183,49,16). Sum of RGB (Red+Green+Blue) = 183+49+16=248 (32% of max value = 765). Red value is 183 (71.88% from 255 or 73.79% from 248); Green value is 49 (19.53% from 255 or 19.76% from 248); Blue value is 16 (6.64% from 255 or 6.45% from 248); Max value from RGB is 183 - color contains mainly: red. Hex color #B73110 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B73110 is #48CEEF. Grayscale: #555555. Windows color (decimal): -4771568 or 1061303. OLE color: 1061303.
HSL color Cylindrical-coordinate representation of color #B73110: hue angle of 11.86º 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 #B73110 is Cyan = 0, Magento = 0.73, Yellow = 0.91 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 49 | 16 | - |
| CMYK | 0 | 0.73 | 0.91 | 0.28 |
| HSL | 11.86º | 0.84% | 0.39% | - |
| HSV(B) | 11.86º | 0.91% | 0.72% | - |
| XYZ | 20.72 | 12.3 | 1.77 | - |
| YUV | 85.3 | 88.89 | 197.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 49 | 16 | 0 | 0.73 | 0.91 | 0.28 | 11.86 | 0.84 | 0.39 |
| Hex | B7 | 31 | 10 | 0 | 49 | 5B | 1C | C | 54 | 27 |
| Octal | 267 | 61 | 20 | 0 | 111 | 133 | 34 | 14 | 124 | 47 |
| Binary | 10110111 | 110001 | 10000 | 0 | 1001001 | 1011011 | 11100 | 1100 | 1010100 | 100111 |
Color Harmonies of #B73110
Complementary color
Monochromatic Colors of #B73110
Black with #B73110
Text Example
Text Example
White with #B73110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B73110; }
p { color: rgb(183,49,16); }
H1.HeaderClassName
{
color: #B73110;
}
.AnyTagClassName
{
color: #B73110;
}
</style>
background-color css
<style>
a { background-color: #B73110; }
a { background-color: rgb(183,49,16); }
div.DivClassName
{
background-color: #B73110;
}
.BgClassName
{
background-color: #B73110;
}
</style>
border-color css
<style>
span { border-color: #B73110; }
span { border-color: rgb(183,49,16); }
td.TdClassName
{
border-color: #B73110;
}
.TagClassName
{
border-color: #B73110;
}
</style>