Shades of Rust #BD4015
Tints of Rust #BD4015
RGB
CMYK
RGB Variations
Color information
#BD4015 (or 0xBD4015) is known color: Rust. HEX triplet: BD, 40 and 15. RGB value is (189,64,21). Sum of RGB (Red+Green+Blue) = 189+64+21=274 (36% of max value = 765). Red value is 189 (74.22% from 255 or 68.98% from 274); Green value is 64 (25.39% from 255 or 23.36% from 274); Blue value is 21 (8.59% from 255 or 7.66% from 274); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4015 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD4015 is #42BFEA. Grayscale: #606060. Windows color (decimal): -4374507 or 1392829. OLE color: 1392829.
HSL color Cylindrical-coordinate representation of color #BD4015: hue angle of 15.36º 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 #BD4015 is Cyan = 0, Magento = 0.66, Yellow = 0.89 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 64 | 21 | - |
| CMYK | 0 | 0.66 | 0.89 | 0.26 |
| HSL | 15.36º | 0.8% | 0.41% | - |
| HSV(B) | 15.36º | 0.89% | 0.74% | - |
| XYZ | 22.96 | 14.54 | 2.31 | - |
| YUV | 96.47 | 85.41 | 194 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 64 | 21 | 0 | 0.66 | 0.89 | 0.26 | 15.36 | 0.8 | 0.41 |
| Hex | BD | 40 | 15 | 0 | 42 | 59 | 1A | F | 50 | 29 |
| Octal | 275 | 100 | 25 | 0 | 102 | 131 | 32 | 17 | 120 | 51 |
| Binary | 10111101 | 1000000 | 10101 | 0 | 1000010 | 1011001 | 11010 | 1111 | 1010000 | 101001 |
Color Harmonies of #BD4015
Complementary color
Monochromatic Colors of #BD4015
Black with #BD4015
Text Example
Text Example
White with #BD4015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4015; }
p { color: rgb(189,64,21); }
H1.HeaderClassName
{
color: #BD4015;
}
.AnyTagClassName
{
color: #BD4015;
}
</style>
background-color css
<style>
a { background-color: #BD4015; }
a { background-color: rgb(189,64,21); }
div.DivClassName
{
background-color: #BD4015;
}
.BgClassName
{
background-color: #BD4015;
}
</style>
border-color css
<style>
span { border-color: #BD4015; }
span { border-color: rgb(189,64,21); }
td.TdClassName
{
border-color: #BD4015;
}
.TagClassName
{
border-color: #BD4015;
}
</style>