Shades of Rustic Red #421D20
Tints of Rustic Red #421D20
RGB
CMYK
RGB Variations
Color information
#421D20 (or 0x421D20) is known color: Rustic Red. HEX triplet: 42, 1D and 20. RGB value is (66,29,32). Sum of RGB (Red+Green+Blue) = 66+29+32=127 (16% of max value = 765). Red value is 66 (26.17% from 255 or 51.97% from 127); Green value is 29 (11.72% from 255 or 22.83% from 127); Blue value is 32 (12.89% from 255 or 25.20% from 127); Max value from RGB is 66 - color contains mainly: red. Hex color #421D20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #421D20 is #BDE2DF. Grayscale: #282828. Windows color (decimal): -12444384 or 2104642. OLE color: 2104642.
HSL color Cylindrical-coordinate representation of color #421D20: hue angle of 355.14º degrees, saturation: 0.39, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #421D20 is Cyan = 0, Magento = 0.56, Yellow = 0.52 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 29 | 32 | - |
| CMYK | 0 | 0.56 | 0.52 | 0.74 |
| HSL | 355.14º | 0.39% | 0.19% | - |
| HSV(B) | 355.14º | 0.56% | 0.26% | - |
| XYZ | 2.95 | 2.14 | 1.62 | - |
| YUV | 40.41 | 123.26 | 146.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 29 | 32 | 0 | 0.56 | 0.52 | 0.74 | 355.14 | 0.39 | 0.19 |
| Hex | 42 | 1D | 20 | 0 | 38 | 34 | 4A | 163 | 27 | 13 |
| Octal | 102 | 35 | 40 | 0 | 70 | 64 | 112 | 543 | 47 | 23 |
| Binary | 1000010 | 11101 | 100000 | 0 | 111000 | 110100 | 1001010 | 101100011 | 100111 | 10011 |
Color Harmonies of #421D20
Complementary color
Monochromatic Colors of #421D20
Black with #421D20
Text Example
Text Example
White with #421D20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #421D20; }
p { color: rgb(66,29,32); }
H1.HeaderClassName
{
color: #421D20;
}
.AnyTagClassName
{
color: #421D20;
}
</style>
background-color css
<style>
a { background-color: #421D20; }
a { background-color: rgb(66,29,32); }
div.DivClassName
{
background-color: #421D20;
}
.BgClassName
{
background-color: #421D20;
}
</style>
border-color css
<style>
span { border-color: #421D20; }
span { border-color: rgb(66,29,32); }
td.TdClassName
{
border-color: #421D20;
}
.TagClassName
{
border-color: #421D20;
}
</style>