Shades of Rust #BD4F14
Tints of Rust #BD4F14
RGB
CMYK
RGB Variations
Color information
#BD4F14 (or 0xBD4F14) is known color: Rust. HEX triplet: BD, 4F and 14. RGB value is (189,79,20). Sum of RGB (Red+Green+Blue) = 189+79+20=288 (38% of max value = 765). Red value is 189 (74.22% from 255 or 65.62% from 288); Green value is 79 (31.25% from 255 or 27.43% from 288); Blue value is 20 (8.20% from 255 or 6.94% from 288); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4F14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD4F14 is #42B0EB. Grayscale: #696969. Windows color (decimal): -4370668 or 1331133. OLE color: 1331133.
HSL color Cylindrical-coordinate representation of color #BD4F14: hue angle of 20.95º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BD4F14 is Cyan = 0, Magento = 0.58, Yellow = 0.89 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 79 | 20 | - |
| CMYK | 0 | 0.58 | 0.89 | 0.26 |
| HSL | 20.95º | 0.81% | 0.41% | - |
| HSV(B) | 20.95º | 0.89% | 0.74% | - |
| XYZ | 23.91 | 16.46 | 2.58 | - |
| YUV | 105.16 | 79.94 | 187.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 79 | 20 | 0 | 0.58 | 0.89 | 0.26 | 20.95 | 0.81 | 0.41 |
| Hex | BD | 4F | 14 | 0 | 3A | 59 | 1A | 15 | 51 | 29 |
| Octal | 275 | 117 | 24 | 0 | 72 | 131 | 32 | 25 | 121 | 51 |
| Binary | 10111101 | 1001111 | 10100 | 0 | 111010 | 1011001 | 11010 | 10101 | 1010001 | 101001 |
Color Harmonies of #BD4F14
Complementary color
Monochromatic Colors of #BD4F14
Black with #BD4F14
Text Example
Text Example
White with #BD4F14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4F14; }
p { color: rgb(189,79,20); }
H1.HeaderClassName
{
color: #BD4F14;
}
.AnyTagClassName
{
color: #BD4F14;
}
</style>
background-color css
<style>
a { background-color: #BD4F14; }
a { background-color: rgb(189,79,20); }
div.DivClassName
{
background-color: #BD4F14;
}
.BgClassName
{
background-color: #BD4F14;
}
</style>
border-color css
<style>
span { border-color: #BD4F14; }
span { border-color: rgb(189,79,20); }
td.TdClassName
{
border-color: #BD4F14;
}
.TagClassName
{
border-color: #BD4F14;
}
</style>