Shades of Carmine #A4002A
Tints of Carmine #A4002A
RGB
CMYK
RGB Variations
Color information
#A4002A (or 0xA4002A) is known color: Carmine. HEX triplet: A4, 00 and 2A. RGB value is (164,0,42). Sum of RGB (Red+Green+Blue) = 164+0+42=206 (27% of max value = 765). Red value is 164 (64.45% from 255 or 79.61% from 206); Green value is 0 (0.39% from 255 or 0% from 206); Blue value is 42 (16.80% from 255 or 20.39% from 206); Max value from RGB is 164 - color contains mainly: red. Hex color #A4002A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A4002A is #5BFFD5. Grayscale: #353535. Windows color (decimal): -6029270 or 2752676. OLE color: 2752676.
HSL color Cylindrical-coordinate representation of color #A4002A: hue angle of 344.63º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A4002A is Cyan = 0, Magento = 1, Yellow = 0.74 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 0 | 42 | - |
| CMYK | 0 | 1 | 0.74 | 0.36 |
| HSL | 344.63º | 1% | 0.32% | - |
| HSV(B) | 344.63º | 1% | 0.64% | - |
| XYZ | 15.73 | 8.06 | 2.92 | - |
| YUV | 53.82 | 121.33 | 206.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 0 | 42 | 0 | 1 | 0.74 | 0.36 | 344.63 | 1 | 0.32 |
| Hex | A4 | 0 | 2A | 0 | 64 | 4A | 24 | 159 | 64 | 20 |
| Octal | 244 | 0 | 52 | 0 | 144 | 112 | 44 | 531 | 144 | 40 |
| Binary | 10100100 | 0 | 101010 | 0 | 1100100 | 1001010 | 100100 | 101011001 | 1100100 | 100000 |
Color Harmonies of #A4002A
Complementary color
Monochromatic Colors of #A4002A
Black with #A4002A
Text Example
Text Example
White with #A4002A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4002A; }
p { color: rgb(164,0,42); }
H1.HeaderClassName
{
color: #A4002A;
}
.AnyTagClassName
{
color: #A4002A;
}
</style>
background-color css
<style>
a { background-color: #A4002A; }
a { background-color: rgb(164,0,42); }
div.DivClassName
{
background-color: #A4002A;
}
.BgClassName
{
background-color: #A4002A;
}
</style>
border-color css
<style>
span { border-color: #A4002A; }
span { border-color: rgb(164,0,42); }
td.TdClassName
{
border-color: #A4002A;
}
.TagClassName
{
border-color: #A4002A;
}
</style>