Shades of Carmine #A11325
Tints of Carmine #A11325
RGB
CMYK
RGB Variations
Color information
#A11325 (or 0xA11325) is known color: Carmine. HEX triplet: A1, 13 and 25. RGB value is (161,19,37). Sum of RGB (Red+Green+Blue) = 161+19+37=217 (28% of max value = 765). Red value is 161 (63.28% from 255 or 74.19% from 217); Green value is 19 (7.81% from 255 or 8.76% from 217); Blue value is 37 (14.84% from 255 or 17.05% from 217); Max value from RGB is 161 - color contains mainly: red. Hex color #A11325 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A11325 is #5EECDA. Grayscale: #3F3F3F. Windows color (decimal): -6221019 or 2429857. OLE color: 2429857.
HSL color Cylindrical-coordinate representation of color #A11325: hue angle of 352.39º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A11325 is Cyan = 0, Magento = 0.88, Yellow = 0.77 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 19 | 37 | - |
| CMYK | 0 | 0.88 | 0.77 | 0.37 |
| HSL | 352.39º | 0.79% | 0.35% | - |
| HSV(B) | 352.39º | 0.88% | 0.63% | - |
| XYZ | 15.26 | 8.18 | 2.52 | - |
| YUV | 63.51 | 113.04 | 197.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 19 | 37 | 0 | 0.88 | 0.77 | 0.37 | 352.39 | 0.79 | 0.35 |
| Hex | A1 | 13 | 25 | 0 | 58 | 4D | 25 | 160 | 4F | 23 |
| Octal | 241 | 23 | 45 | 0 | 130 | 115 | 45 | 540 | 117 | 43 |
| Binary | 10100001 | 10011 | 100101 | 0 | 1011000 | 1001101 | 100101 | 101100000 | 1001111 | 100011 |
Color Harmonies of #A11325
Complementary color
Monochromatic Colors of #A11325
Black with #A11325
Text Example
Text Example
White with #A11325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A11325; }
p { color: rgb(161,19,37); }
H1.HeaderClassName
{
color: #A11325;
}
.AnyTagClassName
{
color: #A11325;
}
</style>
background-color css
<style>
a { background-color: #A11325; }
a { background-color: rgb(161,19,37); }
div.DivClassName
{
background-color: #A11325;
}
.BgClassName
{
background-color: #A11325;
}
</style>
border-color css
<style>
span { border-color: #A11325; }
span { border-color: rgb(161,19,37); }
td.TdClassName
{
border-color: #A11325;
}
.TagClassName
{
border-color: #A11325;
}
</style>