Shades of Rust #BD4710
Tints of Rust #BD4710
RGB
CMYK
RGB Variations
Color information
#BD4710 (or 0xBD4710) is known color: Rust. HEX triplet: BD, 47 and 10. RGB value is (189,71,16). Sum of RGB (Red+Green+Blue) = 189+71+16=276 (36% of max value = 765). Red value is 189 (74.22% from 255 or 68.48% from 276); Green value is 71 (28.12% from 255 or 25.72% from 276); Blue value is 16 (6.64% from 255 or 5.80% from 276); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4710 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD4710 is #42B8EF. Grayscale: #646464. Windows color (decimal): -4372720 or 1066941. OLE color: 1066941.
HSL color Cylindrical-coordinate representation of color #BD4710: hue angle of 19.08º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BD4710 is Cyan = 0, Magento = 0.62, Yellow = 0.92 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 71 | 16 | - |
| CMYK | 0 | 0.62 | 0.92 | 0.26 |
| HSL | 19.08º | 0.84% | 0.4% | - |
| HSV(B) | 19.08º | 0.92% | 0.74% | - |
| XYZ | 23.33 | 15.36 | 2.23 | - |
| YUV | 100.01 | 80.59 | 191.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 71 | 16 | 0 | 0.62 | 0.92 | 0.26 | 19.08 | 0.84 | 0.4 |
| Hex | BD | 47 | 10 | 0 | 3E | 5C | 1A | 13 | 54 | 28 |
| Octal | 275 | 107 | 20 | 0 | 76 | 134 | 32 | 23 | 124 | 50 |
| Binary | 10111101 | 1000111 | 10000 | 0 | 111110 | 1011100 | 11010 | 10011 | 1010100 | 101000 |
Color Harmonies of #BD4710
Complementary color
Monochromatic Colors of #BD4710
Black with #BD4710
Text Example
Text Example
White with #BD4710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4710; }
p { color: rgb(189,71,16); }
H1.HeaderClassName
{
color: #BD4710;
}
.AnyTagClassName
{
color: #BD4710;
}
</style>
background-color css
<style>
a { background-color: #BD4710; }
a { background-color: rgb(189,71,16); }
div.DivClassName
{
background-color: #BD4710;
}
.BgClassName
{
background-color: #BD4710;
}
</style>
border-color css
<style>
span { border-color: #BD4710; }
span { border-color: rgb(189,71,16); }
td.TdClassName
{
border-color: #BD4710;
}
.TagClassName
{
border-color: #BD4710;
}
</style>