Shades of Rust #BD5117
Tints of Rust #BD5117
RGB
CMYK
RGB Variations
Color information
#BD5117 (or 0xBD5117) is known color: Rust. HEX triplet: BD, 51 and 17. RGB value is (189,81,23). Sum of RGB (Red+Green+Blue) = 189+81+23=293 (38% of max value = 765). Red value is 189 (74.22% from 255 or 64.51% from 293); Green value is 81 (32.03% from 255 or 27.65% from 293); Blue value is 23 (9.38% from 255 or 7.85% from 293); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5117 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD5117 is #42AEE8. Grayscale: #6B6B6B. Windows color (decimal): -4370153 or 1528253. OLE color: 1528253.
HSL color Cylindrical-coordinate representation of color #BD5117: hue angle of 20.96º 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 #BD5117 is Cyan = 0, Magento = 0.57, Yellow = 0.88 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 81 | 23 | - |
| CMYK | 0 | 0.57 | 0.88 | 0.26 |
| HSL | 20.96º | 0.78% | 0.42% | - |
| HSV(B) | 20.96º | 0.88% | 0.74% | - |
| XYZ | 24.08 | 16.77 | 2.78 | - |
| YUV | 106.68 | 80.78 | 186.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 81 | 23 | 0 | 0.57 | 0.88 | 0.26 | 20.96 | 0.78 | 0.42 |
| Hex | BD | 51 | 17 | 0 | 39 | 58 | 1A | 15 | 4E | 2A |
| Octal | 275 | 121 | 27 | 0 | 71 | 130 | 32 | 25 | 116 | 52 |
| Binary | 10111101 | 1010001 | 10111 | 0 | 111001 | 1011000 | 11010 | 10101 | 1001110 | 101010 |
Color Harmonies of #BD5117
Complementary color
Monochromatic Colors of #BD5117
Black with #BD5117
Text Example
Text Example
White with #BD5117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD5117; }
p { color: rgb(189,81,23); }
H1.HeaderClassName
{
color: #BD5117;
}
.AnyTagClassName
{
color: #BD5117;
}
</style>
background-color css
<style>
a { background-color: #BD5117; }
a { background-color: rgb(189,81,23); }
div.DivClassName
{
background-color: #BD5117;
}
.BgClassName
{
background-color: #BD5117;
}
</style>
border-color css
<style>
span { border-color: #BD5117; }
span { border-color: rgb(189,81,23); }
td.TdClassName
{
border-color: #BD5117;
}
.TagClassName
{
border-color: #BD5117;
}
</style>