Shades of Rust #BD4415
Tints of Rust #BD4415
RGB
CMYK
RGB Variations
Color information
#BD4415 (or 0xBD4415) is known color: Rust. HEX triplet: BD, 44 and 15. RGB value is (189,68,21). Sum of RGB (Red+Green+Blue) = 189+68+21=278 (36% of max value = 765). Red value is 189 (74.22% from 255 or 67.99% from 278); Green value is 68 (26.95% from 255 or 24.46% from 278); Blue value is 21 (8.59% from 255 or 7.55% from 278); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4415 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD4415 is #42BBEA. Grayscale: #636363. Windows color (decimal): -4373483 or 1393853. OLE color: 1393853.
HSL color Cylindrical-coordinate representation of color #BD4415: hue angle of 16.79º 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 #BD4415 is Cyan = 0, Magento = 0.64, Yellow = 0.89 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 68 | 21 | - |
| CMYK | 0 | 0.64 | 0.89 | 0.26 |
| HSL | 16.79º | 0.8% | 0.41% | - |
| HSV(B) | 16.79º | 0.89% | 0.74% | - |
| XYZ | 23.19 | 15.01 | 2.38 | - |
| YUV | 98.82 | 84.09 | 192.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 68 | 21 | 0 | 0.64 | 0.89 | 0.26 | 16.79 | 0.8 | 0.41 |
| Hex | BD | 44 | 15 | 0 | 40 | 59 | 1A | 11 | 50 | 29 |
| Octal | 275 | 104 | 25 | 0 | 100 | 131 | 32 | 21 | 120 | 51 |
| Binary | 10111101 | 1000100 | 10101 | 0 | 1000000 | 1011001 | 11010 | 10001 | 1010000 | 101001 |
Color Harmonies of #BD4415
Complementary color
Monochromatic Colors of #BD4415
Black with #BD4415
Text Example
Text Example
White with #BD4415
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4415; }
p { color: rgb(189,68,21); }
H1.HeaderClassName
{
color: #BD4415;
}
.AnyTagClassName
{
color: #BD4415;
}
</style>
background-color css
<style>
a { background-color: #BD4415; }
a { background-color: rgb(189,68,21); }
div.DivClassName
{
background-color: #BD4415;
}
.BgClassName
{
background-color: #BD4415;
}
</style>
border-color css
<style>
span { border-color: #BD4415; }
span { border-color: rgb(189,68,21); }
td.TdClassName
{
border-color: #BD4415;
}
.TagClassName
{
border-color: #BD4415;
}
</style>