Shades of Rust #BD4815
Tints of Rust #BD4815
RGB
CMYK
RGB Variations
Color information
#BD4815 (or 0xBD4815) is known color: Rust. HEX triplet: BD, 48 and 15. RGB value is (189,72,21). Sum of RGB (Red+Green+Blue) = 189+72+21=282 (37% of max value = 765). Red value is 189 (74.22% from 255 or 67.02% from 282); Green value is 72 (28.52% from 255 or 25.53% from 282); Blue value is 21 (8.59% from 255 or 7.45% from 282); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4815 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD4815 is #42B7EA. Grayscale: #656565. Windows color (decimal): -4372459 or 1394877. OLE color: 1394877.
HSL color Cylindrical-coordinate representation of color #BD4815: hue angle of 18.21º 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 #BD4815 is Cyan = 0, Magento = 0.62, Yellow = 0.89 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 72 | 21 | - |
| CMYK | 0 | 0.62 | 0.89 | 0.26 |
| HSL | 18.21º | 0.8% | 0.41% | - |
| HSV(B) | 18.21º | 0.89% | 0.74% | - |
| XYZ | 23.44 | 15.51 | 2.47 | - |
| YUV | 101.17 | 82.76 | 190.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 72 | 21 | 0 | 0.62 | 0.89 | 0.26 | 18.21 | 0.8 | 0.41 |
| Hex | BD | 48 | 15 | 0 | 3E | 59 | 1A | 12 | 50 | 29 |
| Octal | 275 | 110 | 25 | 0 | 76 | 131 | 32 | 22 | 120 | 51 |
| Binary | 10111101 | 1001000 | 10101 | 0 | 111110 | 1011001 | 11010 | 10010 | 1010000 | 101001 |
Color Harmonies of #BD4815
Complementary color
Monochromatic Colors of #BD4815
Black with #BD4815
Text Example
Text Example
White with #BD4815
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4815; }
p { color: rgb(189,72,21); }
H1.HeaderClassName
{
color: #BD4815;
}
.AnyTagClassName
{
color: #BD4815;
}
</style>
background-color css
<style>
a { background-color: #BD4815; }
a { background-color: rgb(189,72,21); }
div.DivClassName
{
background-color: #BD4815;
}
.BgClassName
{
background-color: #BD4815;
}
</style>
border-color css
<style>
span { border-color: #BD4815; }
span { border-color: rgb(189,72,21); }
td.TdClassName
{
border-color: #BD4815;
}
.TagClassName
{
border-color: #BD4815;
}
</style>