Shades of Rustic Red #42040C
Tints of Rustic Red #42040C
RGB
CMYK
RGB Variations
Color information
#42040C (or 0x42040C) is known color: Rustic Red. HEX triplet: 42, 04 and 0C. RGB value is (66,4,12). Sum of RGB (Red+Green+Blue) = 66+4+12=82 (10% of max value = 765). Red value is 66 (26.17% from 255 or 80.49% from 82); Green value is 4 (1.95% from 255 or 4.88% from 82); Blue value is 12 (5.08% from 255 or 14.63% from 82); Max value from RGB is 66 - color contains mainly: red. Hex color #42040C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #42040C is #BDFBF3. Grayscale: #171717. Windows color (decimal): -12450804 or 787522. OLE color: 787522.
HSL color Cylindrical-coordinate representation of color #42040C: hue angle of 352.26º degrees, saturation: 0.89, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #42040C is Cyan = 0, Magento = 0.94, Yellow = 0.82 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 4 | 12 | - |
| CMYK | 0 | 0.94 | 0.82 | 0.74 |
| HSL | 352.26º | 0.89% | 0.14% | - |
| HSV(B) | 352.26º | 0.94% | 0.26% | - |
| XYZ | 2.36 | 1.27 | 0.47 | - |
| YUV | 23.45 | 121.54 | 158.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 4 | 12 | 0 | 0.94 | 0.82 | 0.74 | 352.26 | 0.89 | 0.14 |
| Hex | 42 | 4 | C | 0 | 5E | 52 | 4A | 160 | 59 | E |
| Octal | 102 | 4 | 14 | 0 | 136 | 122 | 112 | 540 | 131 | 16 |
| Binary | 1000010 | 100 | 1100 | 0 | 1011110 | 1010010 | 1001010 | 101100000 | 1011001 | 1110 |
Color Harmonies of #42040C
Complementary color
Monochromatic Colors of #42040C
Black with #42040C
Text Example
Text Example
White with #42040C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42040C; }
p { color: rgb(66,4,12); }
H1.HeaderClassName
{
color: #42040C;
}
.AnyTagClassName
{
color: #42040C;
}
</style>
background-color css
<style>
a { background-color: #42040C; }
a { background-color: rgb(66,4,12); }
div.DivClassName
{
background-color: #42040C;
}
.BgClassName
{
background-color: #42040C;
}
</style>
border-color css
<style>
span { border-color: #42040C; }
span { border-color: rgb(66,4,12); }
td.TdClassName
{
border-color: #42040C;
}
.TagClassName
{
border-color: #42040C;
}
</style>