Shades of Carmine #A00225
Tints of Carmine #A00225
RGB
CMYK
RGB Variations
Color information
#A00225 (or 0xA00225) is known color: Carmine. HEX triplet: A0, 02 and 25. RGB value is (160,2,37). Sum of RGB (Red+Green+Blue) = 160+2+37=199 (26% of max value = 765). Red value is 160 (62.89% from 255 or 80.40% from 199); Green value is 2 (1.17% from 255 or 1.01% from 199); Blue value is 37 (14.84% from 255 or 18.59% from 199); Max value from RGB is 160 - color contains mainly: red. Hex color #A00225 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A00225 is #5FFDDA. Grayscale: #353535. Windows color (decimal): -6290907 or 2425504. OLE color: 2425504.
HSL color Cylindrical-coordinate representation of color #A00225: hue angle of 346.71º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A00225 is Cyan = 0, Magento = 0.99, Yellow = 0.77 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 2 | 37 | - |
| CMYK | 0 | 0.99 | 0.77 | 0.37 |
| HSL | 346.71º | 0.98% | 0.32% | - |
| HSV(B) | 346.71º | 0.99% | 0.63% | - |
| XYZ | 14.85 | 7.65 | 2.44 | - |
| YUV | 53.23 | 118.85 | 204.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 2 | 37 | 0 | 0.99 | 0.77 | 0.37 | 346.71 | 0.98 | 0.32 |
| Hex | A0 | 2 | 25 | 0 | 63 | 4D | 25 | 15B | 62 | 20 |
| Octal | 240 | 2 | 45 | 0 | 143 | 115 | 45 | 533 | 142 | 40 |
| Binary | 10100000 | 10 | 100101 | 0 | 1100011 | 1001101 | 100101 | 101011011 | 1100010 | 100000 |
Color Harmonies of #A00225
Complementary color
Monochromatic Colors of #A00225
Black with #A00225
Text Example
Text Example
White with #A00225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00225; }
p { color: rgb(160,2,37); }
H1.HeaderClassName
{
color: #A00225;
}
.AnyTagClassName
{
color: #A00225;
}
</style>
background-color css
<style>
a { background-color: #A00225; }
a { background-color: rgb(160,2,37); }
div.DivClassName
{
background-color: #A00225;
}
.BgClassName
{
background-color: #A00225;
}
</style>
border-color css
<style>
span { border-color: #A00225; }
span { border-color: rgb(160,2,37); }
td.TdClassName
{
border-color: #A00225;
}
.TagClassName
{
border-color: #A00225;
}
</style>