Shades of Rust #BC3813
Tints of Rust #BC3813
RGB
CMYK
RGB Variations
Color information
#BC3813 (or 0xBC3813) is known color: Rust. HEX triplet: BC, 38 and 13. RGB value is (188,56,19). Sum of RGB (Red+Green+Blue) = 188+56+19=263 (34% of max value = 765). Red value is 188 (73.83% from 255 or 71.48% from 263); Green value is 56 (22.27% from 255 or 21.29% from 263); Blue value is 19 (7.81% from 255 or 7.22% from 263); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3813 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC3813 is #43C7EC. Grayscale: #5B5B5B. Windows color (decimal): -4442093 or 1259708. OLE color: 1259708.
HSL color Cylindrical-coordinate representation of color #BC3813: hue angle of 13.14º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BC3813 is Cyan = 0, Magento = 0.70, Yellow = 0.90 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 56 | 19 | - |
| CMYK | 0 | 0.70 | 0.90 | 0.26 |
| HSL | 13.14º | 0.82% | 0.41% | - |
| HSV(B) | 13.14º | 0.9% | 0.74% | - |
| XYZ | 22.27 | 13.57 | 2.06 | - |
| YUV | 91.25 | 87.23 | 197.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 56 | 19 | 0 | 0.70 | 0.90 | 0.26 | 13.14 | 0.82 | 0.41 |
| Hex | BC | 38 | 13 | 0 | 46 | 5A | 1A | D | 52 | 29 |
| Octal | 274 | 70 | 23 | 0 | 106 | 132 | 32 | 15 | 122 | 51 |
| Binary | 10111100 | 111000 | 10011 | 0 | 1000110 | 1011010 | 11010 | 1101 | 1010010 | 101001 |
Color Harmonies of #BC3813
Complementary color
Monochromatic Colors of #BC3813
Black with #BC3813
Text Example
Text Example
White with #BC3813
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3813; }
p { color: rgb(188,56,19); }
H1.HeaderClassName
{
color: #BC3813;
}
.AnyTagClassName
{
color: #BC3813;
}
</style>
background-color css
<style>
a { background-color: #BC3813; }
a { background-color: rgb(188,56,19); }
div.DivClassName
{
background-color: #BC3813;
}
.BgClassName
{
background-color: #BC3813;
}
</style>
border-color css
<style>
span { border-color: #BC3813; }
span { border-color: rgb(188,56,19); }
td.TdClassName
{
border-color: #BC3813;
}
.TagClassName
{
border-color: #BC3813;
}
</style>