Shades of Rustic Red #420017
Tints of Rustic Red #420017
RGB
CMYK
RGB Variations
Color information
#420017 (or 0x420017) is known color: Rustic Red. HEX triplet: 42, 00 and 17. RGB value is (66,0,23). Sum of RGB (Red+Green+Blue) = 66+0+23=89 (11% of max value = 765). Red value is 66 (26.17% from 255 or 74.16% from 89); Green value is 0 (0.39% from 255 or 0% from 89); Blue value is 23 (9.38% from 255 or 25.84% from 89); Max value from RGB is 66 - color contains mainly: red. Hex color #420017 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #420017 is #BDFFE8. Grayscale: #161616. Windows color (decimal): -12451817 or 1507394. OLE color: 1507394.
HSL color Cylindrical-coordinate representation of color #420017: hue angle of 339.09º 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 #420017 is Cyan = 0, Magento = 1, Yellow = 0.65 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 0 | 23 | - |
| CMYK | 0 | 1 | 0.65 | 0.74 |
| HSL | 339.09º | 1% | 0.13% | - |
| HSV(B) | 339.09º | 1% | 0.26% | - |
| XYZ | 2.4 | 1.22 | 0.92 | - |
| YUV | 22.36 | 128.37 | 159.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 0 | 23 | 0 | 1 | 0.65 | 0.74 | 339.09 | 1 | 0.13 |
| Hex | 42 | 0 | 17 | 0 | 64 | 41 | 4A | 153 | 64 | D |
| Octal | 102 | 0 | 27 | 0 | 144 | 101 | 112 | 523 | 144 | 15 |
| Binary | 1000010 | 0 | 10111 | 0 | 1100100 | 1000001 | 1001010 | 101010011 | 1100100 | 1101 |
Color Harmonies of #420017
Complementary color
Monochromatic Colors of #420017
Black with #420017
Text Example
Text Example
White with #420017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #420017; }
p { color: rgb(66,0,23); }
H1.HeaderClassName
{
color: #420017;
}
.AnyTagClassName
{
color: #420017;
}
</style>
background-color css
<style>
a { background-color: #420017; }
a { background-color: rgb(66,0,23); }
div.DivClassName
{
background-color: #420017;
}
.BgClassName
{
background-color: #420017;
}
</style>
border-color css
<style>
span { border-color: #420017; }
span { border-color: rgb(66,0,23); }
td.TdClassName
{
border-color: #420017;
}
.TagClassName
{
border-color: #420017;
}
</style>