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