Shades of Rust #BD4517
Tints of Rust #BD4517
RGB
CMYK
RGB Variations
Color information
#BD4517 (or 0xBD4517) is known color: Rust. HEX triplet: BD, 45 and 17. RGB value is (189,69,23). Sum of RGB (Red+Green+Blue) = 189+69+23=281 (37% of max value = 765). Red value is 189 (74.22% from 255 or 67.26% from 281); Green value is 69 (27.34% from 255 or 24.56% from 281); Blue value is 23 (9.38% from 255 or 8.19% from 281); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4517 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD4517 is #42BAE8. Grayscale: #636363. Windows color (decimal): -4373225 or 1525181. OLE color: 1525181.
HSL color Cylindrical-coordinate representation of color #BD4517: hue angle of 16.63º 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 #BD4517 is Cyan = 0, Magento = 0.63, Yellow = 0.88 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 69 | 23 | - |
| CMYK | 0 | 0.63 | 0.88 | 0.26 |
| HSL | 16.63º | 0.78% | 0.42% | - |
| HSV(B) | 16.63º | 0.88% | 0.74% | - |
| XYZ | 23.27 | 15.14 | 2.51 | - |
| YUV | 99.64 | 84.76 | 191.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 69 | 23 | 0 | 0.63 | 0.88 | 0.26 | 16.63 | 0.78 | 0.42 |
| Hex | BD | 45 | 17 | 0 | 3F | 58 | 1A | 11 | 4E | 2A |
| Octal | 275 | 105 | 27 | 0 | 77 | 130 | 32 | 21 | 116 | 52 |
| Binary | 10111101 | 1000101 | 10111 | 0 | 111111 | 1011000 | 11010 | 10001 | 1001110 | 101010 |
Color Harmonies of #BD4517
Complementary color
Monochromatic Colors of #BD4517
Black with #BD4517
Text Example
Text Example
White with #BD4517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4517; }
p { color: rgb(189,69,23); }
H1.HeaderClassName
{
color: #BD4517;
}
.AnyTagClassName
{
color: #BD4517;
}
</style>
background-color css
<style>
a { background-color: #BD4517; }
a { background-color: rgb(189,69,23); }
div.DivClassName
{
background-color: #BD4517;
}
.BgClassName
{
background-color: #BD4517;
}
</style>
border-color css
<style>
span { border-color: #BD4517; }
span { border-color: rgb(189,69,23); }
td.TdClassName
{
border-color: #BD4517;
}
.TagClassName
{
border-color: #BD4517;
}
</style>