Shades of Rustic Red #42010B
Tints of Rustic Red #42010B
RGB
CMYK
RGB Variations
Color information
#42010B (or 0x42010B) is known color: Rustic Red. HEX triplet: 42, 01 and 0B. RGB value is (66,1,11). Sum of RGB (Red+Green+Blue) = 66+1+11=78 (10% of max value = 765). Red value is 66 (26.17% from 255 or 84.62% from 78); Green value is 1 (0.78% from 255 or 1.28% from 78); Blue value is 11 (4.69% from 255 or 14.10% from 78); Max value from RGB is 66 - color contains mainly: red. Hex color #42010B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #42010B is #BDFEF4. Grayscale: #151515. Windows color (decimal): -12451573 or 721218. OLE color: 721218.
HSL color Cylindrical-coordinate representation of color #42010B: hue angle of 350.77º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #42010B is Cyan = 0, Magento = 0.98, Yellow = 0.83 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 1 | 11 | - |
| CMYK | 0 | 0.98 | 0.83 | 0.74 |
| HSL | 350.77º | 0.97% | 0.13% | - |
| HSV(B) | 350.77º | 0.98% | 0.26% | - |
| XYZ | 2.32 | 1.2 | 0.43 | - |
| YUV | 21.58 | 122.03 | 159.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 1 | 11 | 0 | 0.98 | 0.83 | 0.74 | 350.77 | 0.97 | 0.13 |
| Hex | 42 | 1 | B | 0 | 62 | 53 | 4A | 15F | 61 | D |
| Octal | 102 | 1 | 13 | 0 | 142 | 123 | 112 | 537 | 141 | 15 |
| Binary | 1000010 | 1 | 1011 | 0 | 1100010 | 1010011 | 1001010 | 101011111 | 1100001 | 1101 |
Color Harmonies of #42010B
Complementary color
Monochromatic Colors of #42010B
Black with #42010B
Text Example
Text Example
White with #42010B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42010B; }
p { color: rgb(66,1,11); }
H1.HeaderClassName
{
color: #42010B;
}
.AnyTagClassName
{
color: #42010B;
}
</style>
background-color css
<style>
a { background-color: #42010B; }
a { background-color: rgb(66,1,11); }
div.DivClassName
{
background-color: #42010B;
}
.BgClassName
{
background-color: #42010B;
}
</style>
border-color css
<style>
span { border-color: #42010B; }
span { border-color: rgb(66,1,11); }
td.TdClassName
{
border-color: #42010B;
}
.TagClassName
{
border-color: #42010B;
}
</style>