Shades of Rust #BD4716
Tints of Rust #BD4716
RGB
CMYK
RGB Variations
Color information
#BD4716 (or 0xBD4716) is known color: Rust. HEX triplet: BD, 47 and 16. RGB value is (189,71,22). Sum of RGB (Red+Green+Blue) = 189+71+22=282 (37% of max value = 765). Red value is 189 (74.22% from 255 or 67.02% from 282); Green value is 71 (28.12% from 255 or 25.18% from 282); Blue value is 22 (8.98% from 255 or 7.80% from 282); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4716 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD4716 is #42B8E9. Grayscale: #656565. Windows color (decimal): -4372714 or 1460157. OLE color: 1460157.
HSL color Cylindrical-coordinate representation of color #BD4716: hue angle of 17.6º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BD4716 is Cyan = 0, Magento = 0.62, Yellow = 0.88 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 71 | 22 | - |
| CMYK | 0 | 0.62 | 0.88 | 0.26 |
| HSL | 17.6º | 0.79% | 0.41% | - |
| HSV(B) | 17.6º | 0.88% | 0.74% | - |
| XYZ | 23.38 | 15.38 | 2.5 | - |
| YUV | 100.7 | 83.59 | 190.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 71 | 22 | 0 | 0.62 | 0.88 | 0.26 | 17.6 | 0.79 | 0.41 |
| Hex | BD | 47 | 16 | 0 | 3E | 58 | 1A | 12 | 4F | 29 |
| Octal | 275 | 107 | 26 | 0 | 76 | 130 | 32 | 22 | 117 | 51 |
| Binary | 10111101 | 1000111 | 10110 | 0 | 111110 | 1011000 | 11010 | 10010 | 1001111 | 101001 |
Color Harmonies of #BD4716
Complementary color
Monochromatic Colors of #BD4716
Black with #BD4716
Text Example
Text Example
White with #BD4716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4716; }
p { color: rgb(189,71,22); }
H1.HeaderClassName
{
color: #BD4716;
}
.AnyTagClassName
{
color: #BD4716;
}
</style>
background-color css
<style>
a { background-color: #BD4716; }
a { background-color: rgb(189,71,22); }
div.DivClassName
{
background-color: #BD4716;
}
.BgClassName
{
background-color: #BD4716;
}
</style>
border-color css
<style>
span { border-color: #BD4716; }
span { border-color: rgb(189,71,22); }
td.TdClassName
{
border-color: #BD4716;
}
.TagClassName
{
border-color: #BD4716;
}
</style>