Shades of Rustic Red #42070A
Tints of Rustic Red #42070A
RGB
CMYK
RGB Variations
Color information
#42070A (or 0x42070A) is known color: Rustic Red. HEX triplet: 42, 07 and 0A. RGB value is (66,7,10). Sum of RGB (Red+Green+Blue) = 66+7+10=83 (10% of max value = 765). Red value is 66 (26.17% from 255 or 79.52% from 83); Green value is 7 (3.12% from 255 or 8.43% from 83); Blue value is 10 (4.30% from 255 or 12.05% from 83); Max value from RGB is 66 - color contains mainly: red. Hex color #42070A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #42070A is #BDF8F5. Grayscale: #191919. Windows color (decimal): -12450038 or 657218. OLE color: 657218.
HSL color Cylindrical-coordinate representation of color #42070A: hue angle of 356.95º 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 #42070A is Cyan = 0, Magento = 0.89, Yellow = 0.85 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 7 | 10 | - |
| CMYK | 0 | 0.89 | 0.85 | 0.74 |
| HSL | 356.95º | 0.81% | 0.14% | - |
| HSV(B) | 356.95º | 0.89% | 0.26% | - |
| XYZ | 2.38 | 1.33 | 0.42 | - |
| YUV | 24.98 | 119.55 | 157.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 7 | 10 | 0 | 0.89 | 0.85 | 0.74 | 356.95 | 0.81 | 0.14 |
| Hex | 42 | 7 | A | 0 | 59 | 55 | 4A | 165 | 51 | E |
| Octal | 102 | 7 | 12 | 0 | 131 | 125 | 112 | 545 | 121 | 16 |
| Binary | 1000010 | 111 | 1010 | 0 | 1011001 | 1010101 | 1001010 | 101100101 | 1010001 | 1110 |
Color Harmonies of #42070A
Complementary color
Monochromatic Colors of #42070A
Black with #42070A
Text Example
Text Example
White with #42070A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42070A; }
p { color: rgb(66,7,10); }
H1.HeaderClassName
{
color: #42070A;
}
.AnyTagClassName
{
color: #42070A;
}
</style>
background-color css
<style>
a { background-color: #42070A; }
a { background-color: rgb(66,7,10); }
div.DivClassName
{
background-color: #42070A;
}
.BgClassName
{
background-color: #42070A;
}
</style>
border-color css
<style>
span { border-color: #42070A; }
span { border-color: rgb(66,7,10); }
td.TdClassName
{
border-color: #42070A;
}
.TagClassName
{
border-color: #42070A;
}
</style>