Shades of Carmine #A90129
Tints of Carmine #A90129
RGB
CMYK
RGB Variations
Color information
#A90129 (or 0xA90129) is known color: Carmine. HEX triplet: A9, 01 and 29. RGB value is (169,1,41). Sum of RGB (Red+Green+Blue) = 169+1+41=211 (27% of max value = 765). Red value is 169 (66.41% from 255 or 80.09% from 211); Green value is 1 (0.78% from 255 or 0.47% from 211); Blue value is 41 (16.41% from 255 or 19.43% from 211); Max value from RGB is 169 - color contains mainly: red. Hex color #A90129 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A90129 is #56FED6. Grayscale: #373737. Windows color (decimal): -5701335 or 2687401. OLE color: 2687401.
HSL color Cylindrical-coordinate representation of color #A90129: hue angle of 345.71º degrees, saturation: 0.99, 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 #A90129 is Cyan = 0, Magento = 0.99, Yellow = 0.76 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 1 | 41 | - |
| CMYK | 0 | 0.99 | 0.76 | 0.34 |
| HSL | 345.71º | 0.99% | 0.33% | - |
| HSV(B) | 345.71º | 0.99% | 0.66% | - |
| XYZ | 16.77 | 8.62 | 2.88 | - |
| YUV | 55.79 | 119.66 | 208.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 1 | 41 | 0 | 0.99 | 0.76 | 0.34 | 345.71 | 0.99 | 0.33 |
| Hex | A9 | 1 | 29 | 0 | 63 | 4C | 22 | 15A | 63 | 21 |
| Octal | 251 | 1 | 51 | 0 | 143 | 114 | 42 | 532 | 143 | 41 |
| Binary | 10101001 | 1 | 101001 | 0 | 1100011 | 1001100 | 100010 | 101011010 | 1100011 | 100001 |
Color Harmonies of #A90129
Complementary color
Monochromatic Colors of #A90129
Black with #A90129
Text Example
Text Example
White with #A90129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A90129; }
p { color: rgb(169,1,41); }
H1.HeaderClassName
{
color: #A90129;
}
.AnyTagClassName
{
color: #A90129;
}
</style>
background-color css
<style>
a { background-color: #A90129; }
a { background-color: rgb(169,1,41); }
div.DivClassName
{
background-color: #A90129;
}
.BgClassName
{
background-color: #A90129;
}
</style>
border-color css
<style>
span { border-color: #A90129; }
span { border-color: rgb(169,1,41); }
td.TdClassName
{
border-color: #A90129;
}
.TagClassName
{
border-color: #A90129;
}
</style>