Shades of Carmine #A80225
Tints of Carmine #A80225
RGB
CMYK
RGB Variations
Color information
#A80225 (or 0xA80225) is known color: Carmine. HEX triplet: A8, 02 and 25. RGB value is (168,2,37). Sum of RGB (Red+Green+Blue) = 168+2+37=207 (27% of max value = 765). Red value is 168 (66.02% from 255 or 81.16% from 207); Green value is 2 (1.17% from 255 or 0.97% from 207); Blue value is 37 (14.84% from 255 or 17.87% from 207); Max value from RGB is 168 - color contains mainly: red. Hex color #A80225 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A80225 is #57FDDA. Grayscale: #373737. Windows color (decimal): -5766619 or 2425512. OLE color: 2425512.
HSL color Cylindrical-coordinate representation of color #A80225: hue angle of 347.35º 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 #A80225 is Cyan = 0, Magento = 0.99, Yellow = 0.78 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 2 | 37 | - |
| CMYK | 0 | 0.99 | 0.78 | 0.34 |
| HSL | 347.35º | 0.98% | 0.33% | - |
| HSV(B) | 347.35º | 0.99% | 0.66% | - |
| XYZ | 16.5 | 8.5 | 2.52 | - |
| YUV | 55.62 | 117.5 | 208.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 2 | 37 | 0 | 0.99 | 0.78 | 0.34 | 347.35 | 0.98 | 0.33 |
| Hex | A8 | 2 | 25 | 0 | 63 | 4E | 22 | 15B | 62 | 21 |
| Octal | 250 | 2 | 45 | 0 | 143 | 116 | 42 | 533 | 142 | 41 |
| Binary | 10101000 | 10 | 100101 | 0 | 1100011 | 1001110 | 100010 | 101011011 | 1100010 | 100001 |
Color Harmonies of #A80225
Complementary color
Monochromatic Colors of #A80225
Black with #A80225
Text Example
Text Example
White with #A80225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80225; }
p { color: rgb(168,2,37); }
H1.HeaderClassName
{
color: #A80225;
}
.AnyTagClassName
{
color: #A80225;
}
</style>
background-color css
<style>
a { background-color: #A80225; }
a { background-color: rgb(168,2,37); }
div.DivClassName
{
background-color: #A80225;
}
.BgClassName
{
background-color: #A80225;
}
</style>
border-color css
<style>
span { border-color: #A80225; }
span { border-color: rgb(168,2,37); }
td.TdClassName
{
border-color: #A80225;
}
.TagClassName
{
border-color: #A80225;
}
</style>