Shades of Rust #BD490E
Tints of Rust #BD490E
RGB
CMYK
RGB Variations
Color information
#BD490E (or 0xBD490E) is known color: Rust. HEX triplet: BD, 49 and 0E. RGB value is (189,73,14). Sum of RGB (Red+Green+Blue) = 189+73+14=276 (36% of max value = 765). Red value is 189 (74.22% from 255 or 68.48% from 276); Green value is 73 (28.91% from 255 or 26.45% from 276); Blue value is 14 (5.86% from 255 or 5.07% from 276); Max value from RGB is 189 - color contains mainly: red. Hex color #BD490E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD490E is #42B6F1. Grayscale: #656565. Windows color (decimal): -4372210 or 936381. OLE color: 936381.
HSL color Cylindrical-coordinate representation of color #BD490E: hue angle of 20.23º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BD490E is Cyan = 0, Magento = 0.61, Yellow = 0.93 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 73 | 14 | - |
| CMYK | 0 | 0.61 | 0.93 | 0.26 |
| HSL | 20.23º | 0.86% | 0.4% | - |
| HSV(B) | 20.23º | 0.93% | 0.74% | - |
| XYZ | 23.45 | 15.62 | 2.19 | - |
| YUV | 100.96 | 78.93 | 190.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 73 | 14 | 0 | 0.61 | 0.93 | 0.26 | 20.23 | 0.86 | 0.4 |
| Hex | BD | 49 | E | 0 | 3D | 5D | 1A | 14 | 56 | 28 |
| Octal | 275 | 111 | 16 | 0 | 75 | 135 | 32 | 24 | 126 | 50 |
| Binary | 10111101 | 1001001 | 1110 | 0 | 111101 | 1011101 | 11010 | 10100 | 1010110 | 101000 |
Color Harmonies of #BD490E
Complementary color
Monochromatic Colors of #BD490E
Black with #BD490E
Text Example
Text Example
White with #BD490E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD490E; }
p { color: rgb(189,73,14); }
H1.HeaderClassName
{
color: #BD490E;
}
.AnyTagClassName
{
color: #BD490E;
}
</style>
background-color css
<style>
a { background-color: #BD490E; }
a { background-color: rgb(189,73,14); }
div.DivClassName
{
background-color: #BD490E;
}
.BgClassName
{
background-color: #BD490E;
}
</style>
border-color css
<style>
span { border-color: #BD490E; }
span { border-color: rgb(189,73,14); }
td.TdClassName
{
border-color: #BD490E;
}
.TagClassName
{
border-color: #BD490E;
}
</style>