Shades of Rust #BC3E01
Tints of Rust #BC3E01
RGB
CMYK
RGB Variations
Color information
#BC3E01 (or 0xBC3E01) is known color: Rust. HEX triplet: BC, 3E and 01. RGB value is (188,62,1). Sum of RGB (Red+Green+Blue) = 188+62+1=251 (33% of max value = 765). Red value is 188 (73.83% from 255 or 74.90% from 251); Green value is 62 (24.61% from 255 or 24.70% from 251); Blue value is 1 (0.78% from 255 or 0.40% from 251); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3E01 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC3E01 is #43C1FE. Grayscale: #5D5D5D. Windows color (decimal): -4440575 or 81596. OLE color: 81596.
HSL color Cylindrical-coordinate representation of color #BC3E01: hue angle of 19.57º 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 #BC3E01 is Cyan = 0, Magento = 0.67, Yellow = 0.99 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 62 | 1 | - |
| CMYK | 0 | 0.67 | 0.99 | 0.26 |
| HSL | 19.57º | 0.99% | 0.37% | - |
| HSV(B) | 19.57º | 0.99% | 0.74% | - |
| XYZ | 22.47 | 14.14 | 1.57 | - |
| YUV | 92.72 | 76.24 | 195.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 62 | 1 | 0 | 0.67 | 0.99 | 0.26 | 19.57 | 0.99 | 0.37 |
| Hex | BC | 3E | 1 | 0 | 43 | 63 | 1A | 14 | 63 | 25 |
| Octal | 274 | 76 | 1 | 0 | 103 | 143 | 32 | 24 | 143 | 45 |
| Binary | 10111100 | 111110 | 1 | 0 | 1000011 | 1100011 | 11010 | 10100 | 1100011 | 100101 |
Color Harmonies of #BC3E01
Complementary color
Monochromatic Colors of #BC3E01
Black with #BC3E01
Text Example
Text Example
White with #BC3E01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3E01; }
p { color: rgb(188,62,1); }
H1.HeaderClassName
{
color: #BC3E01;
}
.AnyTagClassName
{
color: #BC3E01;
}
</style>
background-color css
<style>
a { background-color: #BC3E01; }
a { background-color: rgb(188,62,1); }
div.DivClassName
{
background-color: #BC3E01;
}
.BgClassName
{
background-color: #BC3E01;
}
</style>
border-color css
<style>
span { border-color: #BC3E01; }
span { border-color: rgb(188,62,1); }
td.TdClassName
{
border-color: #BC3E01;
}
.TagClassName
{
border-color: #BC3E01;
}
</style>