Shades of Rust #BD4012
Tints of Rust #BD4012
RGB
CMYK
RGB Variations
Color information
#BD4012 (or 0xBD4012) is known color: Rust. HEX triplet: BD, 40 and 12. RGB value is (189,64,18). Sum of RGB (Red+Green+Blue) = 189+64+18=271 (35% of max value = 765). Red value is 189 (74.22% from 255 or 69.74% from 271); Green value is 64 (25.39% from 255 or 23.62% from 271); Blue value is 18 (7.42% from 255 or 6.64% from 271); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4012 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD4012 is #42BFED. Grayscale: #606060. Windows color (decimal): -4374510 or 1196221. OLE color: 1196221.
HSL color Cylindrical-coordinate representation of color #BD4012: hue angle of 16.14º 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 #BD4012 is Cyan = 0, Magento = 0.66, Yellow = 0.90 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 64 | 18 | - |
| CMYK | 0 | 0.66 | 0.90 | 0.26 |
| HSL | 16.14º | 0.83% | 0.41% | - |
| HSV(B) | 16.14º | 0.9% | 0.74% | - |
| XYZ | 22.93 | 14.53 | 2.17 | - |
| YUV | 96.13 | 83.91 | 194.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 64 | 18 | 0 | 0.66 | 0.90 | 0.26 | 16.14 | 0.83 | 0.41 |
| Hex | BD | 40 | 12 | 0 | 42 | 5A | 1A | 10 | 53 | 29 |
| Octal | 275 | 100 | 22 | 0 | 102 | 132 | 32 | 20 | 123 | 51 |
| Binary | 10111101 | 1000000 | 10010 | 0 | 1000010 | 1011010 | 11010 | 10000 | 1010011 | 101001 |
Color Harmonies of #BD4012
Complementary color
Monochromatic Colors of #BD4012
Black with #BD4012
Text Example
Text Example
White with #BD4012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4012; }
p { color: rgb(189,64,18); }
H1.HeaderClassName
{
color: #BD4012;
}
.AnyTagClassName
{
color: #BD4012;
}
</style>
background-color css
<style>
a { background-color: #BD4012; }
a { background-color: rgb(189,64,18); }
div.DivClassName
{
background-color: #BD4012;
}
.BgClassName
{
background-color: #BD4012;
}
</style>
border-color css
<style>
span { border-color: #BD4012; }
span { border-color: rgb(189,64,18); }
td.TdClassName
{
border-color: #BD4012;
}
.TagClassName
{
border-color: #BD4012;
}
</style>