Shades of Carmine #A20F26
Tints of Carmine #A20F26
RGB
CMYK
RGB Variations
Color information
#A20F26 (or 0xA20F26) is known color: Carmine. HEX triplet: A2, 0F and 26. RGB value is (162,15,38). Sum of RGB (Red+Green+Blue) = 162+15+38=215 (28% of max value = 765). Red value is 162 (63.67% from 255 or 75.35% from 215); Green value is 15 (6.25% from 255 or 6.98% from 215); Blue value is 38 (15.23% from 255 or 17.67% from 215); Max value from RGB is 162 - color contains mainly: red. Hex color #A20F26 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A20F26 is #5DF0D9. Grayscale: #3D3D3D. Windows color (decimal): -6156506 or 2494370. OLE color: 2494370.
HSL color Cylindrical-coordinate representation of color #A20F26: hue angle of 350.61º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A20F26 is Cyan = 0, Magento = 0.91, Yellow = 0.77 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 15 | 38 | - |
| CMYK | 0 | 0.91 | 0.77 | 0.36 |
| HSL | 350.61º | 0.83% | 0.35% | - |
| HSV(B) | 350.61º | 0.91% | 0.64% | - |
| XYZ | 15.42 | 8.16 | 2.6 | - |
| YUV | 61.58 | 114.7 | 199.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 15 | 38 | 0 | 0.91 | 0.77 | 0.36 | 350.61 | 0.83 | 0.35 |
| Hex | A2 | F | 26 | 0 | 5B | 4D | 24 | 15F | 53 | 23 |
| Octal | 242 | 17 | 46 | 0 | 133 | 115 | 44 | 537 | 123 | 43 |
| Binary | 10100010 | 1111 | 100110 | 0 | 1011011 | 1001101 | 100100 | 101011111 | 1010011 | 100011 |
Color Harmonies of #A20F26
Complementary color
Monochromatic Colors of #A20F26
Black with #A20F26
Text Example
Text Example
White with #A20F26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20F26; }
p { color: rgb(162,15,38); }
H1.HeaderClassName
{
color: #A20F26;
}
.AnyTagClassName
{
color: #A20F26;
}
</style>
background-color css
<style>
a { background-color: #A20F26; }
a { background-color: rgb(162,15,38); }
div.DivClassName
{
background-color: #A20F26;
}
.BgClassName
{
background-color: #A20F26;
}
</style>
border-color css
<style>
span { border-color: #A20F26; }
span { border-color: rgb(162,15,38); }
td.TdClassName
{
border-color: #A20F26;
}
.TagClassName
{
border-color: #A20F26;
}
</style>