Shades of Carmine #A91527
Tints of Carmine #A91527
RGB
CMYK
RGB Variations
Color information
#A91527 (or 0xA91527) is known color: Carmine. HEX triplet: A9, 15 and 27. RGB value is (169,21,39). Sum of RGB (Red+Green+Blue) = 169+21+39=229 (30% of max value = 765). Red value is 169 (66.41% from 255 or 73.80% from 229); Green value is 21 (8.59% from 255 or 9.17% from 229); Blue value is 39 (15.62% from 255 or 17.03% from 229); Max value from RGB is 169 - color contains mainly: red. Hex color #A91527 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A91527 is #56EAD8. Grayscale: #434343. Windows color (decimal): -5696217 or 2561449. OLE color: 2561449.
HSL color Cylindrical-coordinate representation of color #A91527: hue angle of 352.7º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A91527 is Cyan = 0, Magento = 0.88, Yellow = 0.77 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 21 | 39 | - |
| CMYK | 0 | 0.88 | 0.77 | 0.34 |
| HSL | 352.7º | 0.78% | 0.37% | - |
| HSV(B) | 352.7º | 0.88% | 0.66% | - |
| XYZ | 17 | 9.12 | 2.78 | - |
| YUV | 67.3 | 112.03 | 200.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 21 | 39 | 0 | 0.88 | 0.77 | 0.34 | 352.7 | 0.78 | 0.37 |
| Hex | A9 | 15 | 27 | 0 | 58 | 4D | 22 | 161 | 4E | 25 |
| Octal | 251 | 25 | 47 | 0 | 130 | 115 | 42 | 541 | 116 | 45 |
| Binary | 10101001 | 10101 | 100111 | 0 | 1011000 | 1001101 | 100010 | 101100001 | 1001110 | 100101 |
Color Harmonies of #A91527
Complementary color
Monochromatic Colors of #A91527
Black with #A91527
Text Example
Text Example
White with #A91527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A91527; }
p { color: rgb(169,21,39); }
H1.HeaderClassName
{
color: #A91527;
}
.AnyTagClassName
{
color: #A91527;
}
</style>
background-color css
<style>
a { background-color: #A91527; }
a { background-color: rgb(169,21,39); }
div.DivClassName
{
background-color: #A91527;
}
.BgClassName
{
background-color: #A91527;
}
</style>
border-color css
<style>
span { border-color: #A91527; }
span { border-color: rgb(169,21,39); }
td.TdClassName
{
border-color: #A91527;
}
.TagClassName
{
border-color: #A91527;
}
</style>