Shades of Rust #BC4513
Tints of Rust #BC4513
RGB
CMYK
RGB Variations
Color information
#BC4513 (or 0xBC4513) is known color: Rust. HEX triplet: BC, 45 and 13. RGB value is (188,69,19). Sum of RGB (Red+Green+Blue) = 188+69+19=276 (36% of max value = 765). Red value is 188 (73.83% from 255 or 68.12% from 276); Green value is 69 (27.34% from 255 or 25% from 276); Blue value is 19 (7.81% from 255 or 6.88% from 276); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4513 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC4513 is #43BAEC. Grayscale: #636363. Windows color (decimal): -4438765 or 1263036. OLE color: 1263036.
HSL color Cylindrical-coordinate representation of color #BC4513: hue angle of 17.75º 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 #BC4513 is Cyan = 0, Magento = 0.63, Yellow = 0.90 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 69 | 19 | - |
| CMYK | 0 | 0.63 | 0.90 | 0.26 |
| HSL | 17.75º | 0.82% | 0.41% | - |
| HSV(B) | 17.75º | 0.9% | 0.74% | - |
| XYZ | 22.98 | 14.99 | 2.3 | - |
| YUV | 98.88 | 82.92 | 191.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 69 | 19 | 0 | 0.63 | 0.90 | 0.26 | 17.75 | 0.82 | 0.41 |
| Hex | BC | 45 | 13 | 0 | 3F | 5A | 1A | 12 | 52 | 29 |
| Octal | 274 | 105 | 23 | 0 | 77 | 132 | 32 | 22 | 122 | 51 |
| Binary | 10111100 | 1000101 | 10011 | 0 | 111111 | 1011010 | 11010 | 10010 | 1010010 | 101001 |
Color Harmonies of #BC4513
Complementary color
Monochromatic Colors of #BC4513
Black with #BC4513
Text Example
Text Example
White with #BC4513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4513; }
p { color: rgb(188,69,19); }
H1.HeaderClassName
{
color: #BC4513;
}
.AnyTagClassName
{
color: #BC4513;
}
</style>
background-color css
<style>
a { background-color: #BC4513; }
a { background-color: rgb(188,69,19); }
div.DivClassName
{
background-color: #BC4513;
}
.BgClassName
{
background-color: #BC4513;
}
</style>
border-color css
<style>
span { border-color: #BC4513; }
span { border-color: rgb(188,69,19); }
td.TdClassName
{
border-color: #BC4513;
}
.TagClassName
{
border-color: #BC4513;
}
</style>