Shades of Carmine #A3002A
Tints of Carmine #A3002A
RGB
CMYK
RGB Variations
Color information
#A3002A (or 0xA3002A) is known color: Carmine. HEX triplet: A3, 00 and 2A. RGB value is (163,0,42). Sum of RGB (Red+Green+Blue) = 163+0+42=205 (27% of max value = 765). Red value is 163 (64.06% from 255 or 79.51% from 205); Green value is 0 (0.39% from 255 or 0% from 205); Blue value is 42 (16.80% from 255 or 20.49% from 205); Max value from RGB is 163 - color contains mainly: red. Hex color #A3002A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A3002A is #5CFFD5. Grayscale: #353535. Windows color (decimal): -6094806 or 2752675. OLE color: 2752675.
HSL color Cylindrical-coordinate representation of color #A3002A: hue angle of 344.54º 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 #A3002A is Cyan = 0, Magento = 1, Yellow = 0.74 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 0 | 42 | - |
| CMYK | 0 | 1 | 0.74 | 0.36 |
| HSL | 344.54º | 1% | 0.32% | - |
| HSV(B) | 344.54º | 1% | 0.64% | - |
| XYZ | 15.52 | 7.95 | 2.91 | - |
| YUV | 53.53 | 121.5 | 206.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 0 | 42 | 0 | 1 | 0.74 | 0.36 | 344.54 | 1 | 0.32 |
| Hex | A3 | 0 | 2A | 0 | 64 | 4A | 24 | 159 | 64 | 20 |
| Octal | 243 | 0 | 52 | 0 | 144 | 112 | 44 | 531 | 144 | 40 |
| Binary | 10100011 | 0 | 101010 | 0 | 1100100 | 1001010 | 100100 | 101011001 | 1100100 | 100000 |
Color Harmonies of #A3002A
Complementary color
Monochromatic Colors of #A3002A
Black with #A3002A
Text Example
Text Example
White with #A3002A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3002A; }
p { color: rgb(163,0,42); }
H1.HeaderClassName
{
color: #A3002A;
}
.AnyTagClassName
{
color: #A3002A;
}
</style>
background-color css
<style>
a { background-color: #A3002A; }
a { background-color: rgb(163,0,42); }
div.DivClassName
{
background-color: #A3002A;
}
.BgClassName
{
background-color: #A3002A;
}
</style>
border-color css
<style>
span { border-color: #A3002A; }
span { border-color: rgb(163,0,42); }
td.TdClassName
{
border-color: #A3002A;
}
.TagClassName
{
border-color: #A3002A;
}
</style>