Shades of Rust #BD4A16
Tints of Rust #BD4A16
RGB
CMYK
RGB Variations
Color information
#BD4A16 (or 0xBD4A16) is known color: Rust. HEX triplet: BD, 4A and 16. RGB value is (189,74,22). Sum of RGB (Red+Green+Blue) = 189+74+22=285 (37% of max value = 765). Red value is 189 (74.22% from 255 or 66.32% from 285); Green value is 74 (29.30% from 255 or 25.96% from 285); Blue value is 22 (8.98% from 255 or 7.72% from 285); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4A16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD4A16 is #42B5E9. Grayscale: #666666. Windows color (decimal): -4371946 or 1460925. OLE color: 1460925.
HSL color Cylindrical-coordinate representation of color #BD4A16: hue angle of 18.68º 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 #BD4A16 is Cyan = 0, Magento = 0.61, Yellow = 0.88 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 74 | 22 | - |
| CMYK | 0 | 0.61 | 0.88 | 0.26 |
| HSL | 18.68º | 0.79% | 0.41% | - |
| HSV(B) | 18.68º | 0.88% | 0.74% | - |
| XYZ | 23.58 | 15.77 | 2.56 | - |
| YUV | 102.46 | 82.6 | 189.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 74 | 22 | 0 | 0.61 | 0.88 | 0.26 | 18.68 | 0.79 | 0.41 |
| Hex | BD | 4A | 16 | 0 | 3D | 58 | 1A | 13 | 4F | 29 |
| Octal | 275 | 112 | 26 | 0 | 75 | 130 | 32 | 23 | 117 | 51 |
| Binary | 10111101 | 1001010 | 10110 | 0 | 111101 | 1011000 | 11010 | 10011 | 1001111 | 101001 |
Color Harmonies of #BD4A16
Complementary color
Monochromatic Colors of #BD4A16
Black with #BD4A16
Text Example
Text Example
White with #BD4A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4A16; }
p { color: rgb(189,74,22); }
H1.HeaderClassName
{
color: #BD4A16;
}
.AnyTagClassName
{
color: #BD4A16;
}
</style>
background-color css
<style>
a { background-color: #BD4A16; }
a { background-color: rgb(189,74,22); }
div.DivClassName
{
background-color: #BD4A16;
}
.BgClassName
{
background-color: #BD4A16;
}
</style>
border-color css
<style>
span { border-color: #BD4A16; }
span { border-color: rgb(189,74,22); }
td.TdClassName
{
border-color: #BD4A16;
}
.TagClassName
{
border-color: #BD4A16;
}
</style>