Shades of Rust #B73311
Tints of Rust #B73311
RGB
CMYK
RGB Variations
Color information
#B73311 (or 0xB73311) is known color: Rust. HEX triplet: B7, 33 and 11. RGB value is (183,51,17). Sum of RGB (Red+Green+Blue) = 183+51+17=251 (33% of max value = 765). Red value is 183 (71.88% from 255 or 72.91% from 251); Green value is 51 (20.31% from 255 or 20.32% from 251); Blue value is 17 (7.03% from 255 or 6.77% from 251); Max value from RGB is 183 - color contains mainly: red. Hex color #B73311 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B73311 is #48CCEE. Grayscale: #565656. Windows color (decimal): -4771055 or 1127351. OLE color: 1127351.
HSL color Cylindrical-coordinate representation of color #B73311: hue angle of 12.29º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B73311 is Cyan = 0, Magento = 0.72, Yellow = 0.91 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 51 | 17 | - |
| CMYK | 0 | 0.72 | 0.91 | 0.28 |
| HSL | 12.29º | 0.83% | 0.39% | - |
| HSV(B) | 12.29º | 0.91% | 0.72% | - |
| XYZ | 20.81 | 12.48 | 1.84 | - |
| YUV | 86.59 | 88.73 | 196.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 51 | 17 | 0 | 0.72 | 0.91 | 0.28 | 12.29 | 0.83 | 0.39 |
| Hex | B7 | 33 | 11 | 0 | 48 | 5B | 1C | C | 53 | 27 |
| Octal | 267 | 63 | 21 | 0 | 110 | 133 | 34 | 14 | 123 | 47 |
| Binary | 10110111 | 110011 | 10001 | 0 | 1001000 | 1011011 | 11100 | 1100 | 1010011 | 100111 |
Color Harmonies of #B73311
Complementary color
Monochromatic Colors of #B73311
Black with #B73311
Text Example
Text Example
White with #B73311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B73311; }
p { color: rgb(183,51,17); }
H1.HeaderClassName
{
color: #B73311;
}
.AnyTagClassName
{
color: #B73311;
}
</style>
background-color css
<style>
a { background-color: #B73311; }
a { background-color: rgb(183,51,17); }
div.DivClassName
{
background-color: #B73311;
}
.BgClassName
{
background-color: #B73311;
}
</style>
border-color css
<style>
span { border-color: #B73311; }
span { border-color: rgb(183,51,17); }
td.TdClassName
{
border-color: #B73311;
}
.TagClassName
{
border-color: #B73311;
}
</style>