Shades of Rustic Red #420C17
Tints of Rustic Red #420C17
RGB
CMYK
RGB Variations
Color information
#420C17 (or 0x420C17) is known color: Rustic Red. HEX triplet: 42, 0C and 17. RGB value is (66,12,23). Sum of RGB (Red+Green+Blue) = 66+12+23=101 (13% of max value = 765). Red value is 66 (26.17% from 255 or 65.35% from 101); Green value is 12 (5.08% from 255 or 11.88% from 101); Blue value is 23 (9.38% from 255 or 22.77% from 101); Max value from RGB is 66 - color contains mainly: red. Hex color #420C17 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #420C17 is #BDF3E8. Grayscale: #1D1D1D. Windows color (decimal): -12448745 or 1510466. OLE color: 1510466.
HSL color Cylindrical-coordinate representation of color #420C17: hue angle of 347.78º degrees, saturation: 0.69, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #420C17 is Cyan = 0, Magento = 0.82, Yellow = 0.65 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 12 | 23 | - |
| CMYK | 0 | 0.82 | 0.65 | 0.74 |
| HSL | 347.78º | 0.69% | 0.15% | - |
| HSV(B) | 347.78º | 0.82% | 0.26% | - |
| XYZ | 2.53 | 1.48 | 0.96 | - |
| YUV | 29.4 | 124.39 | 154.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 12 | 23 | 0 | 0.82 | 0.65 | 0.74 | 347.78 | 0.69 | 0.15 |
| Hex | 42 | C | 17 | 0 | 52 | 41 | 4A | 15C | 45 | F |
| Octal | 102 | 14 | 27 | 0 | 122 | 101 | 112 | 534 | 105 | 17 |
| Binary | 1000010 | 1100 | 10111 | 0 | 1010010 | 1000001 | 1001010 | 101011100 | 1000101 | 1111 |
Color Harmonies of #420C17
Complementary color
Monochromatic Colors of #420C17
Black with #420C17
Text Example
Text Example
White with #420C17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #420C17; }
p { color: rgb(66,12,23); }
H1.HeaderClassName
{
color: #420C17;
}
.AnyTagClassName
{
color: #420C17;
}
</style>
background-color css
<style>
a { background-color: #420C17; }
a { background-color: rgb(66,12,23); }
div.DivClassName
{
background-color: #420C17;
}
.BgClassName
{
background-color: #420C17;
}
</style>
border-color css
<style>
span { border-color: #420C17; }
span { border-color: rgb(66,12,23); }
td.TdClassName
{
border-color: #420C17;
}
.TagClassName
{
border-color: #420C17;
}
</style>