Shades of Rust #BD4D16
Tints of Rust #BD4D16
RGB
CMYK
RGB Variations
Color information
#BD4D16 (or 0xBD4D16) is known color: Rust. HEX triplet: BD, 4D and 16. RGB value is (189,77,22). Sum of RGB (Red+Green+Blue) = 189+77+22=288 (38% of max value = 765). Red value is 189 (74.22% from 255 or 65.62% from 288); Green value is 77 (30.47% from 255 or 26.74% from 288); Blue value is 22 (8.98% from 255 or 7.64% from 288); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4D16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD4D16 is #42B2E9. Grayscale: #686868. Windows color (decimal): -4371178 or 1461693. OLE color: 1461693.
HSL color Cylindrical-coordinate representation of color #BD4D16: hue angle of 19.76º 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 #BD4D16 is Cyan = 0, Magento = 0.59, Yellow = 0.88 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 77 | 22 | - |
| CMYK | 0 | 0.59 | 0.88 | 0.26 |
| HSL | 19.76º | 0.79% | 0.41% | - |
| HSV(B) | 19.76º | 0.88% | 0.74% | - |
| XYZ | 23.78 | 16.18 | 2.63 | - |
| YUV | 104.22 | 81.61 | 188.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 77 | 22 | 0 | 0.59 | 0.88 | 0.26 | 19.76 | 0.79 | 0.41 |
| Hex | BD | 4D | 16 | 0 | 3B | 58 | 1A | 14 | 4F | 29 |
| Octal | 275 | 115 | 26 | 0 | 73 | 130 | 32 | 24 | 117 | 51 |
| Binary | 10111101 | 1001101 | 10110 | 0 | 111011 | 1011000 | 11010 | 10100 | 1001111 | 101001 |
Color Harmonies of #BD4D16
Complementary color
Monochromatic Colors of #BD4D16
Black with #BD4D16
Text Example
Text Example
White with #BD4D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4D16; }
p { color: rgb(189,77,22); }
H1.HeaderClassName
{
color: #BD4D16;
}
.AnyTagClassName
{
color: #BD4D16;
}
</style>
background-color css
<style>
a { background-color: #BD4D16; }
a { background-color: rgb(189,77,22); }
div.DivClassName
{
background-color: #BD4D16;
}
.BgClassName
{
background-color: #BD4D16;
}
</style>
border-color css
<style>
span { border-color: #BD4D16; }
span { border-color: rgb(189,77,22); }
td.TdClassName
{
border-color: #BD4D16;
}
.TagClassName
{
border-color: #BD4D16;
}
</style>