Shades of Rust #BD4711
Tints of Rust #BD4711
RGB
CMYK
RGB Variations
Color information
#BD4711 (or 0xBD4711) is known color: Rust. HEX triplet: BD, 47 and 11. RGB value is (189,71,17). Sum of RGB (Red+Green+Blue) = 189+71+17=277 (36% of max value = 765). Red value is 189 (74.22% from 255 or 68.23% from 277); Green value is 71 (28.12% from 255 or 25.63% from 277); Blue value is 17 (7.03% from 255 or 6.14% from 277); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4711 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD4711 is #42B8EE. Grayscale: #646464. Windows color (decimal): -4372719 or 1132477. OLE color: 1132477.
HSL color Cylindrical-coordinate representation of color #BD4711: hue angle of 18.84º 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 #BD4711 is Cyan = 0, Magento = 0.62, Yellow = 0.91 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 71 | 17 | - |
| CMYK | 0 | 0.62 | 0.91 | 0.26 |
| HSL | 18.84º | 0.83% | 0.4% | - |
| HSV(B) | 18.84º | 0.91% | 0.74% | - |
| XYZ | 23.34 | 15.37 | 2.27 | - |
| YUV | 100.13 | 81.09 | 191.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 71 | 17 | 0 | 0.62 | 0.91 | 0.26 | 18.84 | 0.83 | 0.4 |
| Hex | BD | 47 | 11 | 0 | 3E | 5B | 1A | 13 | 53 | 28 |
| Octal | 275 | 107 | 21 | 0 | 76 | 133 | 32 | 23 | 123 | 50 |
| Binary | 10111101 | 1000111 | 10001 | 0 | 111110 | 1011011 | 11010 | 10011 | 1010011 | 101000 |
Color Harmonies of #BD4711
Complementary color
Monochromatic Colors of #BD4711
Black with #BD4711
Text Example
Text Example
White with #BD4711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4711; }
p { color: rgb(189,71,17); }
H1.HeaderClassName
{
color: #BD4711;
}
.AnyTagClassName
{
color: #BD4711;
}
</style>
background-color css
<style>
a { background-color: #BD4711; }
a { background-color: rgb(189,71,17); }
div.DivClassName
{
background-color: #BD4711;
}
.BgClassName
{
background-color: #BD4711;
}
</style>
border-color css
<style>
span { border-color: #BD4711; }
span { border-color: rgb(189,71,17); }
td.TdClassName
{
border-color: #BD4711;
}
.TagClassName
{
border-color: #BD4711;
}
</style>