Shades of Rustic Red #42070D
Tints of Rustic Red #42070D
RGB
CMYK
RGB Variations
Color information
#42070D (or 0x42070D) is known color: Rustic Red. HEX triplet: 42, 07 and 0D. RGB value is (66,7,13). Sum of RGB (Red+Green+Blue) = 66+7+13=86 (11% of max value = 765). Red value is 66 (26.17% from 255 or 76.74% from 86); Green value is 7 (3.12% from 255 or 8.14% from 86); Blue value is 13 (5.47% from 255 or 15.12% from 86); Max value from RGB is 66 - color contains mainly: red. Hex color #42070D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #42070D is #BDF8F2. Grayscale: #191919. Windows color (decimal): -12450035 or 853826. OLE color: 853826.
HSL color Cylindrical-coordinate representation of color #42070D: hue angle of 353.9º 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 #42070D is Cyan = 0, Magento = 0.89, Yellow = 0.80 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 7 | 13 | - |
| CMYK | 0 | 0.89 | 0.80 | 0.74 |
| HSL | 353.9º | 0.81% | 0.14% | - |
| HSV(B) | 353.9º | 0.89% | 0.26% | - |
| XYZ | 2.4 | 1.34 | 0.51 | - |
| YUV | 25.33 | 121.05 | 157.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 7 | 13 | 0 | 0.89 | 0.80 | 0.74 | 353.9 | 0.81 | 0.14 |
| Hex | 42 | 7 | D | 0 | 59 | 50 | 4A | 162 | 51 | E |
| Octal | 102 | 7 | 15 | 0 | 131 | 120 | 112 | 542 | 121 | 16 |
| Binary | 1000010 | 111 | 1101 | 0 | 1011001 | 1010000 | 1001010 | 101100010 | 1010001 | 1110 |
Color Harmonies of #42070D
Complementary color
Monochromatic Colors of #42070D
Black with #42070D
Text Example
Text Example
White with #42070D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42070D; }
p { color: rgb(66,7,13); }
H1.HeaderClassName
{
color: #42070D;
}
.AnyTagClassName
{
color: #42070D;
}
</style>
background-color css
<style>
a { background-color: #42070D; }
a { background-color: rgb(66,7,13); }
div.DivClassName
{
background-color: #42070D;
}
.BgClassName
{
background-color: #42070D;
}
</style>
border-color css
<style>
span { border-color: #42070D; }
span { border-color: rgb(66,7,13); }
td.TdClassName
{
border-color: #42070D;
}
.TagClassName
{
border-color: #42070D;
}
</style>