Shades of Rust #B73B1E
Tints of Rust #B73B1E
RGB
CMYK
RGB Variations
Color information
#B73B1E (or 0xB73B1E) is known color: Rust. HEX triplet: B7, 3B and 1E. RGB value is (183,59,30). Sum of RGB (Red+Green+Blue) = 183+59+30=272 (36% of max value = 765). Red value is 183 (71.88% from 255 or 67.28% from 272); Green value is 59 (23.44% from 255 or 21.69% from 272); Blue value is 30 (12.11% from 255 or 11.03% from 272); Max value from RGB is 183 - color contains mainly: red. Hex color #B73B1E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B73B1E is #48C4E1. Grayscale: #5D5D5D. Windows color (decimal): -4768994 or 1981367. OLE color: 1981367.
HSL color Cylindrical-coordinate representation of color #B73B1E: hue angle of 11.37º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B73B1E is Cyan = 0, Magento = 0.68, Yellow = 0.84 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 59 | 30 | - |
| CMYK | 0 | 0.68 | 0.84 | 0.28 |
| HSL | 11.37º | 0.72% | 0.42% | - |
| HSV(B) | 11.37º | 0.84% | 0.72% | - |
| XYZ | 21.33 | 13.29 | 2.67 | - |
| YUV | 92.77 | 92.58 | 192.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 59 | 30 | 0 | 0.68 | 0.84 | 0.28 | 11.37 | 0.72 | 0.42 |
| Hex | B7 | 3B | 1E | 0 | 44 | 54 | 1C | B | 48 | 2A |
| Octal | 267 | 73 | 36 | 0 | 104 | 124 | 34 | 13 | 110 | 52 |
| Binary | 10110111 | 111011 | 11110 | 0 | 1000100 | 1010100 | 11100 | 1011 | 1001000 | 101010 |
Color Harmonies of #B73B1E
Complementary color
Monochromatic Colors of #B73B1E
Black with #B73B1E
Text Example
Text Example
White with #B73B1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B73B1E; }
p { color: rgb(183,59,30); }
H1.HeaderClassName
{
color: #B73B1E;
}
.AnyTagClassName
{
color: #B73B1E;
}
</style>
background-color css
<style>
a { background-color: #B73B1E; }
a { background-color: rgb(183,59,30); }
div.DivClassName
{
background-color: #B73B1E;
}
.BgClassName
{
background-color: #B73B1E;
}
</style>
border-color css
<style>
span { border-color: #B73B1E; }
span { border-color: rgb(183,59,30); }
td.TdClassName
{
border-color: #B73B1E;
}
.TagClassName
{
border-color: #B73B1E;
}
</style>