Shades of Rust #BC480D
Tints of Rust #BC480D
RGB
CMYK
RGB Variations
Color information
#BC480D (or 0xBC480D) is known color: Rust. HEX triplet: BC, 48 and 0D. RGB value is (188,72,13). Sum of RGB (Red+Green+Blue) = 188+72+13=273 (36% of max value = 765). Red value is 188 (73.83% from 255 or 68.86% from 273); Green value is 72 (28.52% from 255 or 26.37% from 273); Blue value is 13 (5.47% from 255 or 4.76% from 273); Max value from RGB is 188 - color contains mainly: red. Hex color #BC480D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC480D is #43B7F2. Grayscale: #646464. Windows color (decimal): -4438003 or 870588. OLE color: 870588.
HSL color Cylindrical-coordinate representation of color #BC480D: hue angle of 20.23º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BC480D is Cyan = 0, Magento = 0.62, Yellow = 0.93 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 72 | 13 | - |
| CMYK | 0 | 0.62 | 0.93 | 0.26 |
| HSL | 20.23º | 0.87% | 0.39% | - |
| HSV(B) | 20.23º | 0.93% | 0.74% | - |
| XYZ | 23.13 | 15.36 | 2.13 | - |
| YUV | 99.96 | 78.93 | 190.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 72 | 13 | 0 | 0.62 | 0.93 | 0.26 | 20.23 | 0.87 | 0.39 |
| Hex | BC | 48 | D | 0 | 3E | 5D | 1A | 14 | 57 | 27 |
| Octal | 274 | 110 | 15 | 0 | 76 | 135 | 32 | 24 | 127 | 47 |
| Binary | 10111100 | 1001000 | 1101 | 0 | 111110 | 1011101 | 11010 | 10100 | 1010111 | 100111 |
Color Harmonies of #BC480D
Complementary color
Monochromatic Colors of #BC480D
Black with #BC480D
Text Example
Text Example
White with #BC480D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC480D; }
p { color: rgb(188,72,13); }
H1.HeaderClassName
{
color: #BC480D;
}
.AnyTagClassName
{
color: #BC480D;
}
</style>
background-color css
<style>
a { background-color: #BC480D; }
a { background-color: rgb(188,72,13); }
div.DivClassName
{
background-color: #BC480D;
}
.BgClassName
{
background-color: #BC480D;
}
</style>
border-color css
<style>
span { border-color: #BC480D; }
span { border-color: rgb(188,72,13); }
td.TdClassName
{
border-color: #BC480D;
}
.TagClassName
{
border-color: #BC480D;
}
</style>