Shades of Rust #BD5211
Tints of Rust #BD5211
RGB
CMYK
RGB Variations
Color information
#BD5211 (or 0xBD5211) is known color: Rust. HEX triplet: BD, 52 and 11. RGB value is (189,82,17). Sum of RGB (Red+Green+Blue) = 189+82+17=288 (38% of max value = 765). Red value is 189 (74.22% from 255 or 65.62% from 288); Green value is 82 (32.42% from 255 or 28.47% from 288); Blue value is 17 (7.03% from 255 or 5.90% from 288); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5211 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD5211 is #42ADEE. Grayscale: #6A6A6A. Windows color (decimal): -4369903 or 1135293. OLE color: 1135293.
HSL color Cylindrical-coordinate representation of color #BD5211: hue angle of 22.67º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BD5211 is Cyan = 0, Magento = 0.57, Yellow = 0.91 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 82 | 17 | - |
| CMYK | 0 | 0.57 | 0.91 | 0.26 |
| HSL | 22.67º | 0.83% | 0.4% | - |
| HSV(B) | 22.67º | 0.91% | 0.74% | - |
| XYZ | 24.1 | 16.89 | 2.52 | - |
| YUV | 106.58 | 77.45 | 186.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 82 | 17 | 0 | 0.57 | 0.91 | 0.26 | 22.67 | 0.83 | 0.4 |
| Hex | BD | 52 | 11 | 0 | 39 | 5B | 1A | 17 | 53 | 28 |
| Octal | 275 | 122 | 21 | 0 | 71 | 133 | 32 | 27 | 123 | 50 |
| Binary | 10111101 | 1010010 | 10001 | 0 | 111001 | 1011011 | 11010 | 10111 | 1010011 | 101000 |
Color Harmonies of #BD5211
Complementary color
Monochromatic Colors of #BD5211
Black with #BD5211
Text Example
Text Example
White with #BD5211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD5211; }
p { color: rgb(189,82,17); }
H1.HeaderClassName
{
color: #BD5211;
}
.AnyTagClassName
{
color: #BD5211;
}
</style>
background-color css
<style>
a { background-color: #BD5211; }
a { background-color: rgb(189,82,17); }
div.DivClassName
{
background-color: #BD5211;
}
.BgClassName
{
background-color: #BD5211;
}
</style>
border-color css
<style>
span { border-color: #BD5211; }
span { border-color: rgb(189,82,17); }
td.TdClassName
{
border-color: #BD5211;
}
.TagClassName
{
border-color: #BD5211;
}
</style>