Shades of Rust #BC421F
Tints of Rust #BC421F
RGB
CMYK
RGB Variations
Color information
#BC421F (or 0xBC421F) is known color: Rust. HEX triplet: BC, 42 and 1F. RGB value is (188,66,31). Sum of RGB (Red+Green+Blue) = 188+66+31=285 (37% of max value = 765). Red value is 188 (73.83% from 255 or 65.96% from 285); Green value is 66 (26.17% from 255 or 23.16% from 285); Blue value is 31 (12.5% from 255 or 10.88% from 285); Max value from RGB is 188 - color contains mainly: red. Hex color #BC421F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC421F is #43BDE0. Grayscale: #626262. Windows color (decimal): -4439521 or 2048700. OLE color: 2048700.
HSL color Cylindrical-coordinate representation of color #BC421F: hue angle of 13.38º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BC421F is Cyan = 0, Magento = 0.65, Yellow = 0.84 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 66 | 31 | - |
| CMYK | 0 | 0.65 | 0.84 | 0.26 |
| HSL | 13.38º | 0.72% | 0.43% | - |
| HSV(B) | 13.38º | 0.84% | 0.74% | - |
| XYZ | 22.93 | 14.69 | 2.92 | - |
| YUV | 98.49 | 89.92 | 191.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 66 | 31 | 0 | 0.65 | 0.84 | 0.26 | 13.38 | 0.72 | 0.43 |
| Hex | BC | 42 | 1F | 0 | 41 | 54 | 1A | D | 48 | 2B |
| Octal | 274 | 102 | 37 | 0 | 101 | 124 | 32 | 15 | 110 | 53 |
| Binary | 10111100 | 1000010 | 11111 | 0 | 1000001 | 1010100 | 11010 | 1101 | 1001000 | 101011 |
Color Harmonies of #BC421F
Complementary color
Monochromatic Colors of #BC421F
Black with #BC421F
Text Example
Text Example
White with #BC421F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC421F; }
p { color: rgb(188,66,31); }
H1.HeaderClassName
{
color: #BC421F;
}
.AnyTagClassName
{
color: #BC421F;
}
</style>
background-color css
<style>
a { background-color: #BC421F; }
a { background-color: rgb(188,66,31); }
div.DivClassName
{
background-color: #BC421F;
}
.BgClassName
{
background-color: #BC421F;
}
</style>
border-color css
<style>
span { border-color: #BC421F; }
span { border-color: rgb(188,66,31); }
td.TdClassName
{
border-color: #BC421F;
}
.TagClassName
{
border-color: #BC421F;
}
</style>