Shades of Rust #BC3A16
Tints of Rust #BC3A16
RGB
CMYK
RGB Variations
Color information
#BC3A16 (or 0xBC3A16) is known color: Rust. HEX triplet: BC, 3A and 16. RGB value is (188,58,22). Sum of RGB (Red+Green+Blue) = 188+58+22=268 (35% of max value = 765). Red value is 188 (73.83% from 255 or 70.15% from 268); Green value is 58 (23.05% from 255 or 21.64% from 268); Blue value is 22 (8.98% from 255 or 8.21% from 268); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3A16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC3A16 is #43C5E9. Grayscale: #5D5D5D. Windows color (decimal): -4441578 or 1456828. OLE color: 1456828.
HSL color Cylindrical-coordinate representation of color #BC3A16: hue angle of 13.01º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BC3A16 is Cyan = 0, Magento = 0.69, Yellow = 0.88 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 58 | 22 | - |
| CMYK | 0 | 0.69 | 0.88 | 0.26 |
| HSL | 13.01º | 0.79% | 0.41% | - |
| HSV(B) | 13.01º | 0.88% | 0.74% | - |
| XYZ | 22.4 | 13.78 | 2.24 | - |
| YUV | 92.77 | 88.07 | 195.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 58 | 22 | 0 | 0.69 | 0.88 | 0.26 | 13.01 | 0.79 | 0.41 |
| Hex | BC | 3A | 16 | 0 | 45 | 58 | 1A | D | 4F | 29 |
| Octal | 274 | 72 | 26 | 0 | 105 | 130 | 32 | 15 | 117 | 51 |
| Binary | 10111100 | 111010 | 10110 | 0 | 1000101 | 1011000 | 11010 | 1101 | 1001111 | 101001 |
Color Harmonies of #BC3A16
Complementary color
Monochromatic Colors of #BC3A16
Black with #BC3A16
Text Example
Text Example
White with #BC3A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3A16; }
p { color: rgb(188,58,22); }
H1.HeaderClassName
{
color: #BC3A16;
}
.AnyTagClassName
{
color: #BC3A16;
}
</style>
background-color css
<style>
a { background-color: #BC3A16; }
a { background-color: rgb(188,58,22); }
div.DivClassName
{
background-color: #BC3A16;
}
.BgClassName
{
background-color: #BC3A16;
}
</style>
border-color css
<style>
span { border-color: #BC3A16; }
span { border-color: rgb(188,58,22); }
td.TdClassName
{
border-color: #BC3A16;
}
.TagClassName
{
border-color: #BC3A16;
}
</style>