Shades of Rust #BD490A
Tints of Rust #BD490A
RGB
CMYK
RGB Variations
Color information
#BD490A (or 0xBD490A) is known color: Rust. HEX triplet: BD, 49 and 0A. RGB value is (189,73,10). Sum of RGB (Red+Green+Blue) = 189+73+10=272 (36% of max value = 765). Red value is 189 (74.22% from 255 or 69.49% from 272); Green value is 73 (28.91% from 255 or 26.84% from 272); Blue value is 10 (4.30% from 255 or 3.68% from 272); Max value from RGB is 189 - color contains mainly: red. Hex color #BD490A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD490A is #42B6F5. Grayscale: #646464. Windows color (decimal): -4372214 or 674237. OLE color: 674237.
HSL color Cylindrical-coordinate representation of color #BD490A: hue angle of 21.12º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BD490A is Cyan = 0, Magento = 0.61, Yellow = 0.95 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 73 | 10 | - |
| CMYK | 0 | 0.61 | 0.95 | 0.26 |
| HSL | 21.12º | 0.9% | 0.39% | - |
| HSV(B) | 21.12º | 0.95% | 0.74% | - |
| XYZ | 23.42 | 15.61 | 2.06 | - |
| YUV | 100.5 | 76.93 | 191.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 73 | 10 | 0 | 0.61 | 0.95 | 0.26 | 21.12 | 0.9 | 0.39 |
| Hex | BD | 49 | A | 0 | 3D | 5F | 1A | 15 | 5A | 27 |
| Octal | 275 | 111 | 12 | 0 | 75 | 137 | 32 | 25 | 132 | 47 |
| Binary | 10111101 | 1001001 | 1010 | 0 | 111101 | 1011111 | 11010 | 10101 | 1011010 | 100111 |
Color Harmonies of #BD490A
Complementary color
Monochromatic Colors of #BD490A
Black with #BD490A
Text Example
Text Example
White with #BD490A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD490A; }
p { color: rgb(189,73,10); }
H1.HeaderClassName
{
color: #BD490A;
}
.AnyTagClassName
{
color: #BD490A;
}
</style>
background-color css
<style>
a { background-color: #BD490A; }
a { background-color: rgb(189,73,10); }
div.DivClassName
{
background-color: #BD490A;
}
.BgClassName
{
background-color: #BD490A;
}
</style>
border-color css
<style>
span { border-color: #BD490A; }
span { border-color: rgb(189,73,10); }
td.TdClassName
{
border-color: #BD490A;
}
.TagClassName
{
border-color: #BD490A;
}
</style>