Shades of Rustic Red #42000A
Tints of Rustic Red #42000A
RGB
CMYK
RGB Variations
Color information
#42000A (or 0x42000A) is known color: Rustic Red. HEX triplet: 42, 00 and 0A. RGB value is (66,0,10). Sum of RGB (Red+Green+Blue) = 66+0+10=76 (10% of max value = 765). Red value is 66 (26.17% from 255 or 86.84% from 76); Green value is 0 (0.39% from 255 or 0% from 76); Blue value is 10 (4.30% from 255 or 13.16% from 76); Max value from RGB is 66 - color contains mainly: red. Hex color #42000A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #42000A is #BDFFF5. Grayscale: #141414. Windows color (decimal): -12451830 or 655426. OLE color: 655426.
HSL color Cylindrical-coordinate representation of color #42000A: hue angle of 350.91º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 1%. Process color model (Four color, CMYK) of #42000A is Cyan = 0, Magento = 1, Yellow = 0.85 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 0 | 10 | - |
| CMYK | 0 | 1 | 0.85 | 0.74 |
| HSL | 350.91º | 1% | 0.13% | - |
| HSV(B) | 350.91º | 1% | 0.26% | - |
| XYZ | 2.3 | 1.18 | 0.39 | - |
| YUV | 20.87 | 121.87 | 160.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 0 | 10 | 0 | 1 | 0.85 | 0.74 | 350.91 | 1 | 0.13 |
| Hex | 42 | 0 | A | 0 | 64 | 55 | 4A | 15F | 64 | D |
| Octal | 102 | 0 | 12 | 0 | 144 | 125 | 112 | 537 | 144 | 15 |
| Binary | 1000010 | 0 | 1010 | 0 | 1100100 | 1010101 | 1001010 | 101011111 | 1100100 | 1101 |
Color Harmonies of #42000A
Complementary color
Monochromatic Colors of #42000A
Black with #42000A
Text Example
Text Example
White with #42000A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42000A; }
p { color: rgb(66,0,10); }
H1.HeaderClassName
{
color: #42000A;
}
.AnyTagClassName
{
color: #42000A;
}
</style>
background-color css
<style>
a { background-color: #42000A; }
a { background-color: rgb(66,0,10); }
div.DivClassName
{
background-color: #42000A;
}
.BgClassName
{
background-color: #42000A;
}
</style>
border-color css
<style>
span { border-color: #42000A; }
span { border-color: rgb(66,0,10); }
td.TdClassName
{
border-color: #42000A;
}
.TagClassName
{
border-color: #42000A;
}
</style>