Shades of Carmine #A11328
Tints of Carmine #A11328
RGB
CMYK
RGB Variations
Color information
#A11328 (or 0xA11328) is known color: Carmine. HEX triplet: A1, 13 and 28. RGB value is (161,19,40). Sum of RGB (Red+Green+Blue) = 161+19+40=220 (29% of max value = 765). Red value is 161 (63.28% from 255 or 73.18% from 220); Green value is 19 (7.81% from 255 or 8.64% from 220); Blue value is 40 (16.02% from 255 or 18.18% from 220); Max value from RGB is 161 - color contains mainly: red. Hex color #A11328 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A11328 is #5EECD7. Grayscale: #3F3F3F. Windows color (decimal): -6221016 or 2626465. OLE color: 2626465.
HSL color Cylindrical-coordinate representation of color #A11328: hue angle of 351.13º 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 #A11328 is Cyan = 0, Magento = 0.88, Yellow = 0.75 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 19 | 40 | - |
| CMYK | 0 | 0.88 | 0.75 | 0.37 |
| HSL | 351.13º | 0.79% | 0.35% | - |
| HSV(B) | 351.13º | 0.88% | 0.63% | - |
| XYZ | 15.31 | 8.2 | 2.78 | - |
| YUV | 63.85 | 114.54 | 197.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 19 | 40 | 0 | 0.88 | 0.75 | 0.37 | 351.13 | 0.79 | 0.35 |
| Hex | A1 | 13 | 28 | 0 | 58 | 4B | 25 | 15F | 4F | 23 |
| Octal | 241 | 23 | 50 | 0 | 130 | 113 | 45 | 537 | 117 | 43 |
| Binary | 10100001 | 10011 | 101000 | 0 | 1011000 | 1001011 | 100101 | 101011111 | 1001111 | 100011 |
Color Harmonies of #A11328
Complementary color
Monochromatic Colors of #A11328
Black with #A11328
Text Example
Text Example
White with #A11328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A11328; }
p { color: rgb(161,19,40); }
H1.HeaderClassName
{
color: #A11328;
}
.AnyTagClassName
{
color: #A11328;
}
</style>
background-color css
<style>
a { background-color: #A11328; }
a { background-color: rgb(161,19,40); }
div.DivClassName
{
background-color: #A11328;
}
.BgClassName
{
background-color: #A11328;
}
</style>
border-color css
<style>
span { border-color: #A11328; }
span { border-color: rgb(161,19,40); }
td.TdClassName
{
border-color: #A11328;
}
.TagClassName
{
border-color: #A11328;
}
</style>