Shades of Rustic Red #42161B
Tints of Rustic Red #42161B
RGB
CMYK
RGB Variations
Color information
#42161B (or 0x42161B) is known color: Rustic Red. HEX triplet: 42, 16 and 1B. RGB value is (66,22,27). Sum of RGB (Red+Green+Blue) = 66+22+27=115 (15% of max value = 765). Red value is 66 (26.17% from 255 or 57.39% from 115); Green value is 22 (8.98% from 255 or 19.13% from 115); Blue value is 27 (10.94% from 255 or 23.48% from 115); Max value from RGB is 66 - color contains mainly: red. Hex color #42161B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42161B is #BDE9E4. Grayscale: #232323. Windows color (decimal): -12446181 or 1775170. OLE color: 1775170.
HSL color Cylindrical-coordinate representation of color #42161B: hue angle of 353.18º degrees, saturation: 0.5, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #42161B is Cyan = 0, Magento = 0.67, Yellow = 0.59 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 22 | 27 | - |
| CMYK | 0 | 0.67 | 0.59 | 0.74 |
| HSL | 353.18º | 0.5% | 0.17% | - |
| HSV(B) | 353.18º | 0.67% | 0.26% | - |
| XYZ | 2.73 | 1.81 | 1.24 | - |
| YUV | 35.73 | 123.08 | 149.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 22 | 27 | 0 | 0.67 | 0.59 | 0.74 | 353.18 | 0.5 | 0.17 |
| Hex | 42 | 16 | 1B | 0 | 43 | 3B | 4A | 161 | 32 | 11 |
| Octal | 102 | 26 | 33 | 0 | 103 | 73 | 112 | 541 | 62 | 21 |
| Binary | 1000010 | 10110 | 11011 | 0 | 1000011 | 111011 | 1001010 | 101100001 | 110010 | 10001 |
Color Harmonies of #42161B
Complementary color
Monochromatic Colors of #42161B
Black with #42161B
Text Example
Text Example
White with #42161B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42161B; }
p { color: rgb(66,22,27); }
H1.HeaderClassName
{
color: #42161B;
}
.AnyTagClassName
{
color: #42161B;
}
</style>
background-color css
<style>
a { background-color: #42161B; }
a { background-color: rgb(66,22,27); }
div.DivClassName
{
background-color: #42161B;
}
.BgClassName
{
background-color: #42161B;
}
</style>
border-color css
<style>
span { border-color: #42161B; }
span { border-color: rgb(66,22,27); }
td.TdClassName
{
border-color: #42161B;
}
.TagClassName
{
border-color: #42161B;
}
</style>