Shades of Rust #B73C15
Tints of Rust #B73C15
RGB
CMYK
RGB Variations
Color information
#B73C15 (or 0xB73C15) is known color: Rust. HEX triplet: B7, 3C and 15. RGB value is (183,60,21). Sum of RGB (Red+Green+Blue) = 183+60+21=264 (34% of max value = 765). Red value is 183 (71.88% from 255 or 69.32% from 264); Green value is 60 (23.83% from 255 or 22.73% from 264); Blue value is 21 (8.59% from 255 or 7.95% from 264); Max value from RGB is 183 - color contains mainly: red. Hex color #B73C15 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B73C15 is #48C3EA. Grayscale: #5C5C5C. Windows color (decimal): -4768747 or 1391799. OLE color: 1391799.
HSL color Cylindrical-coordinate representation of color #B73C15: hue angle of 14.44º degrees, saturation: 0.79, 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 #B73C15 is Cyan = 0, Magento = 0.67, Yellow = 0.89 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 60 | 21 | - |
| CMYK | 0 | 0.67 | 0.89 | 0.28 |
| HSL | 14.44º | 0.79% | 0.4% | - |
| HSV(B) | 14.44º | 0.89% | 0.72% | - |
| XYZ | 21.28 | 13.35 | 2.17 | - |
| YUV | 92.33 | 87.75 | 192.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 60 | 21 | 0 | 0.67 | 0.89 | 0.28 | 14.44 | 0.79 | 0.4 |
| Hex | B7 | 3C | 15 | 0 | 43 | 59 | 1C | E | 4F | 28 |
| Octal | 267 | 74 | 25 | 0 | 103 | 131 | 34 | 16 | 117 | 50 |
| Binary | 10110111 | 111100 | 10101 | 0 | 1000011 | 1011001 | 11100 | 1110 | 1001111 | 101000 |
Color Harmonies of #B73C15
Complementary color
Monochromatic Colors of #B73C15
Black with #B73C15
Text Example
Text Example
White with #B73C15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B73C15; }
p { color: rgb(183,60,21); }
H1.HeaderClassName
{
color: #B73C15;
}
.AnyTagClassName
{
color: #B73C15;
}
</style>
background-color css
<style>
a { background-color: #B73C15; }
a { background-color: rgb(183,60,21); }
div.DivClassName
{
background-color: #B73C15;
}
.BgClassName
{
background-color: #B73C15;
}
</style>
border-color css
<style>
span { border-color: #B73C15; }
span { border-color: rgb(183,60,21); }
td.TdClassName
{
border-color: #B73C15;
}
.TagClassName
{
border-color: #B73C15;
}
</style>