Shades of Rustic Red #421A1B
Tints of Rustic Red #421A1B
RGB
CMYK
RGB Variations
Color information
#421A1B (or 0x421A1B) is known color: Rustic Red. HEX triplet: 42, 1A and 1B. RGB value is (66,26,27). Sum of RGB (Red+Green+Blue) = 66+26+27=119 (15% of max value = 765). Red value is 66 (26.17% from 255 or 55.46% from 119); Green value is 26 (10.55% from 255 or 21.85% from 119); Blue value is 27 (10.94% from 255 or 22.69% from 119); Max value from RGB is 66 - color contains mainly: red. Hex color #421A1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #421A1B is #BDE5E4. Grayscale: #262626. Windows color (decimal): -12445157 or 1776194. OLE color: 1776194.
HSL color Cylindrical-coordinate representation of color #421A1B: hue angle of 358.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 #421A1B is Cyan = 0, Magento = 0.61, Yellow = 0.59 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 26 | 27 | - |
| CMYK | 0 | 0.61 | 0.59 | 0.74 |
| HSL | 358.5º | 0.43% | 0.18% | - |
| HSV(B) | 358.5º | 0.61% | 0.26% | - |
| XYZ | 2.81 | 1.98 | 1.27 | - |
| YUV | 38.07 | 121.75 | 147.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 26 | 27 | 0 | 0.61 | 0.59 | 0.74 | 358.5 | 0.43 | 0.18 |
| Hex | 42 | 1A | 1B | 0 | 3D | 3B | 4A | 166 | 2B | 12 |
| Octal | 102 | 32 | 33 | 0 | 75 | 73 | 112 | 546 | 53 | 22 |
| Binary | 1000010 | 11010 | 11011 | 0 | 111101 | 111011 | 1001010 | 101100110 | 101011 | 10010 |
Color Harmonies of #421A1B
Complementary color
Monochromatic Colors of #421A1B
Black with #421A1B
Text Example
Text Example
White with #421A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #421A1B; }
p { color: rgb(66,26,27); }
H1.HeaderClassName
{
color: #421A1B;
}
.AnyTagClassName
{
color: #421A1B;
}
</style>
background-color css
<style>
a { background-color: #421A1B; }
a { background-color: rgb(66,26,27); }
div.DivClassName
{
background-color: #421A1B;
}
.BgClassName
{
background-color: #421A1B;
}
</style>
border-color css
<style>
span { border-color: #421A1B; }
span { border-color: rgb(66,26,27); }
td.TdClassName
{
border-color: #421A1B;
}
.TagClassName
{
border-color: #421A1B;
}
</style>