Shades of Carmine #A8001C
Tints of Carmine #A8001C
RGB
CMYK
RGB Variations
Color information
#A8001C (or 0xA8001C) is known color: Carmine. HEX triplet: A8, 00 and 1C. RGB value is (168,0,28). Sum of RGB (Red+Green+Blue) = 168+0+28=196 (25% of max value = 765). Red value is 168 (66.02% from 255 or 85.71% from 196); Green value is 0 (0.39% from 255 or 0% from 196); Blue value is 28 (11.33% from 255 or 14.29% from 196); Max value from RGB is 168 - color contains mainly: red. Hex color #A8001C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A8001C is #57FFE3. Grayscale: #353535. Windows color (decimal): -5767140 or 1835176. OLE color: 1835176.
HSL color Cylindrical-coordinate representation of color #A8001C: hue angle of 350º 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 #A8001C is Cyan = 0, Magento = 1, Yellow = 0.83 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 0 | 28 | - |
| CMYK | 0 | 1 | 0.83 | 0.34 |
| HSL | 350º | 1% | 0.33% | - |
| HSV(B) | 350º | 1% | 0.66% | - |
| XYZ | 16.36 | 8.41 | 1.86 | - |
| YUV | 53.42 | 113.66 | 209.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 0 | 28 | 0 | 1 | 0.83 | 0.34 | 350 | 1 | 0.33 |
| Hex | A8 | 0 | 1C | 0 | 64 | 53 | 22 | 15E | 64 | 21 |
| Octal | 250 | 0 | 34 | 0 | 144 | 123 | 42 | 536 | 144 | 41 |
| Binary | 10101000 | 0 | 11100 | 0 | 1100100 | 1010011 | 100010 | 101011110 | 1100100 | 100001 |
Color Harmonies of #A8001C
Complementary color
Monochromatic Colors of #A8001C
Black with #A8001C
Text Example
Text Example
White with #A8001C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8001C; }
p { color: rgb(168,0,28); }
H1.HeaderClassName
{
color: #A8001C;
}
.AnyTagClassName
{
color: #A8001C;
}
</style>
background-color css
<style>
a { background-color: #A8001C; }
a { background-color: rgb(168,0,28); }
div.DivClassName
{
background-color: #A8001C;
}
.BgClassName
{
background-color: #A8001C;
}
</style>
border-color css
<style>
span { border-color: #A8001C; }
span { border-color: rgb(168,0,28); }
td.TdClassName
{
border-color: #A8001C;
}
.TagClassName
{
border-color: #A8001C;
}
</style>