Shades of Rust #BD4C15
Tints of Rust #BD4C15
RGB
CMYK
RGB Variations
Color information
#BD4C15 (or 0xBD4C15) is known color: Rust. HEX triplet: BD, 4C and 15. RGB value is (189,76,21). Sum of RGB (Red+Green+Blue) = 189+76+21=286 (37% of max value = 765). Red value is 189 (74.22% from 255 or 66.08% from 286); Green value is 76 (30.08% from 255 or 26.57% from 286); Blue value is 21 (8.59% from 255 or 7.34% from 286); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4C15 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD4C15 is #42B3EA. Grayscale: #676767. Windows color (decimal): -4371435 or 1395901. OLE color: 1395901.
HSL color Cylindrical-coordinate representation of color #BD4C15: hue angle of 19.64º 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 #BD4C15 is Cyan = 0, Magento = 0.60, Yellow = 0.89 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 76 | 21 | - |
| CMYK | 0 | 0.60 | 0.89 | 0.26 |
| HSL | 19.64º | 0.8% | 0.41% | - |
| HSV(B) | 19.64º | 0.89% | 0.74% | - |
| XYZ | 23.71 | 16.04 | 2.56 | - |
| YUV | 103.52 | 81.44 | 188.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 76 | 21 | 0 | 0.60 | 0.89 | 0.26 | 19.64 | 0.8 | 0.41 |
| Hex | BD | 4C | 15 | 0 | 3C | 59 | 1A | 14 | 50 | 29 |
| Octal | 275 | 114 | 25 | 0 | 74 | 131 | 32 | 24 | 120 | 51 |
| Binary | 10111101 | 1001100 | 10101 | 0 | 111100 | 1011001 | 11010 | 10100 | 1010000 | 101001 |
Color Harmonies of #BD4C15
Complementary color
Monochromatic Colors of #BD4C15
Black with #BD4C15
Text Example
Text Example
White with #BD4C15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4C15; }
p { color: rgb(189,76,21); }
H1.HeaderClassName
{
color: #BD4C15;
}
.AnyTagClassName
{
color: #BD4C15;
}
</style>
background-color css
<style>
a { background-color: #BD4C15; }
a { background-color: rgb(189,76,21); }
div.DivClassName
{
background-color: #BD4C15;
}
.BgClassName
{
background-color: #BD4C15;
}
</style>
border-color css
<style>
span { border-color: #BD4C15; }
span { border-color: rgb(189,76,21); }
td.TdClassName
{
border-color: #BD4C15;
}
.TagClassName
{
border-color: #BD4C15;
}
</style>