Shades of Rust #BC4813
Tints of Rust #BC4813
RGB
CMYK
RGB Variations
Color information
#BC4813 (or 0xBC4813) is known color: Rust. HEX triplet: BC, 48 and 13. RGB value is (188,72,19). Sum of RGB (Red+Green+Blue) = 188+72+19=279 (36% of max value = 765). Red value is 188 (73.83% from 255 or 67.38% from 279); Green value is 72 (28.52% from 255 or 25.81% from 279); Blue value is 19 (7.81% from 255 or 6.81% from 279); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4813 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC4813 is #43B7EC. Grayscale: #646464. Windows color (decimal): -4437997 or 1263804. OLE color: 1263804.
HSL color Cylindrical-coordinate representation of color #BC4813: hue angle of 18.82º 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 #BC4813 is Cyan = 0, Magento = 0.62, Yellow = 0.90 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 72 | 19 | - |
| CMYK | 0 | 0.62 | 0.90 | 0.26 |
| HSL | 18.82º | 0.82% | 0.41% | - |
| HSV(B) | 18.82º | 0.9% | 0.74% | - |
| XYZ | 23.17 | 15.37 | 2.36 | - |
| YUV | 100.64 | 81.93 | 190.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 72 | 19 | 0 | 0.62 | 0.90 | 0.26 | 18.82 | 0.82 | 0.41 |
| Hex | BC | 48 | 13 | 0 | 3E | 5A | 1A | 13 | 52 | 29 |
| Octal | 274 | 110 | 23 | 0 | 76 | 132 | 32 | 23 | 122 | 51 |
| Binary | 10111100 | 1001000 | 10011 | 0 | 111110 | 1011010 | 11010 | 10011 | 1010010 | 101001 |
Color Harmonies of #BC4813
Complementary color
Monochromatic Colors of #BC4813
Black with #BC4813
Text Example
Text Example
White with #BC4813
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4813; }
p { color: rgb(188,72,19); }
H1.HeaderClassName
{
color: #BC4813;
}
.AnyTagClassName
{
color: #BC4813;
}
</style>
background-color css
<style>
a { background-color: #BC4813; }
a { background-color: rgb(188,72,19); }
div.DivClassName
{
background-color: #BC4813;
}
.BgClassName
{
background-color: #BC4813;
}
</style>
border-color css
<style>
span { border-color: #BC4813; }
span { border-color: rgb(188,72,19); }
td.TdClassName
{
border-color: #BC4813;
}
.TagClassName
{
border-color: #BC4813;
}
</style>