Shades of Rust #B73411
Tints of Rust #B73411
RGB
CMYK
RGB Variations
Color information
#B73411 (or 0xB73411) is known color: Rust. HEX triplet: B7, 34 and 11. RGB value is (183,52,17). Sum of RGB (Red+Green+Blue) = 183+52+17=252 (33% of max value = 765). Red value is 183 (71.88% from 255 or 72.62% from 252); Green value is 52 (20.70% from 255 or 20.63% from 252); Blue value is 17 (7.03% from 255 or 6.75% from 252); Max value from RGB is 183 - color contains mainly: red. Hex color #B73411 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B73411 is #48CBEE. Grayscale: #575757. Windows color (decimal): -4770799 or 1127607. OLE color: 1127607.
HSL color Cylindrical-coordinate representation of color #B73411: hue angle of 12.65º 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 #B73411 is Cyan = 0, Magento = 0.72, Yellow = 0.91 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 52 | 17 | - |
| CMYK | 0 | 0.72 | 0.91 | 0.28 |
| HSL | 12.65º | 0.83% | 0.39% | - |
| HSV(B) | 12.65º | 0.91% | 0.72% | - |
| XYZ | 20.86 | 12.56 | 1.86 | - |
| YUV | 87.18 | 88.4 | 196.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 52 | 17 | 0 | 0.72 | 0.91 | 0.28 | 12.65 | 0.83 | 0.39 |
| Hex | B7 | 34 | 11 | 0 | 48 | 5B | 1C | D | 53 | 27 |
| Octal | 267 | 64 | 21 | 0 | 110 | 133 | 34 | 15 | 123 | 47 |
| Binary | 10110111 | 110100 | 10001 | 0 | 1001000 | 1011011 | 11100 | 1101 | 1010011 | 100111 |
Color Harmonies of #B73411
Complementary color
Monochromatic Colors of #B73411
Black with #B73411
Text Example
Text Example
White with #B73411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B73411; }
p { color: rgb(183,52,17); }
H1.HeaderClassName
{
color: #B73411;
}
.AnyTagClassName
{
color: #B73411;
}
</style>
background-color css
<style>
a { background-color: #B73411; }
a { background-color: rgb(183,52,17); }
div.DivClassName
{
background-color: #B73411;
}
.BgClassName
{
background-color: #B73411;
}
</style>
border-color css
<style>
span { border-color: #B73411; }
span { border-color: rgb(183,52,17); }
td.TdClassName
{
border-color: #B73411;
}
.TagClassName
{
border-color: #B73411;
}
</style>