Shades of Rust #B73613
Tints of Rust #B73613
RGB
CMYK
RGB Variations
Color information
#B73613 (or 0xB73613) is known color: Rust. HEX triplet: B7, 36 and 13. RGB value is (183,54,19). Sum of RGB (Red+Green+Blue) = 183+54+19=256 (33% of max value = 765). Red value is 183 (71.88% from 255 or 71.48% from 256); Green value is 54 (21.48% from 255 or 21.09% from 256); Blue value is 19 (7.81% from 255 or 7.42% from 256); Max value from RGB is 183 - color contains mainly: red. Hex color #B73613 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B73613 is #48C9EC. Grayscale: #585858. Windows color (decimal): -4770285 or 1259191. OLE color: 1259191.
HSL color Cylindrical-coordinate representation of color #B73613: hue angle of 12.8º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B73613 is Cyan = 0, Magento = 0.70, Yellow = 0.90 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 54 | 19 | - |
| CMYK | 0 | 0.70 | 0.90 | 0.28 |
| HSL | 12.8º | 0.81% | 0.4% | - |
| HSV(B) | 12.8º | 0.9% | 0.72% | - |
| XYZ | 20.97 | 12.75 | 1.97 | - |
| YUV | 88.58 | 88.74 | 195.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 54 | 19 | 0 | 0.70 | 0.90 | 0.28 | 12.8 | 0.81 | 0.4 |
| Hex | B7 | 36 | 13 | 0 | 46 | 5A | 1C | D | 51 | 28 |
| Octal | 267 | 66 | 23 | 0 | 106 | 132 | 34 | 15 | 121 | 50 |
| Binary | 10110111 | 110110 | 10011 | 0 | 1000110 | 1011010 | 11100 | 1101 | 1010001 | 101000 |
Color Harmonies of #B73613
Complementary color
Monochromatic Colors of #B73613
Black with #B73613
Text Example
Text Example
White with #B73613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B73613; }
p { color: rgb(183,54,19); }
H1.HeaderClassName
{
color: #B73613;
}
.AnyTagClassName
{
color: #B73613;
}
</style>
background-color css
<style>
a { background-color: #B73613; }
a { background-color: rgb(183,54,19); }
div.DivClassName
{
background-color: #B73613;
}
.BgClassName
{
background-color: #B73613;
}
</style>
border-color css
<style>
span { border-color: #B73613; }
span { border-color: rgb(183,54,19); }
td.TdClassName
{
border-color: #B73613;
}
.TagClassName
{
border-color: #B73613;
}
</style>