Shades of Rustic Red #42000C
Tints of Rustic Red #42000C
RGB
CMYK
RGB Variations
Color information
#42000C (or 0x42000C) is known color: Rustic Red. HEX triplet: 42, 00 and 0C. RGB value is (66,0,12). Sum of RGB (Red+Green+Blue) = 66+0+12=78 (10% of max value = 765). Red value is 66 (26.17% from 255 or 84.62% from 78); Green value is 0 (0.39% from 255 or 0% from 78); Blue value is 12 (5.08% from 255 or 15.38% from 78); Max value from RGB is 66 - color contains mainly: red. Hex color #42000C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #42000C is #BDFFF3. Grayscale: #151515. Windows color (decimal): -12451828 or 786498. OLE color: 786498.
HSL color Cylindrical-coordinate representation of color #42000C: hue angle of 349.09º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 1%. Process color model (Four color, CMYK) of #42000C is Cyan = 0, Magento = 1, Yellow = 0.82 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 0 | 12 | - |
| CMYK | 0 | 1 | 0.82 | 0.74 |
| HSL | 349.09º | 1% | 0.13% | - |
| HSV(B) | 349.09º | 1% | 0.26% | - |
| XYZ | 2.31 | 1.18 | 0.45 | - |
| YUV | 21.1 | 122.87 | 160.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 0 | 12 | 0 | 1 | 0.82 | 0.74 | 349.09 | 1 | 0.13 |
| Hex | 42 | 0 | C | 0 | 64 | 52 | 4A | 15D | 64 | D |
| Octal | 102 | 0 | 14 | 0 | 144 | 122 | 112 | 535 | 144 | 15 |
| Binary | 1000010 | 0 | 1100 | 0 | 1100100 | 1010010 | 1001010 | 101011101 | 1100100 | 1101 |
Color Harmonies of #42000C
Complementary color
Monochromatic Colors of #42000C
Black with #42000C
Text Example
Text Example
White with #42000C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42000C; }
p { color: rgb(66,0,12); }
H1.HeaderClassName
{
color: #42000C;
}
.AnyTagClassName
{
color: #42000C;
}
</style>
background-color css
<style>
a { background-color: #42000C; }
a { background-color: rgb(66,0,12); }
div.DivClassName
{
background-color: #42000C;
}
.BgClassName
{
background-color: #42000C;
}
</style>
border-color css
<style>
span { border-color: #42000C; }
span { border-color: rgb(66,0,12); }
td.TdClassName
{
border-color: #42000C;
}
.TagClassName
{
border-color: #42000C;
}
</style>