Shades of Carmine #A8001A
Tints of Carmine #A8001A
RGB
CMYK
RGB Variations
Color information
#A8001A (or 0xA8001A) is known color: Carmine. HEX triplet: A8, 00 and 1A. RGB value is (168,0,26). Sum of RGB (Red+Green+Blue) = 168+0+26=194 (25% of max value = 765). Red value is 168 (66.02% from 255 or 86.60% from 194); Green value is 0 (0.39% from 255 or 0% from 194); Blue value is 26 (10.55% from 255 or 13.40% from 194); Max value from RGB is 168 - color contains mainly: red. Hex color #A8001A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A8001A is #57FFE5. Grayscale: #353535. Windows color (decimal): -5767142 or 1704104. OLE color: 1704104.
HSL color Cylindrical-coordinate representation of color #A8001A: hue angle of 350.71º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A8001A is Cyan = 0, Magento = 1, Yellow = 0.85 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 0 | 26 | - |
| CMYK | 0 | 1 | 0.85 | 0.34 |
| HSL | 350.71º | 1% | 0.33% | - |
| HSV(B) | 350.71º | 1% | 0.66% | - |
| XYZ | 16.33 | 8.4 | 1.74 | - |
| YUV | 53.2 | 112.66 | 209.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 0 | 26 | 0 | 1 | 0.85 | 0.34 | 350.71 | 1 | 0.33 |
| Hex | A8 | 0 | 1A | 0 | 64 | 55 | 22 | 15F | 64 | 21 |
| Octal | 250 | 0 | 32 | 0 | 144 | 125 | 42 | 537 | 144 | 41 |
| Binary | 10101000 | 0 | 11010 | 0 | 1100100 | 1010101 | 100010 | 101011111 | 1100100 | 100001 |
Color Harmonies of #A8001A
Complementary color
Monochromatic Colors of #A8001A
Black with #A8001A
Text Example
Text Example
White with #A8001A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8001A; }
p { color: rgb(168,0,26); }
H1.HeaderClassName
{
color: #A8001A;
}
.AnyTagClassName
{
color: #A8001A;
}
</style>
background-color css
<style>
a { background-color: #A8001A; }
a { background-color: rgb(168,0,26); }
div.DivClassName
{
background-color: #A8001A;
}
.BgClassName
{
background-color: #A8001A;
}
</style>
border-color css
<style>
span { border-color: #A8001A; }
span { border-color: rgb(168,0,26); }
td.TdClassName
{
border-color: #A8001A;
}
.TagClassName
{
border-color: #A8001A;
}
</style>