Shades of Rust #BC3C13
Tints of Rust #BC3C13
RGB
CMYK
RGB Variations
Color information
#BC3C13 (or 0xBC3C13) is known color: Rust. HEX triplet: BC, 3C and 13. RGB value is (188,60,19). Sum of RGB (Red+Green+Blue) = 188+60+19=267 (35% of max value = 765). Red value is 188 (73.83% from 255 or 70.41% from 267); Green value is 60 (23.83% from 255 or 22.47% from 267); Blue value is 19 (7.81% from 255 or 7.12% from 267); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3C13 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC3C13 is #43C3EC. Grayscale: #5D5D5D. Windows color (decimal): -4441069 or 1260732. OLE color: 1260732.
HSL color Cylindrical-coordinate representation of color #BC3C13: hue angle of 14.56º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BC3C13 is Cyan = 0, Magento = 0.68, Yellow = 0.90 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 60 | 19 | - |
| CMYK | 0 | 0.68 | 0.90 | 0.26 |
| HSL | 14.56º | 0.82% | 0.41% | - |
| HSV(B) | 14.56º | 0.9% | 0.74% | - |
| XYZ | 22.47 | 13.97 | 2.13 | - |
| YUV | 93.6 | 85.91 | 195.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 60 | 19 | 0 | 0.68 | 0.90 | 0.26 | 14.56 | 0.82 | 0.41 |
| Hex | BC | 3C | 13 | 0 | 44 | 5A | 1A | F | 52 | 29 |
| Octal | 274 | 74 | 23 | 0 | 104 | 132 | 32 | 17 | 122 | 51 |
| Binary | 10111100 | 111100 | 10011 | 0 | 1000100 | 1011010 | 11010 | 1111 | 1010010 | 101001 |
Color Harmonies of #BC3C13
Complementary color
Monochromatic Colors of #BC3C13
Black with #BC3C13
Text Example
Text Example
White with #BC3C13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3C13; }
p { color: rgb(188,60,19); }
H1.HeaderClassName
{
color: #BC3C13;
}
.AnyTagClassName
{
color: #BC3C13;
}
</style>
background-color css
<style>
a { background-color: #BC3C13; }
a { background-color: rgb(188,60,19); }
div.DivClassName
{
background-color: #BC3C13;
}
.BgClassName
{
background-color: #BC3C13;
}
</style>
border-color css
<style>
span { border-color: #BC3C13; }
span { border-color: rgb(188,60,19); }
td.TdClassName
{
border-color: #BC3C13;
}
.TagClassName
{
border-color: #BC3C13;
}
</style>