Shades of Carmine #A90135
Tints of Carmine #A90135
RGB
CMYK
RGB Variations
Color information
#A90135 (or 0xA90135) is known color: Carmine. HEX triplet: A9, 01 and 35. RGB value is (169,1,53). Sum of RGB (Red+Green+Blue) = 169+1+53=223 (29% of max value = 765). Red value is 169 (66.41% from 255 or 75.78% from 223); Green value is 1 (0.78% from 255 or 0.45% from 223); Blue value is 53 (21.09% from 255 or 23.77% from 223); Max value from RGB is 169 - color contains mainly: red. Hex color #A90135 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A90135 is #56FECA. Grayscale: #393939. Windows color (decimal): -5701323 or 3473833. OLE color: 3473833.
HSL color Cylindrical-coordinate representation of color #A90135: hue angle of 341.43º 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 #A90135 is Cyan = 0, Magento = 0.99, Yellow = 0.69 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 1 | 53 | - |
| CMYK | 0 | 0.99 | 0.69 | 0.34 |
| HSL | 341.43º | 0.99% | 0.33% | - |
| HSV(B) | 341.43º | 0.99% | 0.66% | - |
| XYZ | 17.02 | 8.71 | 4.15 | - |
| YUV | 57.16 | 125.66 | 207.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 1 | 53 | 0 | 0.99 | 0.69 | 0.34 | 341.43 | 0.99 | 0.33 |
| Hex | A9 | 1 | 35 | 0 | 63 | 45 | 22 | 155 | 63 | 21 |
| Octal | 251 | 1 | 65 | 0 | 143 | 105 | 42 | 525 | 143 | 41 |
| Binary | 10101001 | 1 | 110101 | 0 | 1100011 | 1000101 | 100010 | 101010101 | 1100011 | 100001 |
Color Harmonies of #A90135
Complementary color
Monochromatic Colors of #A90135
Black with #A90135
Text Example
Text Example
White with #A90135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A90135; }
p { color: rgb(169,1,53); }
H1.HeaderClassName
{
color: #A90135;
}
.AnyTagClassName
{
color: #A90135;
}
</style>
background-color css
<style>
a { background-color: #A90135; }
a { background-color: rgb(169,1,53); }
div.DivClassName
{
background-color: #A90135;
}
.BgClassName
{
background-color: #A90135;
}
</style>
border-color css
<style>
span { border-color: #A90135; }
span { border-color: rgb(169,1,53); }
td.TdClassName
{
border-color: #A90135;
}
.TagClassName
{
border-color: #A90135;
}
</style>