Shades of Rust #BC491A
Tints of Rust #BC491A
RGB
CMYK
RGB Variations
Color information
#BC491A (or 0xBC491A) is known color: Rust. HEX triplet: BC, 49 and 1A. RGB value is (188,73,26). Sum of RGB (Red+Green+Blue) = 188+73+26=287 (38% of max value = 765). Red value is 188 (73.83% from 255 or 65.51% from 287); Green value is 73 (28.91% from 255 or 25.44% from 287); Blue value is 26 (10.55% from 255 or 9.06% from 287); Max value from RGB is 188 - color contains mainly: red. Hex color #BC491A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC491A is #43B6E5. Grayscale: #666666. Windows color (decimal): -4437734 or 1722812. OLE color: 1722812.
HSL color Cylindrical-coordinate representation of color #BC491A: hue angle of 17.41º 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 #BC491A is Cyan = 0, Magento = 0.61, Yellow = 0.86 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 73 | 26 | - |
| CMYK | 0 | 0.61 | 0.86 | 0.26 |
| HSL | 17.41º | 0.76% | 0.42% | - |
| HSV(B) | 17.41º | 0.86% | 0.74% | - |
| XYZ | 23.31 | 15.53 | 2.75 | - |
| YUV | 102.03 | 85.1 | 189.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 73 | 26 | 0 | 0.61 | 0.86 | 0.26 | 17.41 | 0.76 | 0.42 |
| Hex | BC | 49 | 1A | 0 | 3D | 56 | 1A | 11 | 4C | 2A |
| Octal | 274 | 111 | 32 | 0 | 75 | 126 | 32 | 21 | 114 | 52 |
| Binary | 10111100 | 1001001 | 11010 | 0 | 111101 | 1010110 | 11010 | 10001 | 1001100 | 101010 |
Color Harmonies of #BC491A
Complementary color
Monochromatic Colors of #BC491A
Black with #BC491A
Text Example
Text Example
White with #BC491A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC491A; }
p { color: rgb(188,73,26); }
H1.HeaderClassName
{
color: #BC491A;
}
.AnyTagClassName
{
color: #BC491A;
}
</style>
background-color css
<style>
a { background-color: #BC491A; }
a { background-color: rgb(188,73,26); }
div.DivClassName
{
background-color: #BC491A;
}
.BgClassName
{
background-color: #BC491A;
}
</style>
border-color css
<style>
span { border-color: #BC491A; }
span { border-color: rgb(188,73,26); }
td.TdClassName
{
border-color: #BC491A;
}
.TagClassName
{
border-color: #BC491A;
}
</style>