Shades of Rust #BC4A11
Tints of Rust #BC4A11
RGB
CMYK
RGB Variations
Color information
#BC4A11 (or 0xBC4A11) is known color: Rust. HEX triplet: BC, 4A and 11. RGB value is (188,74,17). Sum of RGB (Red+Green+Blue) = 188+74+17=279 (36% of max value = 765). Red value is 188 (73.83% from 255 or 67.38% from 279); Green value is 74 (29.30% from 255 or 26.52% from 279); Blue value is 17 (7.03% from 255 or 6.09% from 279); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4A11 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC4A11 is #43B5EE. Grayscale: #656565. Windows color (decimal): -4437487 or 1133244. OLE color: 1133244.
HSL color Cylindrical-coordinate representation of color #BC4A11: hue angle of 20º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BC4A11 is Cyan = 0, Magento = 0.61, Yellow = 0.91 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 74 | 17 | - |
| CMYK | 0 | 0.61 | 0.91 | 0.26 |
| HSL | 20º | 0.83% | 0.4% | - |
| HSV(B) | 20º | 0.91% | 0.74% | - |
| XYZ | 23.29 | 15.63 | 2.32 | - |
| YUV | 101.59 | 80.27 | 189.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 74 | 17 | 0 | 0.61 | 0.91 | 0.26 | 20 | 0.83 | 0.4 |
| Hex | BC | 4A | 11 | 0 | 3D | 5B | 1A | 14 | 53 | 28 |
| Octal | 274 | 112 | 21 | 0 | 75 | 133 | 32 | 24 | 123 | 50 |
| Binary | 10111100 | 1001010 | 10001 | 0 | 111101 | 1011011 | 11010 | 10100 | 1010011 | 101000 |
Color Harmonies of #BC4A11
Complementary color
Monochromatic Colors of #BC4A11
Black with #BC4A11
Text Example
Text Example
White with #BC4A11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4A11; }
p { color: rgb(188,74,17); }
H1.HeaderClassName
{
color: #BC4A11;
}
.AnyTagClassName
{
color: #BC4A11;
}
</style>
background-color css
<style>
a { background-color: #BC4A11; }
a { background-color: rgb(188,74,17); }
div.DivClassName
{
background-color: #BC4A11;
}
.BgClassName
{
background-color: #BC4A11;
}
</style>
border-color css
<style>
span { border-color: #BC4A11; }
span { border-color: rgb(188,74,17); }
td.TdClassName
{
border-color: #BC4A11;
}
.TagClassName
{
border-color: #BC4A11;
}
</style>