Shades of Rust #BD4914
Tints of Rust #BD4914
RGB
CMYK
RGB Variations
Color information
#BD4914 (or 0xBD4914) is known color: Rust. HEX triplet: BD, 49 and 14. RGB value is (189,73,20). Sum of RGB (Red+Green+Blue) = 189+73+20=282 (37% of max value = 765). Red value is 189 (74.22% from 255 or 67.02% from 282); Green value is 73 (28.91% from 255 or 25.89% from 282); Blue value is 20 (8.20% from 255 or 7.09% from 282); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4914 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD4914 is #42B6EB. Grayscale: #656565. Windows color (decimal): -4372204 or 1329597. OLE color: 1329597.
HSL color Cylindrical-coordinate representation of color #BD4914: hue angle of 18.82º 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 #BD4914 is Cyan = 0, Magento = 0.61, Yellow = 0.89 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 73 | 20 | - |
| CMYK | 0 | 0.61 | 0.89 | 0.26 |
| HSL | 18.82º | 0.81% | 0.41% | - |
| HSV(B) | 18.82º | 0.89% | 0.74% | - |
| XYZ | 23.5 | 15.63 | 2.44 | - |
| YUV | 101.64 | 81.93 | 190.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 73 | 20 | 0 | 0.61 | 0.89 | 0.26 | 18.82 | 0.81 | 0.41 |
| Hex | BD | 49 | 14 | 0 | 3D | 59 | 1A | 13 | 51 | 29 |
| Octal | 275 | 111 | 24 | 0 | 75 | 131 | 32 | 23 | 121 | 51 |
| Binary | 10111101 | 1001001 | 10100 | 0 | 111101 | 1011001 | 11010 | 10011 | 1010001 | 101001 |
Color Harmonies of #BD4914
Complementary color
Monochromatic Colors of #BD4914
Black with #BD4914
Text Example
Text Example
White with #BD4914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4914; }
p { color: rgb(189,73,20); }
H1.HeaderClassName
{
color: #BD4914;
}
.AnyTagClassName
{
color: #BD4914;
}
</style>
background-color css
<style>
a { background-color: #BD4914; }
a { background-color: rgb(189,73,20); }
div.DivClassName
{
background-color: #BD4914;
}
.BgClassName
{
background-color: #BD4914;
}
</style>
border-color css
<style>
span { border-color: #BD4914; }
span { border-color: rgb(189,73,20); }
td.TdClassName
{
border-color: #BD4914;
}
.TagClassName
{
border-color: #BD4914;
}
</style>