Shades of Rustic Red #42070C
Tints of Rustic Red #42070C
RGB
CMYK
RGB Variations
Color information
#42070C (or 0x42070C) is known color: Rustic Red. HEX triplet: 42, 07 and 0C. RGB value is (66,7,12). Sum of RGB (Red+Green+Blue) = 66+7+12=85 (11% of max value = 765). Red value is 66 (26.17% from 255 or 77.65% from 85); Green value is 7 (3.12% from 255 or 8.24% from 85); Blue value is 12 (5.08% from 255 or 14.12% from 85); Max value from RGB is 66 - color contains mainly: red. Hex color #42070C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #42070C is #BDF8F3. Grayscale: #191919. Windows color (decimal): -12450036 or 788290. OLE color: 788290.
HSL color Cylindrical-coordinate representation of color #42070C: hue angle of 354.92º degrees, saturation: 0.81, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #42070C is Cyan = 0, Magento = 0.89, Yellow = 0.82 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 7 | 12 | - |
| CMYK | 0 | 0.89 | 0.82 | 0.74 |
| HSL | 354.92º | 0.81% | 0.14% | - |
| HSV(B) | 354.92º | 0.89% | 0.26% | - |
| XYZ | 2.39 | 1.34 | 0.48 | - |
| YUV | 25.21 | 120.55 | 157.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 7 | 12 | 0 | 0.89 | 0.82 | 0.74 | 354.92 | 0.81 | 0.14 |
| Hex | 42 | 7 | C | 0 | 59 | 52 | 4A | 163 | 51 | E |
| Octal | 102 | 7 | 14 | 0 | 131 | 122 | 112 | 543 | 121 | 16 |
| Binary | 1000010 | 111 | 1100 | 0 | 1011001 | 1010010 | 1001010 | 101100011 | 1010001 | 1110 |
Color Harmonies of #42070C
Complementary color
Monochromatic Colors of #42070C
Black with #42070C
Text Example
Text Example
White with #42070C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42070C; }
p { color: rgb(66,7,12); }
H1.HeaderClassName
{
color: #42070C;
}
.AnyTagClassName
{
color: #42070C;
}
</style>
background-color css
<style>
a { background-color: #42070C; }
a { background-color: rgb(66,7,12); }
div.DivClassName
{
background-color: #42070C;
}
.BgClassName
{
background-color: #42070C;
}
</style>
border-color css
<style>
span { border-color: #42070C; }
span { border-color: rgb(66,7,12); }
td.TdClassName
{
border-color: #42070C;
}
.TagClassName
{
border-color: #42070C;
}
</style>