Shades of Rust #B73611
Tints of Rust #B73611
RGB
CMYK
RGB Variations
Color information
#B73611 (or 0xB73611) is known color: Rust. HEX triplet: B7, 36 and 11. RGB value is (183,54,17). Sum of RGB (Red+Green+Blue) = 183+54+17=254 (33% of max value = 765). Red value is 183 (71.88% from 255 or 72.05% from 254); Green value is 54 (21.48% from 255 or 21.26% from 254); Blue value is 17 (7.03% from 255 or 6.69% from 254); Max value from RGB is 183 - color contains mainly: red. Hex color #B73611 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B73611 is #48C9EE. Grayscale: #585858. Windows color (decimal): -4770287 or 1128119. OLE color: 1128119.
HSL color Cylindrical-coordinate representation of color #B73611: hue angle of 13.37º 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 #B73611 is Cyan = 0, Magento = 0.70, Yellow = 0.91 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 54 | 17 | - |
| CMYK | 0 | 0.70 | 0.91 | 0.28 |
| HSL | 13.37º | 0.83% | 0.39% | - |
| HSV(B) | 13.37º | 0.91% | 0.72% | - |
| XYZ | 20.95 | 12.75 | 1.89 | - |
| YUV | 88.35 | 87.74 | 195.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 54 | 17 | 0 | 0.70 | 0.91 | 0.28 | 13.37 | 0.83 | 0.39 |
| Hex | B7 | 36 | 11 | 0 | 46 | 5B | 1C | D | 53 | 27 |
| Octal | 267 | 66 | 21 | 0 | 106 | 133 | 34 | 15 | 123 | 47 |
| Binary | 10110111 | 110110 | 10001 | 0 | 1000110 | 1011011 | 11100 | 1101 | 1010011 | 100111 |
Color Harmonies of #B73611
Complementary color
Monochromatic Colors of #B73611
Black with #B73611
Text Example
Text Example
White with #B73611
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B73611; }
p { color: rgb(183,54,17); }
H1.HeaderClassName
{
color: #B73611;
}
.AnyTagClassName
{
color: #B73611;
}
</style>
background-color css
<style>
a { background-color: #B73611; }
a { background-color: rgb(183,54,17); }
div.DivClassName
{
background-color: #B73611;
}
.BgClassName
{
background-color: #B73611;
}
</style>
border-color css
<style>
span { border-color: #B73611; }
span { border-color: rgb(183,54,17); }
td.TdClassName
{
border-color: #B73611;
}
.TagClassName
{
border-color: #B73611;
}
</style>