Shades of Rust #BC411C
Tints of Rust #BC411C
RGB
CMYK
RGB Variations
Color information
#BC411C (or 0xBC411C) is known color: Rust. HEX triplet: BC, 41 and 1C. RGB value is (188,65,28). Sum of RGB (Red+Green+Blue) = 188+65+28=281 (37% of max value = 765). Red value is 188 (73.83% from 255 or 66.90% from 281); Green value is 65 (25.78% from 255 or 23.13% from 281); Blue value is 28 (11.33% from 255 or 9.96% from 281); Max value from RGB is 188 - color contains mainly: red. Hex color #BC411C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC411C is #43BEE3. Grayscale: #616161. Windows color (decimal): -4439780 or 1851836. OLE color: 1851836.
HSL color Cylindrical-coordinate representation of color #BC411C: hue angle of 13.88º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BC411C is Cyan = 0, Magento = 0.65, Yellow = 0.85 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 65 | 28 | - |
| CMYK | 0 | 0.65 | 0.85 | 0.26 |
| HSL | 13.88º | 0.74% | 0.42% | - |
| HSV(B) | 13.88º | 0.85% | 0.74% | - |
| XYZ | 22.84 | 14.56 | 2.7 | - |
| YUV | 97.56 | 88.75 | 192.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 65 | 28 | 0 | 0.65 | 0.85 | 0.26 | 13.88 | 0.74 | 0.42 |
| Hex | BC | 41 | 1C | 0 | 41 | 55 | 1A | E | 4A | 2A |
| Octal | 274 | 101 | 34 | 0 | 101 | 125 | 32 | 16 | 112 | 52 |
| Binary | 10111100 | 1000001 | 11100 | 0 | 1000001 | 1010101 | 11010 | 1110 | 1001010 | 101010 |
Color Harmonies of #BC411C
Complementary color
Monochromatic Colors of #BC411C
Black with #BC411C
Text Example
Text Example
White with #BC411C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC411C; }
p { color: rgb(188,65,28); }
H1.HeaderClassName
{
color: #BC411C;
}
.AnyTagClassName
{
color: #BC411C;
}
</style>
background-color css
<style>
a { background-color: #BC411C; }
a { background-color: rgb(188,65,28); }
div.DivClassName
{
background-color: #BC411C;
}
.BgClassName
{
background-color: #BC411C;
}
</style>
border-color css
<style>
span { border-color: #BC411C; }
span { border-color: rgb(188,65,28); }
td.TdClassName
{
border-color: #BC411C;
}
.TagClassName
{
border-color: #BC411C;
}
</style>