Shades of Rust #BC4A1A
Tints of Rust #BC4A1A
RGB
CMYK
RGB Variations
Color information
#BC4A1A (or 0xBC4A1A) is known color: Rust. HEX triplet: BC, 4A and 1A. RGB value is (188,74,26). Sum of RGB (Red+Green+Blue) = 188+74+26=288 (38% of max value = 765). Red value is 188 (73.83% from 255 or 65.28% from 288); Green value is 74 (29.30% from 255 or 25.69% from 288); Blue value is 26 (10.55% from 255 or 9.03% from 288); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4A1A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC4A1A is #43B5E5. Grayscale: #666666. Windows color (decimal): -4437478 or 1723068. OLE color: 1723068.
HSL color Cylindrical-coordinate representation of color #BC4A1A: hue angle of 17.78º 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 #BC4A1A is Cyan = 0, Magento = 0.61, Yellow = 0.86 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 74 | 26 | - |
| CMYK | 0 | 0.61 | 0.86 | 0.26 |
| HSL | 17.78º | 0.76% | 0.42% | - |
| HSV(B) | 17.78º | 0.86% | 0.74% | - |
| XYZ | 23.37 | 15.66 | 2.77 | - |
| YUV | 102.61 | 84.77 | 188.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 74 | 26 | 0 | 0.61 | 0.86 | 0.26 | 17.78 | 0.76 | 0.42 |
| Hex | BC | 4A | 1A | 0 | 3D | 56 | 1A | 12 | 4C | 2A |
| Octal | 274 | 112 | 32 | 0 | 75 | 126 | 32 | 22 | 114 | 52 |
| Binary | 10111100 | 1001010 | 11010 | 0 | 111101 | 1010110 | 11010 | 10010 | 1001100 | 101010 |
Color Harmonies of #BC4A1A
Complementary color
Monochromatic Colors of #BC4A1A
Black with #BC4A1A
Text Example
Text Example
White with #BC4A1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4A1A; }
p { color: rgb(188,74,26); }
H1.HeaderClassName
{
color: #BC4A1A;
}
.AnyTagClassName
{
color: #BC4A1A;
}
</style>
background-color css
<style>
a { background-color: #BC4A1A; }
a { background-color: rgb(188,74,26); }
div.DivClassName
{
background-color: #BC4A1A;
}
.BgClassName
{
background-color: #BC4A1A;
}
</style>
border-color css
<style>
span { border-color: #BC4A1A; }
span { border-color: rgb(188,74,26); }
td.TdClassName
{
border-color: #BC4A1A;
}
.TagClassName
{
border-color: #BC4A1A;
}
</style>