Shades of Carmine #A90128
Tints of Carmine #A90128
RGB
CMYK
RGB Variations
Color information
#A90128 (or 0xA90128) is known color: Carmine. HEX triplet: A9, 01 and 28. RGB value is (169,1,40). Sum of RGB (Red+Green+Blue) = 169+1+40=210 (27% of max value = 765). Red value is 169 (66.41% from 255 or 80.48% from 210); Green value is 1 (0.78% from 255 or 0.48% from 210); Blue value is 40 (16.02% from 255 or 19.05% from 210); Max value from RGB is 169 - color contains mainly: red. Hex color #A90128 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A90128 is #56FED7. Grayscale: #373737. Windows color (decimal): -5701336 or 2621865. OLE color: 2621865.
HSL color Cylindrical-coordinate representation of color #A90128: hue angle of 346.07º 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 #A90128 is Cyan = 0, Magento = 0.99, Yellow = 0.76 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 1 | 40 | - |
| CMYK | 0 | 0.99 | 0.76 | 0.34 |
| HSL | 346.07º | 0.99% | 0.33% | - |
| HSV(B) | 346.07º | 0.99% | 0.66% | - |
| XYZ | 16.76 | 8.61 | 2.79 | - |
| YUV | 55.68 | 119.16 | 208.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 1 | 40 | 0 | 0.99 | 0.76 | 0.34 | 346.07 | 0.99 | 0.33 |
| Hex | A9 | 1 | 28 | 0 | 63 | 4C | 22 | 15A | 63 | 21 |
| Octal | 251 | 1 | 50 | 0 | 143 | 114 | 42 | 532 | 143 | 41 |
| Binary | 10101001 | 1 | 101000 | 0 | 1100011 | 1001100 | 100010 | 101011010 | 1100011 | 100001 |
Color Harmonies of #A90128
Complementary color
Monochromatic Colors of #A90128
Black with #A90128
Text Example
Text Example
White with #A90128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A90128; }
p { color: rgb(169,1,40); }
H1.HeaderClassName
{
color: #A90128;
}
.AnyTagClassName
{
color: #A90128;
}
</style>
background-color css
<style>
a { background-color: #A90128; }
a { background-color: rgb(169,1,40); }
div.DivClassName
{
background-color: #A90128;
}
.BgClassName
{
background-color: #A90128;
}
</style>
border-color css
<style>
span { border-color: #A90128; }
span { border-color: rgb(169,1,40); }
td.TdClassName
{
border-color: #A90128;
}
.TagClassName
{
border-color: #A90128;
}
</style>