Shades of Red Devil #6A2A2B
Tints of Red Devil #6A2A2B
RGB
CMYK
RGB Variations
Color information
#6A2A2B (or 0x6A2A2B) is known color: Red Devil. HEX triplet: 6A, 2A and 2B. RGB value is (106,42,43). Sum of RGB (Red+Green+Blue) = 106+42+43=191 (25% of max value = 765). Red value is 106 (41.80% from 255 or 55.50% from 191); Green value is 42 (16.80% from 255 or 21.99% from 191); Blue value is 43 (17.19% from 255 or 22.51% from 191); Max value from RGB is 106 - color contains mainly: red. Hex color #6A2A2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A2A2B is #95D5D4. Grayscale: #3D3D3D. Windows color (decimal): -9819605 or 2828906. OLE color: 2828906.
HSL color Cylindrical-coordinate representation of color #6A2A2B: hue angle of 359.06º degrees, saturation: 0.43, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6A2A2B is Cyan = 0, Magento = 0.60, Yellow = 0.59 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 42 | 43 | - |
| CMYK | 0 | 0.60 | 0.59 | 0.58 |
| HSL | 359.06º | 0.43% | 0.29% | - |
| HSV(B) | 359.06º | 0.6% | 0.42% | - |
| XYZ | 7.21 | 4.89 | 2.85 | - |
| YUV | 61.25 | 117.7 | 159.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 42 | 43 | 0 | 0.60 | 0.59 | 0.58 | 359.06 | 0.43 | 0.29 |
| Hex | 6A | 2A | 2B | 0 | 3C | 3B | 3A | 167 | 2B | 1D |
| Octal | 152 | 52 | 53 | 0 | 74 | 73 | 72 | 547 | 53 | 35 |
| Binary | 1101010 | 101010 | 101011 | 0 | 111100 | 111011 | 111010 | 101100111 | 101011 | 11101 |
Color Harmonies of #6A2A2B
Complementary color
Monochromatic Colors of #6A2A2B
Black with #6A2A2B
Text Example
Text Example
White with #6A2A2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A2A2B; }
p { color: rgb(106,42,43); }
H1.HeaderClassName
{
color: #6A2A2B;
}
.AnyTagClassName
{
color: #6A2A2B;
}
</style>
background-color css
<style>
a { background-color: #6A2A2B; }
a { background-color: rgb(106,42,43); }
div.DivClassName
{
background-color: #6A2A2B;
}
.BgClassName
{
background-color: #6A2A2B;
}
</style>
border-color css
<style>
span { border-color: #6A2A2B; }
span { border-color: rgb(106,42,43); }
td.TdClassName
{
border-color: #6A2A2B;
}
.TagClassName
{
border-color: #6A2A2B;
}
</style>