Shades of Rust #B73913
Tints of Rust #B73913
RGB
CMYK
RGB Variations
Color information
#B73913 (or 0xB73913) is known color: Rust. HEX triplet: B7, 39 and 13. RGB value is (183,57,19). Sum of RGB (Red+Green+Blue) = 183+57+19=259 (34% of max value = 765). Red value is 183 (71.88% from 255 or 70.66% from 259); Green value is 57 (22.66% from 255 or 22.01% from 259); Blue value is 19 (7.81% from 255 or 7.34% from 259); Max value from RGB is 183 - color contains mainly: red. Hex color #B73913 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B73913 is #48C6EC. Grayscale: #5A5A5A. Windows color (decimal): -4769517 or 1259959. OLE color: 1259959.
HSL color Cylindrical-coordinate representation of color #B73913: hue angle of 13.9º 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 #B73913 is Cyan = 0, Magento = 0.69, Yellow = 0.90 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 57 | 19 | - |
| CMYK | 0 | 0.69 | 0.90 | 0.28 |
| HSL | 13.9º | 0.81% | 0.4% | - |
| HSV(B) | 13.9º | 0.9% | 0.72% | - |
| XYZ | 21.11 | 13.04 | 2.02 | - |
| YUV | 90.34 | 87.74 | 194.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 57 | 19 | 0 | 0.69 | 0.90 | 0.28 | 13.9 | 0.81 | 0.4 |
| Hex | B7 | 39 | 13 | 0 | 45 | 5A | 1C | E | 51 | 28 |
| Octal | 267 | 71 | 23 | 0 | 105 | 132 | 34 | 16 | 121 | 50 |
| Binary | 10110111 | 111001 | 10011 | 0 | 1000101 | 1011010 | 11100 | 1110 | 1010001 | 101000 |
Color Harmonies of #B73913
Complementary color
Monochromatic Colors of #B73913
Black with #B73913
Text Example
Text Example
White with #B73913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B73913; }
p { color: rgb(183,57,19); }
H1.HeaderClassName
{
color: #B73913;
}
.AnyTagClassName
{
color: #B73913;
}
</style>
background-color css
<style>
a { background-color: #B73913; }
a { background-color: rgb(183,57,19); }
div.DivClassName
{
background-color: #B73913;
}
.BgClassName
{
background-color: #B73913;
}
</style>
border-color css
<style>
span { border-color: #B73913; }
span { border-color: rgb(183,57,19); }
td.TdClassName
{
border-color: #B73913;
}
.TagClassName
{
border-color: #B73913;
}
</style>