Shades of Rust #BC420D
Tints of Rust #BC420D
RGB
CMYK
RGB Variations
Color information
#BC420D (or 0xBC420D) is known color: Rust. HEX triplet: BC, 42 and 0D. RGB value is (188,66,13). Sum of RGB (Red+Green+Blue) = 188+66+13=267 (35% of max value = 765). Red value is 188 (73.83% from 255 or 70.41% from 267); Green value is 66 (26.17% from 255 or 24.72% from 267); Blue value is 13 (5.47% from 255 or 4.87% from 267); Max value from RGB is 188 - color contains mainly: red. Hex color #BC420D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC420D is #43BDF2. Grayscale: #606060. Windows color (decimal): -4439539 or 869052. OLE color: 869052.
HSL color Cylindrical-coordinate representation of color #BC420D: hue angle of 18.17º 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 #BC420D is Cyan = 0, Magento = 0.65, Yellow = 0.93 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 66 | 13 | - |
| CMYK | 0 | 0.65 | 0.93 | 0.26 |
| HSL | 18.17º | 0.87% | 0.39% | - |
| HSV(B) | 18.17º | 0.93% | 0.74% | - |
| XYZ | 22.76 | 14.62 | 2 | - |
| YUV | 96.44 | 80.92 | 193.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 66 | 13 | 0 | 0.65 | 0.93 | 0.26 | 18.17 | 0.87 | 0.39 |
| Hex | BC | 42 | D | 0 | 41 | 5D | 1A | 12 | 57 | 27 |
| Octal | 274 | 102 | 15 | 0 | 101 | 135 | 32 | 22 | 127 | 47 |
| Binary | 10111100 | 1000010 | 1101 | 0 | 1000001 | 1011101 | 11010 | 10010 | 1010111 | 100111 |
Color Harmonies of #BC420D
Complementary color
Monochromatic Colors of #BC420D
Black with #BC420D
Text Example
Text Example
White with #BC420D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC420D; }
p { color: rgb(188,66,13); }
H1.HeaderClassName
{
color: #BC420D;
}
.AnyTagClassName
{
color: #BC420D;
}
</style>
background-color css
<style>
a { background-color: #BC420D; }
a { background-color: rgb(188,66,13); }
div.DivClassName
{
background-color: #BC420D;
}
.BgClassName
{
background-color: #BC420D;
}
</style>
border-color css
<style>
span { border-color: #BC420D; }
span { border-color: rgb(188,66,13); }
td.TdClassName
{
border-color: #BC420D;
}
.TagClassName
{
border-color: #BC420D;
}
</style>