Shades of Carmine #A4021A
Tints of Carmine #A4021A
RGB
CMYK
RGB Variations
Color information
#A4021A (or 0xA4021A) is known color: Carmine. HEX triplet: A4, 02 and 1A. RGB value is (164,2,26). Sum of RGB (Red+Green+Blue) = 164+2+26=192 (25% of max value = 765). Red value is 164 (64.45% from 255 or 85.42% from 192); Green value is 2 (1.17% from 255 or 1.04% from 192); Blue value is 26 (10.55% from 255 or 13.54% from 192); Max value from RGB is 164 - color contains mainly: red. Hex color #A4021A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A4021A is #5BFDE5. Grayscale: #353535. Windows color (decimal): -6028774 or 1704612. OLE color: 1704612.
HSL color Cylindrical-coordinate representation of color #A4021A: hue angle of 351.11º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A4021A is Cyan = 0, Magento = 0.99, Yellow = 0.84 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 2 | 26 | - |
| CMYK | 0 | 0.99 | 0.84 | 0.36 |
| HSL | 351.11º | 0.98% | 0.33% | - |
| HSV(B) | 351.11º | 0.99% | 0.64% | - |
| XYZ | 15.52 | 8.01 | 1.71 | - |
| YUV | 53.17 | 112.67 | 207.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 2 | 26 | 0 | 0.99 | 0.84 | 0.36 | 351.11 | 0.98 | 0.33 |
| Hex | A4 | 2 | 1A | 0 | 63 | 54 | 24 | 15F | 62 | 21 |
| Octal | 244 | 2 | 32 | 0 | 143 | 124 | 44 | 537 | 142 | 41 |
| Binary | 10100100 | 10 | 11010 | 0 | 1100011 | 1010100 | 100100 | 101011111 | 1100010 | 100001 |
Color Harmonies of #A4021A
Complementary color
Monochromatic Colors of #A4021A
Black with #A4021A
Text Example
Text Example
White with #A4021A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4021A; }
p { color: rgb(164,2,26); }
H1.HeaderClassName
{
color: #A4021A;
}
.AnyTagClassName
{
color: #A4021A;
}
</style>
background-color css
<style>
a { background-color: #A4021A; }
a { background-color: rgb(164,2,26); }
div.DivClassName
{
background-color: #A4021A;
}
.BgClassName
{
background-color: #A4021A;
}
</style>
border-color css
<style>
span { border-color: #A4021A; }
span { border-color: rgb(164,2,26); }
td.TdClassName
{
border-color: #A4021A;
}
.TagClassName
{
border-color: #A4021A;
}
</style>