Shades of Rust #BD4515
Tints of Rust #BD4515
RGB
CMYK
RGB Variations
Color information
#BD4515 (or 0xBD4515) is known color: Rust. HEX triplet: BD, 45 and 15. RGB value is (189,69,21). Sum of RGB (Red+Green+Blue) = 189+69+21=279 (36% of max value = 765). Red value is 189 (74.22% from 255 or 67.74% from 279); Green value is 69 (27.34% from 255 or 24.73% from 279); Blue value is 21 (8.59% from 255 or 7.53% from 279); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4515 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD4515 is #42BAEA. Grayscale: #636363. Windows color (decimal): -4373227 or 1394109. OLE color: 1394109.
HSL color Cylindrical-coordinate representation of color #BD4515: hue angle of 17.14º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BD4515 is Cyan = 0, Magento = 0.63, Yellow = 0.89 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 69 | 21 | - |
| CMYK | 0 | 0.63 | 0.89 | 0.26 |
| HSL | 17.14º | 0.8% | 0.41% | - |
| HSV(B) | 17.14º | 0.89% | 0.74% | - |
| XYZ | 23.25 | 15.13 | 2.4 | - |
| YUV | 99.41 | 83.76 | 191.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 69 | 21 | 0 | 0.63 | 0.89 | 0.26 | 17.14 | 0.8 | 0.41 |
| Hex | BD | 45 | 15 | 0 | 3F | 59 | 1A | 11 | 50 | 29 |
| Octal | 275 | 105 | 25 | 0 | 77 | 131 | 32 | 21 | 120 | 51 |
| Binary | 10111101 | 1000101 | 10101 | 0 | 111111 | 1011001 | 11010 | 10001 | 1010000 | 101001 |
Color Harmonies of #BD4515
Complementary color
Monochromatic Colors of #BD4515
Black with #BD4515
Text Example
Text Example
White with #BD4515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4515; }
p { color: rgb(189,69,21); }
H1.HeaderClassName
{
color: #BD4515;
}
.AnyTagClassName
{
color: #BD4515;
}
</style>
background-color css
<style>
a { background-color: #BD4515; }
a { background-color: rgb(189,69,21); }
div.DivClassName
{
background-color: #BD4515;
}
.BgClassName
{
background-color: #BD4515;
}
</style>
border-color css
<style>
span { border-color: #BD4515; }
span { border-color: rgb(189,69,21); }
td.TdClassName
{
border-color: #BD4515;
}
.TagClassName
{
border-color: #BD4515;
}
</style>