Shades of Rust #BC4201
Tints of Rust #BC4201
RGB
CMYK
RGB Variations
Color information
#BC4201 (or 0xBC4201) is known color: Rust. HEX triplet: BC, 42 and 01. RGB value is (188,66,1). Sum of RGB (Red+Green+Blue) = 188+66+1=255 (33% of max value = 765). Red value is 188 (73.83% from 255 or 73.73% from 255); Green value is 66 (26.17% from 255 or 25.88% from 255); Blue value is 1 (0.78% from 255 or 0.39% from 255); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4201 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC4201 is #43BDFE. Grayscale: #5F5F5F. Windows color (decimal): -4439551 or 82620. OLE color: 82620.
HSL color Cylindrical-coordinate representation of color #BC4201: hue angle of 20.86º 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 #BC4201 is Cyan = 0, Magento = 0.65, Yellow = 0.99 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 66 | 1 | - |
| CMYK | 0 | 0.65 | 0.99 | 0.26 |
| HSL | 20.86º | 0.99% | 0.37% | - |
| HSV(B) | 20.86º | 0.99% | 0.74% | - |
| XYZ | 22.69 | 14.59 | 1.65 | - |
| YUV | 95.07 | 74.92 | 194.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 66 | 1 | 0 | 0.65 | 0.99 | 0.26 | 20.86 | 0.99 | 0.37 |
| Hex | BC | 42 | 1 | 0 | 41 | 63 | 1A | 15 | 63 | 25 |
| Octal | 274 | 102 | 1 | 0 | 101 | 143 | 32 | 25 | 143 | 45 |
| Binary | 10111100 | 1000010 | 1 | 0 | 1000001 | 1100011 | 11010 | 10101 | 1100011 | 100101 |
Color Harmonies of #BC4201
Complementary color
Monochromatic Colors of #BC4201
Black with #BC4201
Text Example
Text Example
White with #BC4201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4201; }
p { color: rgb(188,66,1); }
H1.HeaderClassName
{
color: #BC4201;
}
.AnyTagClassName
{
color: #BC4201;
}
</style>
background-color css
<style>
a { background-color: #BC4201; }
a { background-color: rgb(188,66,1); }
div.DivClassName
{
background-color: #BC4201;
}
.BgClassName
{
background-color: #BC4201;
}
</style>
border-color css
<style>
span { border-color: #BC4201; }
span { border-color: rgb(188,66,1); }
td.TdClassName
{
border-color: #BC4201;
}
.TagClassName
{
border-color: #BC4201;
}
</style>