Shades of Rust #BC510A
Tints of Rust #BC510A
RGB
CMYK
RGB Variations
Color information
#BC510A (or 0xBC510A) is known color: Rust. HEX triplet: BC, 51 and 0A. RGB value is (188,81,10). Sum of RGB (Red+Green+Blue) = 188+81+10=279 (36% of max value = 765). Red value is 188 (73.83% from 255 or 67.38% from 279); Green value is 81 (32.03% from 255 or 29.03% from 279); Blue value is 10 (4.30% from 255 or 3.58% from 279); Max value from RGB is 188 - color contains mainly: red. Hex color #BC510A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC510A is #43AEF5. Grayscale: #696969. Windows color (decimal): -4435702 or 676284. OLE color: 676284.
HSL color Cylindrical-coordinate representation of color #BC510A: hue angle of 23.93º 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 #BC510A is Cyan = 0, Magento = 0.57, Yellow = 0.95 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 81 | 10 | - |
| CMYK | 0 | 0.57 | 0.95 | 0.26 |
| HSL | 23.93º | 0.9% | 0.39% | - |
| HSV(B) | 23.93º | 0.95% | 0.74% | - |
| XYZ | 23.74 | 16.6 | 2.24 | - |
| YUV | 104.9 | 74.45 | 187.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 81 | 10 | 0 | 0.57 | 0.95 | 0.26 | 23.93 | 0.9 | 0.39 |
| Hex | BC | 51 | A | 0 | 39 | 5F | 1A | 18 | 5A | 27 |
| Octal | 274 | 121 | 12 | 0 | 71 | 137 | 32 | 30 | 132 | 47 |
| Binary | 10111100 | 1010001 | 1010 | 0 | 111001 | 1011111 | 11010 | 11000 | 1011010 | 100111 |
Color Harmonies of #BC510A
Complementary color
Monochromatic Colors of #BC510A
Black with #BC510A
Text Example
Text Example
White with #BC510A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC510A; }
p { color: rgb(188,81,10); }
H1.HeaderClassName
{
color: #BC510A;
}
.AnyTagClassName
{
color: #BC510A;
}
</style>
background-color css
<style>
a { background-color: #BC510A; }
a { background-color: rgb(188,81,10); }
div.DivClassName
{
background-color: #BC510A;
}
.BgClassName
{
background-color: #BC510A;
}
</style>
border-color css
<style>
span { border-color: #BC510A; }
span { border-color: rgb(188,81,10); }
td.TdClassName
{
border-color: #BC510A;
}
.TagClassName
{
border-color: #BC510A;
}
</style>