Shades of Rust #B73712
Tints of Rust #B73712
RGB
CMYK
RGB Variations
Color information
#B73712 (or 0xB73712) is known color: Rust. HEX triplet: B7, 37 and 12. RGB value is (183,55,18). Sum of RGB (Red+Green+Blue) = 183+55+18=256 (33% of max value = 765). Red value is 183 (71.88% from 255 or 71.48% from 256); Green value is 55 (21.88% from 255 or 21.48% from 256); Blue value is 18 (7.42% from 255 or 7.03% from 256); Max value from RGB is 183 - color contains mainly: red. Hex color #B73712 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B73712 is #48C8ED. Grayscale: #595959. Windows color (decimal): -4770030 or 1193911. OLE color: 1193911.
HSL color Cylindrical-coordinate representation of color #B73712: hue angle of 13.45º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B73712 is Cyan = 0, Magento = 0.70, Yellow = 0.90 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 55 | 18 | - |
| CMYK | 0 | 0.70 | 0.90 | 0.28 |
| HSL | 13.45º | 0.82% | 0.39% | - |
| HSV(B) | 13.45º | 0.9% | 0.72% | - |
| XYZ | 21 | 12.84 | 1.94 | - |
| YUV | 89.05 | 87.91 | 195.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 55 | 18 | 0 | 0.70 | 0.90 | 0.28 | 13.45 | 0.82 | 0.39 |
| Hex | B7 | 37 | 12 | 0 | 46 | 5A | 1C | D | 52 | 27 |
| Octal | 267 | 67 | 22 | 0 | 106 | 132 | 34 | 15 | 122 | 47 |
| Binary | 10110111 | 110111 | 10010 | 0 | 1000110 | 1011010 | 11100 | 1101 | 1010010 | 100111 |
Color Harmonies of #B73712
Complementary color
Monochromatic Colors of #B73712
Black with #B73712
Text Example
Text Example
White with #B73712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B73712; }
p { color: rgb(183,55,18); }
H1.HeaderClassName
{
color: #B73712;
}
.AnyTagClassName
{
color: #B73712;
}
</style>
background-color css
<style>
a { background-color: #B73712; }
a { background-color: rgb(183,55,18); }
div.DivClassName
{
background-color: #B73712;
}
.BgClassName
{
background-color: #B73712;
}
</style>
border-color css
<style>
span { border-color: #B73712; }
span { border-color: rgb(183,55,18); }
td.TdClassName
{
border-color: #B73712;
}
.TagClassName
{
border-color: #B73712;
}
</style>