Shades of Rust #B75211
Tints of Rust #B75211
RGB
CMYK
RGB Variations
Color information
#B75211 (or 0xB75211) is known color: Rust. HEX triplet: B7, 52 and 11. RGB value is (183,82,17). Sum of RGB (Red+Green+Blue) = 183+82+17=282 (37% of max value = 765). Red value is 183 (71.88% from 255 or 64.89% from 282); Green value is 82 (32.42% from 255 or 29.08% from 282); Blue value is 17 (7.03% from 255 or 6.03% from 282); Max value from RGB is 183 - color contains mainly: red. Hex color #B75211 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B75211 is #48ADEE. Grayscale: #696969. Windows color (decimal): -4763119 or 1135287. OLE color: 1135287.
HSL color Cylindrical-coordinate representation of color #B75211: hue angle of 23.49º 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 #B75211 is Cyan = 0, Magento = 0.55, Yellow = 0.91 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 82 | 17 | - |
| CMYK | 0 | 0.55 | 0.91 | 0.28 |
| HSL | 23.49º | 0.83% | 0.39% | - |
| HSV(B) | 23.49º | 0.91% | 0.72% | - |
| XYZ | 22.65 | 16.14 | 2.45 | - |
| YUV | 104.79 | 78.46 | 183.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 82 | 17 | 0 | 0.55 | 0.91 | 0.28 | 23.49 | 0.83 | 0.39 |
| Hex | B7 | 52 | 11 | 0 | 37 | 5B | 1C | 17 | 53 | 27 |
| Octal | 267 | 122 | 21 | 0 | 67 | 133 | 34 | 27 | 123 | 47 |
| Binary | 10110111 | 1010010 | 10001 | 0 | 110111 | 1011011 | 11100 | 10111 | 1010011 | 100111 |
Color Harmonies of #B75211
Complementary color
Monochromatic Colors of #B75211
Black with #B75211
Text Example
Text Example
White with #B75211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B75211; }
p { color: rgb(183,82,17); }
H1.HeaderClassName
{
color: #B75211;
}
.AnyTagClassName
{
color: #B75211;
}
</style>
background-color css
<style>
a { background-color: #B75211; }
a { background-color: rgb(183,82,17); }
div.DivClassName
{
background-color: #B75211;
}
.BgClassName
{
background-color: #B75211;
}
</style>
border-color css
<style>
span { border-color: #B75211; }
span { border-color: rgb(183,82,17); }
td.TdClassName
{
border-color: #B75211;
}
.TagClassName
{
border-color: #B75211;
}
</style>