Shades of Rust #BD3F16
Tints of Rust #BD3F16
RGB
CMYK
RGB Variations
Color information
#BD3F16 (or 0xBD3F16) is known color: Rust. HEX triplet: BD, 3F and 16. RGB value is (189,63,22). Sum of RGB (Red+Green+Blue) = 189+63+22=274 (36% of max value = 765). Red value is 189 (74.22% from 255 or 68.98% from 274); Green value is 63 (25% from 255 or 22.99% from 274); Blue value is 22 (8.98% from 255 or 8.03% from 274); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3F16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD3F16 is #42C0E9. Grayscale: #606060. Windows color (decimal): -4374762 or 1458109. OLE color: 1458109.
HSL color Cylindrical-coordinate representation of color #BD3F16: hue angle of 14.73º 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 #BD3F16 is Cyan = 0, Magento = 0.67, Yellow = 0.88 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 63 | 22 | - |
| CMYK | 0 | 0.67 | 0.88 | 0.26 |
| HSL | 14.73º | 0.79% | 0.41% | - |
| HSV(B) | 14.73º | 0.88% | 0.74% | - |
| XYZ | 22.91 | 14.43 | 2.34 | - |
| YUV | 96 | 86.24 | 194.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 63 | 22 | 0 | 0.67 | 0.88 | 0.26 | 14.73 | 0.79 | 0.41 |
| Hex | BD | 3F | 16 | 0 | 43 | 58 | 1A | F | 4F | 29 |
| Octal | 275 | 77 | 26 | 0 | 103 | 130 | 32 | 17 | 117 | 51 |
| Binary | 10111101 | 111111 | 10110 | 0 | 1000011 | 1011000 | 11010 | 1111 | 1001111 | 101001 |
Color Harmonies of #BD3F16
Complementary color
Monochromatic Colors of #BD3F16
Black with #BD3F16
Text Example
Text Example
White with #BD3F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3F16; }
p { color: rgb(189,63,22); }
H1.HeaderClassName
{
color: #BD3F16;
}
.AnyTagClassName
{
color: #BD3F16;
}
</style>
background-color css
<style>
a { background-color: #BD3F16; }
a { background-color: rgb(189,63,22); }
div.DivClassName
{
background-color: #BD3F16;
}
.BgClassName
{
background-color: #BD3F16;
}
</style>
border-color css
<style>
span { border-color: #BD3F16; }
span { border-color: rgb(189,63,22); }
td.TdClassName
{
border-color: #BD3F16;
}
.TagClassName
{
border-color: #BD3F16;
}
</style>