Shades of Rust #B73E13
Tints of Rust #B73E13
RGB
CMYK
RGB Variations
Color information
#B73E13 (or 0xB73E13) is known color: Rust. HEX triplet: B7, 3E and 13. RGB value is (183,62,19). Sum of RGB (Red+Green+Blue) = 183+62+19=264 (34% of max value = 765). Red value is 183 (71.88% from 255 or 69.32% from 264); Green value is 62 (24.61% from 255 or 23.48% from 264); Blue value is 19 (7.81% from 255 or 7.20% from 264); Max value from RGB is 183 - color contains mainly: red. Hex color #B73E13 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B73E13 is #48C1EC. Grayscale: #5D5D5D. Windows color (decimal): -4768237 or 1261239. OLE color: 1261239.
HSL color Cylindrical-coordinate representation of color #B73E13: hue angle of 15.73º 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 #B73E13 is Cyan = 0, Magento = 0.66, Yellow = 0.90 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 62 | 19 | - |
| CMYK | 0 | 0.66 | 0.90 | 0.28 |
| HSL | 15.73º | 0.81% | 0.4% | - |
| HSV(B) | 15.73º | 0.9% | 0.72% | - |
| XYZ | 21.37 | 13.56 | 2.11 | - |
| YUV | 93.28 | 86.09 | 192 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 62 | 19 | 0 | 0.66 | 0.90 | 0.28 | 15.73 | 0.81 | 0.4 |
| Hex | B7 | 3E | 13 | 0 | 42 | 5A | 1C | 10 | 51 | 28 |
| Octal | 267 | 76 | 23 | 0 | 102 | 132 | 34 | 20 | 121 | 50 |
| Binary | 10110111 | 111110 | 10011 | 0 | 1000010 | 1011010 | 11100 | 10000 | 1010001 | 101000 |
Color Harmonies of #B73E13
Complementary color
Monochromatic Colors of #B73E13
Black with #B73E13
Text Example
Text Example
White with #B73E13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B73E13; }
p { color: rgb(183,62,19); }
H1.HeaderClassName
{
color: #B73E13;
}
.AnyTagClassName
{
color: #B73E13;
}
</style>
background-color css
<style>
a { background-color: #B73E13; }
a { background-color: rgb(183,62,19); }
div.DivClassName
{
background-color: #B73E13;
}
.BgClassName
{
background-color: #B73E13;
}
</style>
border-color css
<style>
span { border-color: #B73E13; }
span { border-color: rgb(183,62,19); }
td.TdClassName
{
border-color: #B73E13;
}
.TagClassName
{
border-color: #B73E13;
}
</style>