Shades of Carmine #A8011D
Tints of Carmine #A8011D
RGB
CMYK
RGB Variations
Color information
#A8011D (or 0xA8011D) is known color: Carmine. HEX triplet: A8, 01 and 1D. RGB value is (168,1,29). Sum of RGB (Red+Green+Blue) = 168+1+29=198 (26% of max value = 765). Red value is 168 (66.02% from 255 or 84.85% from 198); Green value is 1 (0.78% from 255 or 0.51% from 198); Blue value is 29 (11.72% from 255 or 14.65% from 198); Max value from RGB is 168 - color contains mainly: red. Hex color #A8011D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A8011D is #57FEE2. Grayscale: #363636. Windows color (decimal): -5766883 or 1900968. OLE color: 1900968.
HSL color Cylindrical-coordinate representation of color #A8011D: hue angle of 349.94º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A8011D is Cyan = 0, Magento = 0.99, Yellow = 0.83 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 1 | 29 | - |
| CMYK | 0 | 0.99 | 0.83 | 0.34 |
| HSL | 349.94º | 0.99% | 0.33% | - |
| HSV(B) | 349.94º | 0.99% | 0.66% | - |
| XYZ | 16.38 | 8.44 | 1.93 | - |
| YUV | 54.13 | 113.83 | 209.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 1 | 29 | 0 | 0.99 | 0.83 | 0.34 | 349.94 | 0.99 | 0.33 |
| Hex | A8 | 1 | 1D | 0 | 63 | 53 | 22 | 15E | 63 | 21 |
| Octal | 250 | 1 | 35 | 0 | 143 | 123 | 42 | 536 | 143 | 41 |
| Binary | 10101000 | 1 | 11101 | 0 | 1100011 | 1010011 | 100010 | 101011110 | 1100011 | 100001 |
Color Harmonies of #A8011D
Complementary color
Monochromatic Colors of #A8011D
Black with #A8011D
Text Example
Text Example
White with #A8011D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8011D; }
p { color: rgb(168,1,29); }
H1.HeaderClassName
{
color: #A8011D;
}
.AnyTagClassName
{
color: #A8011D;
}
</style>
background-color css
<style>
a { background-color: #A8011D; }
a { background-color: rgb(168,1,29); }
div.DivClassName
{
background-color: #A8011D;
}
.BgClassName
{
background-color: #A8011D;
}
</style>
border-color css
<style>
span { border-color: #A8011D; }
span { border-color: rgb(168,1,29); }
td.TdClassName
{
border-color: #A8011D;
}
.TagClassName
{
border-color: #A8011D;
}
</style>