Shades of Rust #BD460A
Tints of Rust #BD460A
RGB
CMYK
RGB Variations
Color information
#BD460A (or 0xBD460A) is known color: Rust. HEX triplet: BD, 46 and 0A. RGB value is (189,70,10). Sum of RGB (Red+Green+Blue) = 189+70+10=269 (35% of max value = 765). Red value is 189 (74.22% from 255 or 70.26% from 269); Green value is 70 (27.73% from 255 or 26.02% from 269); Blue value is 10 (4.30% from 255 or 3.72% from 269); Max value from RGB is 189 - color contains mainly: red. Hex color #BD460A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD460A is #42B9F5. Grayscale: #636363. Windows color (decimal): -4372982 or 673469. OLE color: 673469.
HSL color Cylindrical-coordinate representation of color #BD460A: hue angle of 20.11º 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 #BD460A is Cyan = 0, Magento = 0.63, Yellow = 0.95 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 70 | 10 | - |
| CMYK | 0 | 0.63 | 0.95 | 0.26 |
| HSL | 20.11º | 0.9% | 0.39% | - |
| HSV(B) | 20.11º | 0.95% | 0.74% | - |
| XYZ | 23.23 | 15.22 | 2 | - |
| YUV | 98.74 | 77.92 | 192.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 70 | 10 | 0 | 0.63 | 0.95 | 0.26 | 20.11 | 0.9 | 0.39 |
| Hex | BD | 46 | A | 0 | 3F | 5F | 1A | 14 | 5A | 27 |
| Octal | 275 | 106 | 12 | 0 | 77 | 137 | 32 | 24 | 132 | 47 |
| Binary | 10111101 | 1000110 | 1010 | 0 | 111111 | 1011111 | 11010 | 10100 | 1011010 | 100111 |
Color Harmonies of #BD460A
Complementary color
Monochromatic Colors of #BD460A
Black with #BD460A
Text Example
Text Example
White with #BD460A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD460A; }
p { color: rgb(189,70,10); }
H1.HeaderClassName
{
color: #BD460A;
}
.AnyTagClassName
{
color: #BD460A;
}
</style>
background-color css
<style>
a { background-color: #BD460A; }
a { background-color: rgb(189,70,10); }
div.DivClassName
{
background-color: #BD460A;
}
.BgClassName
{
background-color: #BD460A;
}
</style>
border-color css
<style>
span { border-color: #BD460A; }
span { border-color: rgb(189,70,10); }
td.TdClassName
{
border-color: #BD460A;
}
.TagClassName
{
border-color: #BD460A;
}
</style>