Shades of Rust #BC3C01
Tints of Rust #BC3C01
RGB
CMYK
RGB Variations
Color information
#BC3C01 (or 0xBC3C01) is known color: Rust. HEX triplet: BC, 3C and 01. RGB value is (188,60,1). Sum of RGB (Red+Green+Blue) = 188+60+1=249 (32% of max value = 765). Red value is 188 (73.83% from 255 or 75.50% from 249); Green value is 60 (23.83% from 255 or 24.10% from 249); Blue value is 1 (0.78% from 255 or 0.40% from 249); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3C01 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC3C01 is #43C3FE. Grayscale: #5B5B5B. Windows color (decimal): -4441087 or 81084. OLE color: 81084.
HSL color Cylindrical-coordinate representation of color #BC3C01: hue angle of 18.93º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BC3C01 is Cyan = 0, Magento = 0.68, Yellow = 0.99 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 60 | 1 | - |
| CMYK | 0 | 0.68 | 0.99 | 0.26 |
| HSL | 18.93º | 0.99% | 0.37% | - |
| HSV(B) | 18.93º | 0.99% | 0.74% | - |
| XYZ | 22.36 | 13.93 | 1.54 | - |
| YUV | 91.55 | 76.91 | 196.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 60 | 1 | 0 | 0.68 | 0.99 | 0.26 | 18.93 | 0.99 | 0.37 |
| Hex | BC | 3C | 1 | 0 | 44 | 63 | 1A | 13 | 63 | 25 |
| Octal | 274 | 74 | 1 | 0 | 104 | 143 | 32 | 23 | 143 | 45 |
| Binary | 10111100 | 111100 | 1 | 0 | 1000100 | 1100011 | 11010 | 10011 | 1100011 | 100101 |
Color Harmonies of #BC3C01
Complementary color
Monochromatic Colors of #BC3C01
Black with #BC3C01
Text Example
Text Example
White with #BC3C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3C01; }
p { color: rgb(188,60,1); }
H1.HeaderClassName
{
color: #BC3C01;
}
.AnyTagClassName
{
color: #BC3C01;
}
</style>
background-color css
<style>
a { background-color: #BC3C01; }
a { background-color: rgb(188,60,1); }
div.DivClassName
{
background-color: #BC3C01;
}
.BgClassName
{
background-color: #BC3C01;
}
</style>
border-color css
<style>
span { border-color: #BC3C01; }
span { border-color: rgb(188,60,1); }
td.TdClassName
{
border-color: #BC3C01;
}
.TagClassName
{
border-color: #BC3C01;
}
</style>