Shades of Rust #BC421B
Tints of Rust #BC421B
RGB
CMYK
RGB Variations
Color information
#BC421B (or 0xBC421B) is known color: Rust. HEX triplet: BC, 42 and 1B. RGB value is (188,66,27). Sum of RGB (Red+Green+Blue) = 188+66+27=281 (37% of max value = 765). Red value is 188 (73.83% from 255 or 66.90% from 281); Green value is 66 (26.17% from 255 or 23.49% from 281); Blue value is 27 (10.94% from 255 or 9.61% from 281); Max value from RGB is 188 - color contains mainly: red. Hex color #BC421B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC421B is #43BDE4. Grayscale: #626262. Windows color (decimal): -4439525 or 1786556. OLE color: 1786556.
HSL color Cylindrical-coordinate representation of color #BC421B: hue angle of 14.53º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BC421B is Cyan = 0, Magento = 0.65, Yellow = 0.86 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 66 | 27 | - |
| CMYK | 0 | 0.65 | 0.86 | 0.26 |
| HSL | 14.53º | 0.75% | 0.42% | - |
| HSV(B) | 14.53º | 0.86% | 0.74% | - |
| XYZ | 22.89 | 14.67 | 2.66 | - |
| YUV | 98.03 | 87.92 | 192.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 66 | 27 | 0 | 0.65 | 0.86 | 0.26 | 14.53 | 0.75 | 0.42 |
| Hex | BC | 42 | 1B | 0 | 41 | 56 | 1A | F | 4B | 2A |
| Octal | 274 | 102 | 33 | 0 | 101 | 126 | 32 | 17 | 113 | 52 |
| Binary | 10111100 | 1000010 | 11011 | 0 | 1000001 | 1010110 | 11010 | 1111 | 1001011 | 101010 |
Color Harmonies of #BC421B
Complementary color
Monochromatic Colors of #BC421B
Black with #BC421B
Text Example
Text Example
White with #BC421B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC421B; }
p { color: rgb(188,66,27); }
H1.HeaderClassName
{
color: #BC421B;
}
.AnyTagClassName
{
color: #BC421B;
}
</style>
background-color css
<style>
a { background-color: #BC421B; }
a { background-color: rgb(188,66,27); }
div.DivClassName
{
background-color: #BC421B;
}
.BgClassName
{
background-color: #BC421B;
}
</style>
border-color css
<style>
span { border-color: #BC421B; }
span { border-color: rgb(188,66,27); }
td.TdClassName
{
border-color: #BC421B;
}
.TagClassName
{
border-color: #BC421B;
}
</style>