Shades of Rust #B73D13
Tints of Rust #B73D13
RGB
CMYK
RGB Variations
Color information
#B73D13 (or 0xB73D13) is known color: Rust. HEX triplet: B7, 3D and 13. RGB value is (183,61,19). Sum of RGB (Red+Green+Blue) = 183+61+19=263 (34% of max value = 765). Red value is 183 (71.88% from 255 or 69.58% from 263); Green value is 61 (24.22% from 255 or 23.19% from 263); Blue value is 19 (7.81% from 255 or 7.22% from 263); Max value from RGB is 183 - color contains mainly: red. Hex color #B73D13 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B73D13 is #48C2EC. Grayscale: #5C5C5C. Windows color (decimal): -4768493 or 1260983. OLE color: 1260983.
HSL color Cylindrical-coordinate representation of color #B73D13: hue angle of 15.37º 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 #B73D13 is Cyan = 0, Magento = 0.67, Yellow = 0.90 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 61 | 19 | - |
| CMYK | 0 | 0.67 | 0.90 | 0.28 |
| HSL | 15.37º | 0.81% | 0.4% | - |
| HSV(B) | 15.37º | 0.9% | 0.72% | - |
| XYZ | 21.31 | 13.45 | 2.09 | - |
| YUV | 92.69 | 86.42 | 192.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 61 | 19 | 0 | 0.67 | 0.90 | 0.28 | 15.37 | 0.81 | 0.4 |
| Hex | B7 | 3D | 13 | 0 | 43 | 5A | 1C | F | 51 | 28 |
| Octal | 267 | 75 | 23 | 0 | 103 | 132 | 34 | 17 | 121 | 50 |
| Binary | 10110111 | 111101 | 10011 | 0 | 1000011 | 1011010 | 11100 | 1111 | 1010001 | 101000 |
Color Harmonies of #B73D13
Complementary color
Monochromatic Colors of #B73D13
Black with #B73D13
Text Example
Text Example
White with #B73D13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B73D13; }
p { color: rgb(183,61,19); }
H1.HeaderClassName
{
color: #B73D13;
}
.AnyTagClassName
{
color: #B73D13;
}
</style>
background-color css
<style>
a { background-color: #B73D13; }
a { background-color: rgb(183,61,19); }
div.DivClassName
{
background-color: #B73D13;
}
.BgClassName
{
background-color: #B73D13;
}
</style>
border-color css
<style>
span { border-color: #B73D13; }
span { border-color: rgb(183,61,19); }
td.TdClassName
{
border-color: #B73D13;
}
.TagClassName
{
border-color: #B73D13;
}
</style>