Shades of Rustic Red #421A1D
Tints of Rustic Red #421A1D
RGB
CMYK
RGB Variations
Color information
#421A1D (or 0x421A1D) is known color: Rustic Red. HEX triplet: 42, 1A and 1D. RGB value is (66,26,29). Sum of RGB (Red+Green+Blue) = 66+26+29=121 (16% of max value = 765). Red value is 66 (26.17% from 255 or 54.55% from 121); Green value is 26 (10.55% from 255 or 21.49% from 121); Blue value is 29 (11.72% from 255 or 23.97% from 121); Max value from RGB is 66 - color contains mainly: red. Hex color #421A1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #421A1D is #BDE5E2. Grayscale: #262626. Windows color (decimal): -12445155 or 1907266. OLE color: 1907266.
HSL color Cylindrical-coordinate representation of color #421A1D: hue angle of 355.5º degrees, saturation: 0.43, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #421A1D is Cyan = 0, Magento = 0.61, Yellow = 0.56 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 26 | 29 | - |
| CMYK | 0 | 0.61 | 0.56 | 0.74 |
| HSL | 355.5º | 0.43% | 0.18% | - |
| HSV(B) | 355.5º | 0.61% | 0.26% | - |
| XYZ | 2.84 | 1.99 | 1.4 | - |
| YUV | 38.3 | 122.75 | 147.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 26 | 29 | 0 | 0.61 | 0.56 | 0.74 | 355.5 | 0.43 | 0.18 |
| Hex | 42 | 1A | 1D | 0 | 3D | 38 | 4A | 164 | 2B | 12 |
| Octal | 102 | 32 | 35 | 0 | 75 | 70 | 112 | 544 | 53 | 22 |
| Binary | 1000010 | 11010 | 11101 | 0 | 111101 | 111000 | 1001010 | 101100100 | 101011 | 10010 |
Color Harmonies of #421A1D
Complementary color
Monochromatic Colors of #421A1D
Black with #421A1D
Text Example
Text Example
White with #421A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #421A1D; }
p { color: rgb(66,26,29); }
H1.HeaderClassName
{
color: #421A1D;
}
.AnyTagClassName
{
color: #421A1D;
}
</style>
background-color css
<style>
a { background-color: #421A1D; }
a { background-color: rgb(66,26,29); }
div.DivClassName
{
background-color: #421A1D;
}
.BgClassName
{
background-color: #421A1D;
}
</style>
border-color css
<style>
span { border-color: #421A1D; }
span { border-color: rgb(66,26,29); }
td.TdClassName
{
border-color: #421A1D;
}
.TagClassName
{
border-color: #421A1D;
}
</style>