Shades of Rustic Red #421A1F
Tints of Rustic Red #421A1F
RGB
CMYK
RGB Variations
Color information
#421A1F (or 0x421A1F) is known color: Rustic Red. HEX triplet: 42, 1A and 1F. RGB value is (66,26,31). Sum of RGB (Red+Green+Blue) = 66+26+31=123 (16% of max value = 765). Red value is 66 (26.17% from 255 or 53.66% from 123); Green value is 26 (10.55% from 255 or 21.14% from 123); Blue value is 31 (12.5% from 255 or 25.20% from 123); Max value from RGB is 66 - color contains mainly: red. Hex color #421A1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #421A1F is #BDE5E0. Grayscale: #262626. Windows color (decimal): -12445153 or 2038338. OLE color: 2038338.
HSL color Cylindrical-coordinate representation of color #421A1F: hue angle of 352.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 #421A1F is Cyan = 0, Magento = 0.61, Yellow = 0.53 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 26 | 31 | - |
| CMYK | 0 | 0.61 | 0.53 | 0.74 |
| HSL | 352.5º | 0.43% | 0.18% | - |
| HSV(B) | 352.5º | 0.61% | 0.26% | - |
| XYZ | 2.86 | 2 | 1.53 | - |
| YUV | 38.53 | 123.75 | 147.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 26 | 31 | 0 | 0.61 | 0.53 | 0.74 | 352.5 | 0.43 | 0.18 |
| Hex | 42 | 1A | 1F | 0 | 3D | 35 | 4A | 160 | 2B | 12 |
| Octal | 102 | 32 | 37 | 0 | 75 | 65 | 112 | 540 | 53 | 22 |
| Binary | 1000010 | 11010 | 11111 | 0 | 111101 | 110101 | 1001010 | 101100000 | 101011 | 10010 |
Color Harmonies of #421A1F
Complementary color
Monochromatic Colors of #421A1F
Black with #421A1F
Text Example
Text Example
White with #421A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #421A1F; }
p { color: rgb(66,26,31); }
H1.HeaderClassName
{
color: #421A1F;
}
.AnyTagClassName
{
color: #421A1F;
}
</style>
background-color css
<style>
a { background-color: #421A1F; }
a { background-color: rgb(66,26,31); }
div.DivClassName
{
background-color: #421A1F;
}
.BgClassName
{
background-color: #421A1F;
}
</style>
border-color css
<style>
span { border-color: #421A1F; }
span { border-color: rgb(66,26,31); }
td.TdClassName
{
border-color: #421A1F;
}
.TagClassName
{
border-color: #421A1F;
}
</style>