Shades of Rust #BD4510
Tints of Rust #BD4510
RGB
CMYK
RGB Variations
Color information
#BD4510 (or 0xBD4510) is known color: Rust. HEX triplet: BD, 45 and 10. RGB value is (189,69,16). Sum of RGB (Red+Green+Blue) = 189+69+16=274 (36% of max value = 765). Red value is 189 (74.22% from 255 or 68.98% from 274); Green value is 69 (27.34% from 255 or 25.18% from 274); Blue value is 16 (6.64% from 255 or 5.84% from 274); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4510 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD4510 is #42BAEF. Grayscale: #636363. Windows color (decimal): -4373232 or 1066429. OLE color: 1066429.
HSL color Cylindrical-coordinate representation of color #BD4510: hue angle of 18.38º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BD4510 is Cyan = 0, Magento = 0.63, Yellow = 0.92 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 69 | 16 | - |
| CMYK | 0 | 0.63 | 0.92 | 0.26 |
| HSL | 18.38º | 0.84% | 0.4% | - |
| HSV(B) | 18.38º | 0.92% | 0.74% | - |
| XYZ | 23.21 | 15.11 | 2.18 | - |
| YUV | 98.84 | 81.26 | 192.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 69 | 16 | 0 | 0.63 | 0.92 | 0.26 | 18.38 | 0.84 | 0.4 |
| Hex | BD | 45 | 10 | 0 | 3F | 5C | 1A | 12 | 54 | 28 |
| Octal | 275 | 105 | 20 | 0 | 77 | 134 | 32 | 22 | 124 | 50 |
| Binary | 10111101 | 1000101 | 10000 | 0 | 111111 | 1011100 | 11010 | 10010 | 1010100 | 101000 |
Color Harmonies of #BD4510
Complementary color
Monochromatic Colors of #BD4510
Black with #BD4510
Text Example
Text Example
White with #BD4510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4510; }
p { color: rgb(189,69,16); }
H1.HeaderClassName
{
color: #BD4510;
}
.AnyTagClassName
{
color: #BD4510;
}
</style>
background-color css
<style>
a { background-color: #BD4510; }
a { background-color: rgb(189,69,16); }
div.DivClassName
{
background-color: #BD4510;
}
.BgClassName
{
background-color: #BD4510;
}
</style>
border-color css
<style>
span { border-color: #BD4510; }
span { border-color: rgb(189,69,16); }
td.TdClassName
{
border-color: #BD4510;
}
.TagClassName
{
border-color: #BD4510;
}
</style>