Shades of Rust #BD4E12
Tints of Rust #BD4E12
RGB
CMYK
RGB Variations
Color information
#BD4E12 (or 0xBD4E12) is known color: Rust. HEX triplet: BD, 4E and 12. RGB value is (189,78,18). Sum of RGB (Red+Green+Blue) = 189+78+18=285 (37% of max value = 765). Red value is 189 (74.22% from 255 or 66.32% from 285); Green value is 78 (30.86% from 255 or 27.37% from 285); Blue value is 18 (7.42% from 255 or 6.32% from 285); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4E12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD4E12 is #42B1ED. Grayscale: #686868. Windows color (decimal): -4370926 or 1199805. OLE color: 1199805.
HSL color Cylindrical-coordinate representation of color #BD4E12: hue angle of 21.05º 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 #BD4E12 is Cyan = 0, Magento = 0.59, Yellow = 0.90 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 78 | 18 | - |
| CMYK | 0 | 0.59 | 0.90 | 0.26 |
| HSL | 21.05º | 0.83% | 0.41% | - |
| HSV(B) | 21.05º | 0.9% | 0.74% | - |
| XYZ | 23.82 | 16.31 | 2.47 | - |
| YUV | 104.35 | 79.27 | 188.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 78 | 18 | 0 | 0.59 | 0.90 | 0.26 | 21.05 | 0.83 | 0.41 |
| Hex | BD | 4E | 12 | 0 | 3B | 5A | 1A | 15 | 53 | 29 |
| Octal | 275 | 116 | 22 | 0 | 73 | 132 | 32 | 25 | 123 | 51 |
| Binary | 10111101 | 1001110 | 10010 | 0 | 111011 | 1011010 | 11010 | 10101 | 1010011 | 101001 |
Color Harmonies of #BD4E12
Complementary color
Monochromatic Colors of #BD4E12
Black with #BD4E12
Text Example
Text Example
White with #BD4E12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4E12; }
p { color: rgb(189,78,18); }
H1.HeaderClassName
{
color: #BD4E12;
}
.AnyTagClassName
{
color: #BD4E12;
}
</style>
background-color css
<style>
a { background-color: #BD4E12; }
a { background-color: rgb(189,78,18); }
div.DivClassName
{
background-color: #BD4E12;
}
.BgClassName
{
background-color: #BD4E12;
}
</style>
border-color css
<style>
span { border-color: #BD4E12; }
span { border-color: rgb(189,78,18); }
td.TdClassName
{
border-color: #BD4E12;
}
.TagClassName
{
border-color: #BD4E12;
}
</style>