Shades of Rust #BC3B01
Tints of Rust #BC3B01
RGB
CMYK
RGB Variations
Color information
#BC3B01 (or 0xBC3B01) is known color: Rust. HEX triplet: BC, 3B and 01. RGB value is (188,59,1). Sum of RGB (Red+Green+Blue) = 188+59+1=248 (32% of max value = 765). Red value is 188 (73.83% from 255 or 75.81% from 248); Green value is 59 (23.44% from 255 or 23.79% from 248); Blue value is 1 (0.78% from 255 or 0.40% from 248); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3B01 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC3B01 is #43C4FE. Grayscale: #5B5B5B. Windows color (decimal): -4441343 or 80828. OLE color: 80828.
HSL color Cylindrical-coordinate representation of color #BC3B01: hue angle of 18.61º 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 #BC3B01 is Cyan = 0, Magento = 0.69, Yellow = 0.99 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 59 | 1 | - |
| CMYK | 0 | 0.69 | 0.99 | 0.26 |
| HSL | 18.61º | 0.99% | 0.37% | - |
| HSV(B) | 18.61º | 0.99% | 0.74% | - |
| XYZ | 22.31 | 13.82 | 1.52 | - |
| YUV | 90.96 | 77.24 | 197.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 59 | 1 | 0 | 0.69 | 0.99 | 0.26 | 18.61 | 0.99 | 0.37 |
| Hex | BC | 3B | 1 | 0 | 45 | 63 | 1A | 13 | 63 | 25 |
| Octal | 274 | 73 | 1 | 0 | 105 | 143 | 32 | 23 | 143 | 45 |
| Binary | 10111100 | 111011 | 1 | 0 | 1000101 | 1100011 | 11010 | 10011 | 1100011 | 100101 |
Color Harmonies of #BC3B01
Complementary color
Monochromatic Colors of #BC3B01
Black with #BC3B01
Text Example
Text Example
White with #BC3B01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3B01; }
p { color: rgb(188,59,1); }
H1.HeaderClassName
{
color: #BC3B01;
}
.AnyTagClassName
{
color: #BC3B01;
}
</style>
background-color css
<style>
a { background-color: #BC3B01; }
a { background-color: rgb(188,59,1); }
div.DivClassName
{
background-color: #BC3B01;
}
.BgClassName
{
background-color: #BC3B01;
}
</style>
border-color css
<style>
span { border-color: #BC3B01; }
span { border-color: rgb(188,59,1); }
td.TdClassName
{
border-color: #BC3B01;
}
.TagClassName
{
border-color: #BC3B01;
}
</style>