Shades of Rust #BC460A
Tints of Rust #BC460A
RGB
CMYK
RGB Variations
Color information
#BC460A (or 0xBC460A) is known color: Rust. HEX triplet: BC, 46 and 0A. RGB value is (188,70,10). Sum of RGB (Red+Green+Blue) = 188+70+10=268 (35% of max value = 765). Red value is 188 (73.83% from 255 or 70.15% from 268); Green value is 70 (27.73% from 255 or 26.12% from 268); Blue value is 10 (4.30% from 255 or 3.73% from 268); Max value from RGB is 188 - color contains mainly: red. Hex color #BC460A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC460A is #43B9F5. Grayscale: #626262. Windows color (decimal): -4438518 or 673468. OLE color: 673468.
HSL color Cylindrical-coordinate representation of color #BC460A: hue angle of 20.22º 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 #BC460A is Cyan = 0, Magento = 0.63, Yellow = 0.95 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 70 | 10 | - |
| CMYK | 0 | 0.63 | 0.95 | 0.26 |
| HSL | 20.22º | 0.9% | 0.39% | - |
| HSV(B) | 20.22º | 0.95% | 0.74% | - |
| XYZ | 22.98 | 15.09 | 1.99 | - |
| YUV | 98.44 | 78.09 | 191.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 70 | 10 | 0 | 0.63 | 0.95 | 0.26 | 20.22 | 0.9 | 0.39 |
| Hex | BC | 46 | A | 0 | 3F | 5F | 1A | 14 | 5A | 27 |
| Octal | 274 | 106 | 12 | 0 | 77 | 137 | 32 | 24 | 132 | 47 |
| Binary | 10111100 | 1000110 | 1010 | 0 | 111111 | 1011111 | 11010 | 10100 | 1011010 | 100111 |
Color Harmonies of #BC460A
Complementary color
Monochromatic Colors of #BC460A
Black with #BC460A
Text Example
Text Example
White with #BC460A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC460A; }
p { color: rgb(188,70,10); }
H1.HeaderClassName
{
color: #BC460A;
}
.AnyTagClassName
{
color: #BC460A;
}
</style>
background-color css
<style>
a { background-color: #BC460A; }
a { background-color: rgb(188,70,10); }
div.DivClassName
{
background-color: #BC460A;
}
.BgClassName
{
background-color: #BC460A;
}
</style>
border-color css
<style>
span { border-color: #BC460A; }
span { border-color: rgb(188,70,10); }
td.TdClassName
{
border-color: #BC460A;
}
.TagClassName
{
border-color: #BC460A;
}
</style>