Shades of Rust #BD4E17
Tints of Rust #BD4E17
RGB
CMYK
RGB Variations
Color information
#BD4E17 (or 0xBD4E17) is known color: Rust. HEX triplet: BD, 4E and 17. RGB value is (189,78,23). Sum of RGB (Red+Green+Blue) = 189+78+23=290 (38% of max value = 765). Red value is 189 (74.22% from 255 or 65.17% from 290); Green value is 78 (30.86% from 255 or 26.90% from 290); Blue value is 23 (9.38% from 255 or 7.93% from 290); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4E17 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD4E17 is #42B1E8. Grayscale: #696969. Windows color (decimal): -4370921 or 1527485. OLE color: 1527485.
HSL color Cylindrical-coordinate representation of color #BD4E17: hue angle of 19.88º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BD4E17 is Cyan = 0, Magento = 0.59, Yellow = 0.88 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 78 | 23 | - |
| CMYK | 0 | 0.59 | 0.88 | 0.26 |
| HSL | 19.88º | 0.78% | 0.42% | - |
| HSV(B) | 19.88º | 0.88% | 0.74% | - |
| XYZ | 23.87 | 16.33 | 2.7 | - |
| YUV | 104.92 | 81.77 | 187.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 78 | 23 | 0 | 0.59 | 0.88 | 0.26 | 19.88 | 0.78 | 0.42 |
| Hex | BD | 4E | 17 | 0 | 3B | 58 | 1A | 14 | 4E | 2A |
| Octal | 275 | 116 | 27 | 0 | 73 | 130 | 32 | 24 | 116 | 52 |
| Binary | 10111101 | 1001110 | 10111 | 0 | 111011 | 1011000 | 11010 | 10100 | 1001110 | 101010 |
Color Harmonies of #BD4E17
Complementary color
Monochromatic Colors of #BD4E17
Black with #BD4E17
Text Example
Text Example
White with #BD4E17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4E17; }
p { color: rgb(189,78,23); }
H1.HeaderClassName
{
color: #BD4E17;
}
.AnyTagClassName
{
color: #BD4E17;
}
</style>
background-color css
<style>
a { background-color: #BD4E17; }
a { background-color: rgb(189,78,23); }
div.DivClassName
{
background-color: #BD4E17;
}
.BgClassName
{
background-color: #BD4E17;
}
</style>
border-color css
<style>
span { border-color: #BD4E17; }
span { border-color: rgb(189,78,23); }
td.TdClassName
{
border-color: #BD4E17;
}
.TagClassName
{
border-color: #BD4E17;
}
</style>