Shades of Rustic Red #42070E
Tints of Rustic Red #42070E
RGB
CMYK
RGB Variations
Color information
#42070E (or 0x42070E) is known color: Rustic Red. HEX triplet: 42, 07 and 0E. RGB value is (66,7,14). Sum of RGB (Red+Green+Blue) = 66+7+14=87 (11% of max value = 765). Red value is 66 (26.17% from 255 or 75.86% from 87); Green value is 7 (3.12% from 255 or 8.05% from 87); Blue value is 14 (5.86% from 255 or 16.09% from 87); Max value from RGB is 66 - color contains mainly: red. Hex color #42070E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #42070E is #BDF8F1. Grayscale: #191919. Windows color (decimal): -12450034 or 919362. OLE color: 919362.
HSL color Cylindrical-coordinate representation of color #42070E: hue angle of 352.88º 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 #42070E is Cyan = 0, Magento = 0.89, Yellow = 0.79 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 7 | 14 | - |
| CMYK | 0 | 0.89 | 0.79 | 0.74 |
| HSL | 352.88º | 0.81% | 0.14% | - |
| HSV(B) | 352.88º | 0.89% | 0.26% | - |
| XYZ | 2.4 | 1.34 | 0.55 | - |
| YUV | 25.44 | 121.55 | 156.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 7 | 14 | 0 | 0.89 | 0.79 | 0.74 | 352.88 | 0.81 | 0.14 |
| Hex | 42 | 7 | E | 0 | 59 | 4F | 4A | 161 | 51 | E |
| Octal | 102 | 7 | 16 | 0 | 131 | 117 | 112 | 541 | 121 | 16 |
| Binary | 1000010 | 111 | 1110 | 0 | 1011001 | 1001111 | 1001010 | 101100001 | 1010001 | 1110 |
Color Harmonies of #42070E
Complementary color
Monochromatic Colors of #42070E
Black with #42070E
Text Example
Text Example
White with #42070E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42070E; }
p { color: rgb(66,7,14); }
H1.HeaderClassName
{
color: #42070E;
}
.AnyTagClassName
{
color: #42070E;
}
</style>
background-color css
<style>
a { background-color: #42070E; }
a { background-color: rgb(66,7,14); }
div.DivClassName
{
background-color: #42070E;
}
.BgClassName
{
background-color: #42070E;
}
</style>
border-color css
<style>
span { border-color: #42070E; }
span { border-color: rgb(66,7,14); }
td.TdClassName
{
border-color: #42070E;
}
.TagClassName
{
border-color: #42070E;
}
</style>