Shades of Rust #BC401D
Tints of Rust #BC401D
RGB
CMYK
RGB Variations
Color information
#BC401D (or 0xBC401D) is known color: Rust. HEX triplet: BC, 40 and 1D. RGB value is (188,64,29). Sum of RGB (Red+Green+Blue) = 188+64+29=281 (37% of max value = 765). Red value is 188 (73.83% from 255 or 66.90% from 281); Green value is 64 (25.39% from 255 or 22.78% from 281); Blue value is 29 (11.72% from 255 or 10.32% from 281); Max value from RGB is 188 - color contains mainly: red. Hex color #BC401D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC401D is #43BFE2. Grayscale: #616161. Windows color (decimal): -4440035 or 1917116. OLE color: 1917116.
HSL color Cylindrical-coordinate representation of color #BC401D: hue angle of 13.21º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BC401D is Cyan = 0, Magento = 0.66, Yellow = 0.85 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 64 | 29 | - |
| CMYK | 0 | 0.66 | 0.85 | 0.26 |
| HSL | 13.21º | 0.73% | 0.43% | - |
| HSV(B) | 13.21º | 0.85% | 0.74% | - |
| XYZ | 22.79 | 14.45 | 2.75 | - |
| YUV | 97.09 | 89.58 | 192.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 64 | 29 | 0 | 0.66 | 0.85 | 0.26 | 13.21 | 0.73 | 0.43 |
| Hex | BC | 40 | 1D | 0 | 42 | 55 | 1A | D | 49 | 2B |
| Octal | 274 | 100 | 35 | 0 | 102 | 125 | 32 | 15 | 111 | 53 |
| Binary | 10111100 | 1000000 | 11101 | 0 | 1000010 | 1010101 | 11010 | 1101 | 1001001 | 101011 |
Color Harmonies of #BC401D
Complementary color
Monochromatic Colors of #BC401D
Black with #BC401D
Text Example
Text Example
White with #BC401D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC401D; }
p { color: rgb(188,64,29); }
H1.HeaderClassName
{
color: #BC401D;
}
.AnyTagClassName
{
color: #BC401D;
}
</style>
background-color css
<style>
a { background-color: #BC401D; }
a { background-color: rgb(188,64,29); }
div.DivClassName
{
background-color: #BC401D;
}
.BgClassName
{
background-color: #BC401D;
}
</style>
border-color css
<style>
span { border-color: #BC401D; }
span { border-color: rgb(188,64,29); }
td.TdClassName
{
border-color: #BC401D;
}
.TagClassName
{
border-color: #BC401D;
}
</style>