Shades of Rust #BC471A
Tints of Rust #BC471A
RGB
CMYK
RGB Variations
Color information
#BC471A (or 0xBC471A) is known color: Rust. HEX triplet: BC, 47 and 1A. RGB value is (188,71,26). Sum of RGB (Red+Green+Blue) = 188+71+26=285 (37% of max value = 765). Red value is 188 (73.83% from 255 or 65.96% from 285); Green value is 71 (28.12% from 255 or 24.91% from 285); Blue value is 26 (10.55% from 255 or 9.12% from 285); Max value from RGB is 188 - color contains mainly: red. Hex color #BC471A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC471A is #43B8E5. Grayscale: #656565. Windows color (decimal): -4438246 or 1722300. OLE color: 1722300.
HSL color Cylindrical-coordinate representation of color #BC471A: hue angle of 16.67º degrees, saturation: 0.76, 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 #BC471A is Cyan = 0, Magento = 0.62, Yellow = 0.86 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 71 | 26 | - |
| CMYK | 0 | 0.62 | 0.86 | 0.26 |
| HSL | 16.67º | 0.76% | 0.42% | - |
| HSV(B) | 16.67º | 0.86% | 0.74% | - |
| XYZ | 23.18 | 15.27 | 2.7 | - |
| YUV | 100.85 | 85.76 | 190.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 71 | 26 | 0 | 0.62 | 0.86 | 0.26 | 16.67 | 0.76 | 0.42 |
| Hex | BC | 47 | 1A | 0 | 3E | 56 | 1A | 11 | 4C | 2A |
| Octal | 274 | 107 | 32 | 0 | 76 | 126 | 32 | 21 | 114 | 52 |
| Binary | 10111100 | 1000111 | 11010 | 0 | 111110 | 1010110 | 11010 | 10001 | 1001100 | 101010 |
Color Harmonies of #BC471A
Complementary color
Monochromatic Colors of #BC471A
Black with #BC471A
Text Example
Text Example
White with #BC471A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC471A; }
p { color: rgb(188,71,26); }
H1.HeaderClassName
{
color: #BC471A;
}
.AnyTagClassName
{
color: #BC471A;
}
</style>
background-color css
<style>
a { background-color: #BC471A; }
a { background-color: rgb(188,71,26); }
div.DivClassName
{
background-color: #BC471A;
}
.BgClassName
{
background-color: #BC471A;
}
</style>
border-color css
<style>
span { border-color: #BC471A; }
span { border-color: rgb(188,71,26); }
td.TdClassName
{
border-color: #BC471A;
}
.TagClassName
{
border-color: #BC471A;
}
</style>