Shades of Rust #B73614
Tints of Rust #B73614
RGB
CMYK
RGB Variations
Color information
#B73614 (or 0xB73614) is known color: Rust. HEX triplet: B7, 36 and 14. RGB value is (183,54,20). Sum of RGB (Red+Green+Blue) = 183+54+20=257 (34% of max value = 765). Red value is 183 (71.88% from 255 or 71.21% from 257); Green value is 54 (21.48% from 255 or 21.01% from 257); Blue value is 20 (8.20% from 255 or 7.78% from 257); Max value from RGB is 183 - color contains mainly: red. Hex color #B73614 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B73614 is #48C9EB. Grayscale: #585858. Windows color (decimal): -4770284 or 1324727. OLE color: 1324727.
HSL color Cylindrical-coordinate representation of color #B73614: hue angle of 12.52º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B73614 is Cyan = 0, Magento = 0.70, Yellow = 0.89 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 54 | 20 | - |
| CMYK | 0 | 0.70 | 0.89 | 0.28 |
| HSL | 12.52º | 0.8% | 0.4% | - |
| HSV(B) | 12.52º | 0.89% | 0.72% | - |
| XYZ | 20.97 | 12.76 | 2.02 | - |
| YUV | 88.7 | 89.24 | 195.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 54 | 20 | 0 | 0.70 | 0.89 | 0.28 | 12.52 | 0.8 | 0.4 |
| Hex | B7 | 36 | 14 | 0 | 46 | 59 | 1C | D | 50 | 28 |
| Octal | 267 | 66 | 24 | 0 | 106 | 131 | 34 | 15 | 120 | 50 |
| Binary | 10110111 | 110110 | 10100 | 0 | 1000110 | 1011001 | 11100 | 1101 | 1010000 | 101000 |
Color Harmonies of #B73614
Complementary color
Monochromatic Colors of #B73614
Black with #B73614
Text Example
Text Example
White with #B73614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B73614; }
p { color: rgb(183,54,20); }
H1.HeaderClassName
{
color: #B73614;
}
.AnyTagClassName
{
color: #B73614;
}
</style>
background-color css
<style>
a { background-color: #B73614; }
a { background-color: rgb(183,54,20); }
div.DivClassName
{
background-color: #B73614;
}
.BgClassName
{
background-color: #B73614;
}
</style>
border-color css
<style>
span { border-color: #B73614; }
span { border-color: rgb(183,54,20); }
td.TdClassName
{
border-color: #B73614;
}
.TagClassName
{
border-color: #B73614;
}
</style>