Shades of Carmine #A90F1A
Tints of Carmine #A90F1A
RGB
CMYK
RGB Variations
Color information
#A90F1A (or 0xA90F1A) is known color: Carmine. HEX triplet: A9, 0F and 1A. RGB value is (169,15,26). Sum of RGB (Red+Green+Blue) = 169+15+26=210 (27% of max value = 765). Red value is 169 (66.41% from 255 or 80.48% from 210); Green value is 15 (6.25% from 255 or 7.14% from 210); Blue value is 26 (10.55% from 255 or 12.38% from 210); Max value from RGB is 169 - color contains mainly: red. Hex color #A90F1A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A90F1A is #56F0E5. Grayscale: #3E3E3E. Windows color (decimal): -5697766 or 1707945. OLE color: 1707945.
HSL color Cylindrical-coordinate representation of color #A90F1A: hue angle of 355.71º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A90F1A is Cyan = 0, Magento = 0.91, Yellow = 0.85 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 15 | 26 | - |
| CMYK | 0 | 0.91 | 0.85 | 0.34 |
| HSL | 355.71º | 0.84% | 0.36% | - |
| HSV(B) | 355.71º | 0.91% | 0.66% | - |
| XYZ | 16.72 | 8.85 | 1.8 | - |
| YUV | 62.3 | 107.52 | 204.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 15 | 26 | 0 | 0.91 | 0.85 | 0.34 | 355.71 | 0.84 | 0.36 |
| Hex | A9 | F | 1A | 0 | 5B | 55 | 22 | 164 | 54 | 24 |
| Octal | 251 | 17 | 32 | 0 | 133 | 125 | 42 | 544 | 124 | 44 |
| Binary | 10101001 | 1111 | 11010 | 0 | 1011011 | 1010101 | 100010 | 101100100 | 1010100 | 100100 |
Color Harmonies of #A90F1A
Complementary color
Monochromatic Colors of #A90F1A
Black with #A90F1A
Text Example
Text Example
White with #A90F1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A90F1A; }
p { color: rgb(169,15,26); }
H1.HeaderClassName
{
color: #A90F1A;
}
.AnyTagClassName
{
color: #A90F1A;
}
</style>
background-color css
<style>
a { background-color: #A90F1A; }
a { background-color: rgb(169,15,26); }
div.DivClassName
{
background-color: #A90F1A;
}
.BgClassName
{
background-color: #A90F1A;
}
</style>
border-color css
<style>
span { border-color: #A90F1A; }
span { border-color: rgb(169,15,26); }
td.TdClassName
{
border-color: #A90F1A;
}
.TagClassName
{
border-color: #A90F1A;
}
</style>