Shades of Rust #BC3F0A
Tints of Rust #BC3F0A
RGB
CMYK
RGB Variations
Color information
#BC3F0A (or 0xBC3F0A) is known color: Rust. HEX triplet: BC, 3F and 0A. RGB value is (188,63,10). Sum of RGB (Red+Green+Blue) = 188+63+10=261 (34% of max value = 765). Red value is 188 (73.83% from 255 or 72.03% from 261); Green value is 63 (25% from 255 or 24.14% from 261); Blue value is 10 (4.30% from 255 or 3.83% from 261); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3F0A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC3F0A is #43C0F5. Grayscale: #5E5E5E. Windows color (decimal): -4440310 or 671676. OLE color: 671676.
HSL color Cylindrical-coordinate representation of color #BC3F0A: hue angle of 17.87º 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 #BC3F0A is Cyan = 0, Magento = 0.66, Yellow = 0.95 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 63 | 10 | - |
| CMYK | 0 | 0.66 | 0.95 | 0.26 |
| HSL | 17.87º | 0.9% | 0.39% | - |
| HSV(B) | 17.87º | 0.95% | 0.74% | - |
| XYZ | 22.57 | 14.27 | 1.85 | - |
| YUV | 94.33 | 80.41 | 194.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 63 | 10 | 0 | 0.66 | 0.95 | 0.26 | 17.87 | 0.9 | 0.39 |
| Hex | BC | 3F | A | 0 | 42 | 5F | 1A | 12 | 5A | 27 |
| Octal | 274 | 77 | 12 | 0 | 102 | 137 | 32 | 22 | 132 | 47 |
| Binary | 10111100 | 111111 | 1010 | 0 | 1000010 | 1011111 | 11010 | 10010 | 1011010 | 100111 |
Color Harmonies of #BC3F0A
Complementary color
Monochromatic Colors of #BC3F0A
Black with #BC3F0A
Text Example
Text Example
White with #BC3F0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3F0A; }
p { color: rgb(188,63,10); }
H1.HeaderClassName
{
color: #BC3F0A;
}
.AnyTagClassName
{
color: #BC3F0A;
}
</style>
background-color css
<style>
a { background-color: #BC3F0A; }
a { background-color: rgb(188,63,10); }
div.DivClassName
{
background-color: #BC3F0A;
}
.BgClassName
{
background-color: #BC3F0A;
}
</style>
border-color css
<style>
span { border-color: #BC3F0A; }
span { border-color: rgb(188,63,10); }
td.TdClassName
{
border-color: #BC3F0A;
}
.TagClassName
{
border-color: #BC3F0A;
}
</style>