Shades of Rust #BD4D17
Tints of Rust #BD4D17
RGB
CMYK
RGB Variations
Color information
#BD4D17 (or 0xBD4D17) is known color: Rust. HEX triplet: BD, 4D and 17. RGB value is (189,77,23). Sum of RGB (Red+Green+Blue) = 189+77+23=289 (38% of max value = 765). Red value is 189 (74.22% from 255 or 65.40% from 289); Green value is 77 (30.47% from 255 or 26.64% from 289); Blue value is 23 (9.38% from 255 or 7.96% from 289); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4D17 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD4D17 is #42B2E8. Grayscale: #686868. Windows color (decimal): -4371177 or 1527229. OLE color: 1527229.
HSL color Cylindrical-coordinate representation of color #BD4D17: hue angle of 19.52º 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 #BD4D17 is Cyan = 0, Magento = 0.59, Yellow = 0.88 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 77 | 23 | - |
| CMYK | 0 | 0.59 | 0.88 | 0.26 |
| HSL | 19.52º | 0.78% | 0.42% | - |
| HSV(B) | 19.52º | 0.88% | 0.74% | - |
| XYZ | 23.79 | 16.19 | 2.68 | - |
| YUV | 104.33 | 82.11 | 188.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 77 | 23 | 0 | 0.59 | 0.88 | 0.26 | 19.52 | 0.78 | 0.42 |
| Hex | BD | 4D | 17 | 0 | 3B | 58 | 1A | 14 | 4E | 2A |
| Octal | 275 | 115 | 27 | 0 | 73 | 130 | 32 | 24 | 116 | 52 |
| Binary | 10111101 | 1001101 | 10111 | 0 | 111011 | 1011000 | 11010 | 10100 | 1001110 | 101010 |
Color Harmonies of #BD4D17
Complementary color
Monochromatic Colors of #BD4D17
Black with #BD4D17
Text Example
Text Example
White with #BD4D17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4D17; }
p { color: rgb(189,77,23); }
H1.HeaderClassName
{
color: #BD4D17;
}
.AnyTagClassName
{
color: #BD4D17;
}
</style>
background-color css
<style>
a { background-color: #BD4D17; }
a { background-color: rgb(189,77,23); }
div.DivClassName
{
background-color: #BD4D17;
}
.BgClassName
{
background-color: #BD4D17;
}
</style>
border-color css
<style>
span { border-color: #BD4D17; }
span { border-color: rgb(189,77,23); }
td.TdClassName
{
border-color: #BD4D17;
}
.TagClassName
{
border-color: #BD4D17;
}
</style>