Shades of Rust #BC3201
Tints of Rust #BC3201
RGB
CMYK
RGB Variations
Color information
#BC3201 (or 0xBC3201) is known color: Rust. HEX triplet: BC, 32 and 01. RGB value is (188,50,1). Sum of RGB (Red+Green+Blue) = 188+50+1=239 (31% of max value = 765). Red value is 188 (73.83% from 255 or 78.66% from 239); Green value is 50 (19.92% from 255 or 20.92% from 239); Blue value is 1 (0.78% from 255 or 0.42% from 239); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3201 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC3201 is #43CDFE. Grayscale: #565656. Windows color (decimal): -4443647 or 78524. OLE color: 78524.
HSL color Cylindrical-coordinate representation of color #BC3201: hue angle of 15.72º 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 #BC3201 is Cyan = 0, Magento = 0.73, Yellow = 0.99 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 50 | 1 | - |
| CMYK | 0 | 0.73 | 0.99 | 0.26 |
| HSL | 15.72º | 0.99% | 0.37% | - |
| HSV(B) | 15.72º | 0.99% | 0.74% | - |
| XYZ | 21.89 | 12.97 | 1.38 | - |
| YUV | 85.68 | 80.22 | 200.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 50 | 1 | 0 | 0.73 | 0.99 | 0.26 | 15.72 | 0.99 | 0.37 |
| Hex | BC | 32 | 1 | 0 | 49 | 63 | 1A | 10 | 63 | 25 |
| Octal | 274 | 62 | 1 | 0 | 111 | 143 | 32 | 20 | 143 | 45 |
| Binary | 10111100 | 110010 | 1 | 0 | 1001001 | 1100011 | 11010 | 10000 | 1100011 | 100101 |
Color Harmonies of #BC3201
Complementary color
Monochromatic Colors of #BC3201
Black with #BC3201
Text Example
Text Example
White with #BC3201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3201; }
p { color: rgb(188,50,1); }
H1.HeaderClassName
{
color: #BC3201;
}
.AnyTagClassName
{
color: #BC3201;
}
</style>
background-color css
<style>
a { background-color: #BC3201; }
a { background-color: rgb(188,50,1); }
div.DivClassName
{
background-color: #BC3201;
}
.BgClassName
{
background-color: #BC3201;
}
</style>
border-color css
<style>
span { border-color: #BC3201; }
span { border-color: rgb(188,50,1); }
td.TdClassName
{
border-color: #BC3201;
}
.TagClassName
{
border-color: #BC3201;
}
</style>