Shades of Carmine #A90134
Tints of Carmine #A90134
RGB
CMYK
RGB Variations
Color information
#A90134 (or 0xA90134) is known color: Carmine. HEX triplet: A9, 01 and 34. RGB value is (169,1,52). Sum of RGB (Red+Green+Blue) = 169+1+52=222 (29% of max value = 765). Red value is 169 (66.41% from 255 or 76.13% from 222); Green value is 1 (0.78% from 255 or 0.45% from 222); Blue value is 52 (20.70% from 255 or 23.42% from 222); Max value from RGB is 169 - color contains mainly: red. Hex color #A90134 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A90134 is #56FECB. Grayscale: #393939. Windows color (decimal): -5701324 or 3408297. OLE color: 3408297.
HSL color Cylindrical-coordinate representation of color #A90134: hue angle of 341.79º 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 #A90134 is Cyan = 0, Magento = 0.99, Yellow = 0.69 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 1 | 52 | - |
| CMYK | 0 | 0.99 | 0.69 | 0.34 |
| HSL | 341.79º | 0.99% | 0.33% | - |
| HSV(B) | 341.79º | 0.99% | 0.66% | - |
| XYZ | 16.99 | 8.7 | 4.03 | - |
| YUV | 57.05 | 125.16 | 207.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 1 | 52 | 0 | 0.99 | 0.69 | 0.34 | 341.79 | 0.99 | 0.33 |
| Hex | A9 | 1 | 34 | 0 | 63 | 45 | 22 | 156 | 63 | 21 |
| Octal | 251 | 1 | 64 | 0 | 143 | 105 | 42 | 526 | 143 | 41 |
| Binary | 10101001 | 1 | 110100 | 0 | 1100011 | 1000101 | 100010 | 101010110 | 1100011 | 100001 |
Color Harmonies of #A90134
Complementary color
Monochromatic Colors of #A90134
Black with #A90134
Text Example
Text Example
White with #A90134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A90134; }
p { color: rgb(169,1,52); }
H1.HeaderClassName
{
color: #A90134;
}
.AnyTagClassName
{
color: #A90134;
}
</style>
background-color css
<style>
a { background-color: #A90134; }
a { background-color: rgb(169,1,52); }
div.DivClassName
{
background-color: #A90134;
}
.BgClassName
{
background-color: #A90134;
}
</style>
border-color css
<style>
span { border-color: #A90134; }
span { border-color: rgb(169,1,52); }
td.TdClassName
{
border-color: #A90134;
}
.TagClassName
{
border-color: #A90134;
}
</style>