Shades of Rust #BD4E16
Tints of Rust #BD4E16
RGB
CMYK
RGB Variations
Color information
#BD4E16 (or 0xBD4E16) is known color: Rust. HEX triplet: BD, 4E and 16. RGB value is (189,78,22). Sum of RGB (Red+Green+Blue) = 189+78+22=289 (38% of max value = 765). Red value is 189 (74.22% from 255 or 65.40% from 289); Green value is 78 (30.86% from 255 or 26.99% from 289); Blue value is 22 (8.98% from 255 or 7.61% from 289); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4E16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD4E16 is #42B1E9. Grayscale: #696969. Windows color (decimal): -4370922 or 1461949. OLE color: 1461949.
HSL color Cylindrical-coordinate representation of color #BD4E16: hue angle of 20.12º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BD4E16 is Cyan = 0, Magento = 0.59, Yellow = 0.88 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 78 | 22 | - |
| CMYK | 0 | 0.59 | 0.88 | 0.26 |
| HSL | 20.12º | 0.79% | 0.41% | - |
| HSV(B) | 20.12º | 0.88% | 0.74% | - |
| XYZ | 23.86 | 16.33 | 2.65 | - |
| YUV | 104.81 | 81.27 | 188.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 78 | 22 | 0 | 0.59 | 0.88 | 0.26 | 20.12 | 0.79 | 0.41 |
| Hex | BD | 4E | 16 | 0 | 3B | 58 | 1A | 14 | 4F | 29 |
| Octal | 275 | 116 | 26 | 0 | 73 | 130 | 32 | 24 | 117 | 51 |
| Binary | 10111101 | 1001110 | 10110 | 0 | 111011 | 1011000 | 11010 | 10100 | 1001111 | 101001 |
Color Harmonies of #BD4E16
Complementary color
Monochromatic Colors of #BD4E16
Black with #BD4E16
Text Example
Text Example
White with #BD4E16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4E16; }
p { color: rgb(189,78,22); }
H1.HeaderClassName
{
color: #BD4E16;
}
.AnyTagClassName
{
color: #BD4E16;
}
</style>
background-color css
<style>
a { background-color: #BD4E16; }
a { background-color: rgb(189,78,22); }
div.DivClassName
{
background-color: #BD4E16;
}
.BgClassName
{
background-color: #BD4E16;
}
</style>
border-color css
<style>
span { border-color: #BD4E16; }
span { border-color: rgb(189,78,22); }
td.TdClassName
{
border-color: #BD4E16;
}
.TagClassName
{
border-color: #BD4E16;
}
</style>