Shades of Carmine #A80223
Tints of Carmine #A80223
RGB
CMYK
RGB Variations
Color information
#A80223 (or 0xA80223) is known color: Carmine. HEX triplet: A8, 02 and 23. RGB value is (168,2,35). Sum of RGB (Red+Green+Blue) = 168+2+35=205 (27% of max value = 765). Red value is 168 (66.02% from 255 or 81.95% from 205); Green value is 2 (1.17% from 255 or 0.98% from 205); Blue value is 35 (14.06% from 255 or 17.07% from 205); Max value from RGB is 168 - color contains mainly: red. Hex color #A80223 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A80223 is #57FDDC. Grayscale: #373737. Windows color (decimal): -5766621 or 2294440. OLE color: 2294440.
HSL color Cylindrical-coordinate representation of color #A80223: hue angle of 348.07º degrees, saturation: 0.98, 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 #A80223 is Cyan = 0, Magento = 0.99, Yellow = 0.79 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 2 | 35 | - |
| CMYK | 0 | 0.99 | 0.79 | 0.34 |
| HSL | 348.07º | 0.98% | 0.33% | - |
| HSV(B) | 348.07º | 0.99% | 0.66% | - |
| XYZ | 16.47 | 8.49 | 2.36 | - |
| YUV | 55.4 | 116.5 | 208.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 2 | 35 | 0 | 0.99 | 0.79 | 0.34 | 348.07 | 0.98 | 0.33 |
| Hex | A8 | 2 | 23 | 0 | 63 | 4F | 22 | 15C | 62 | 21 |
| Octal | 250 | 2 | 43 | 0 | 143 | 117 | 42 | 534 | 142 | 41 |
| Binary | 10101000 | 10 | 100011 | 0 | 1100011 | 1001111 | 100010 | 101011100 | 1100010 | 100001 |
Color Harmonies of #A80223
Complementary color
Monochromatic Colors of #A80223
Black with #A80223
Text Example
Text Example
White with #A80223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80223; }
p { color: rgb(168,2,35); }
H1.HeaderClassName
{
color: #A80223;
}
.AnyTagClassName
{
color: #A80223;
}
</style>
background-color css
<style>
a { background-color: #A80223; }
a { background-color: rgb(168,2,35); }
div.DivClassName
{
background-color: #A80223;
}
.BgClassName
{
background-color: #A80223;
}
</style>
border-color css
<style>
span { border-color: #A80223; }
span { border-color: rgb(168,2,35); }
td.TdClassName
{
border-color: #A80223;
}
.TagClassName
{
border-color: #A80223;
}
</style>