Shades of Rust #BD4512
Tints of Rust #BD4512
RGB
CMYK
RGB Variations
Color information
#BD4512 (or 0xBD4512) is known color: Rust. HEX triplet: BD, 45 and 12. RGB value is (189,69,18). Sum of RGB (Red+Green+Blue) = 189+69+18=276 (36% of max value = 765). Red value is 189 (74.22% from 255 or 68.48% from 276); Green value is 69 (27.34% from 255 or 25% from 276); Blue value is 18 (7.42% from 255 or 6.52% from 276); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4512 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD4512 is #42BAED. Grayscale: #636363. Windows color (decimal): -4373230 or 1197501. OLE color: 1197501.
HSL color Cylindrical-coordinate representation of color #BD4512: hue angle of 17.89º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BD4512 is Cyan = 0, Magento = 0.63, Yellow = 0.90 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 69 | 18 | - |
| CMYK | 0 | 0.63 | 0.90 | 0.26 |
| HSL | 17.89º | 0.83% | 0.41% | - |
| HSV(B) | 17.89º | 0.9% | 0.74% | - |
| XYZ | 23.22 | 15.12 | 2.27 | - |
| YUV | 99.07 | 82.26 | 192.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 69 | 18 | 0 | 0.63 | 0.90 | 0.26 | 17.89 | 0.83 | 0.41 |
| Hex | BD | 45 | 12 | 0 | 3F | 5A | 1A | 12 | 53 | 29 |
| Octal | 275 | 105 | 22 | 0 | 77 | 132 | 32 | 22 | 123 | 51 |
| Binary | 10111101 | 1000101 | 10010 | 0 | 111111 | 1011010 | 11010 | 10010 | 1010011 | 101001 |
Color Harmonies of #BD4512
Complementary color
Monochromatic Colors of #BD4512
Black with #BD4512
Text Example
Text Example
White with #BD4512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4512; }
p { color: rgb(189,69,18); }
H1.HeaderClassName
{
color: #BD4512;
}
.AnyTagClassName
{
color: #BD4512;
}
</style>
background-color css
<style>
a { background-color: #BD4512; }
a { background-color: rgb(189,69,18); }
div.DivClassName
{
background-color: #BD4512;
}
.BgClassName
{
background-color: #BD4512;
}
</style>
border-color css
<style>
span { border-color: #BD4512; }
span { border-color: rgb(189,69,18); }
td.TdClassName
{
border-color: #BD4512;
}
.TagClassName
{
border-color: #BD4512;
}
</style>