Shades of Carmine #A90828
Tints of Carmine #A90828
RGB
CMYK
RGB Variations
Color information
#A90828 (or 0xA90828) is known color: Carmine. HEX triplet: A9, 08 and 28. RGB value is (169,8,40). Sum of RGB (Red+Green+Blue) = 169+8+40=217 (28% of max value = 765). Red value is 169 (66.41% from 255 or 77.88% from 217); Green value is 8 (3.52% from 255 or 3.69% from 217); Blue value is 40 (16.02% from 255 or 18.43% from 217); Max value from RGB is 169 - color contains mainly: red. Hex color #A90828 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A90828 is #56F7D7. Grayscale: #3B3B3B. Windows color (decimal): -5699544 or 2623657. OLE color: 2623657.
HSL color Cylindrical-coordinate representation of color #A90828: hue angle of 348.07º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A90828 is Cyan = 0, Magento = 0.95, Yellow = 0.76 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 8 | 40 | - |
| CMYK | 0 | 0.95 | 0.76 | 0.34 |
| HSL | 348.07º | 0.91% | 0.35% | - |
| HSV(B) | 348.07º | 0.95% | 0.66% | - |
| XYZ | 16.83 | 8.76 | 2.81 | - |
| YUV | 59.79 | 116.84 | 205.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 8 | 40 | 0 | 0.95 | 0.76 | 0.34 | 348.07 | 0.91 | 0.35 |
| Hex | A9 | 8 | 28 | 0 | 5F | 4C | 22 | 15C | 5B | 23 |
| Octal | 251 | 10 | 50 | 0 | 137 | 114 | 42 | 534 | 133 | 43 |
| Binary | 10101001 | 1000 | 101000 | 0 | 1011111 | 1001100 | 100010 | 101011100 | 1011011 | 100011 |
Color Harmonies of #A90828
Complementary color
Monochromatic Colors of #A90828
Black with #A90828
Text Example
Text Example
White with #A90828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A90828; }
p { color: rgb(169,8,40); }
H1.HeaderClassName
{
color: #A90828;
}
.AnyTagClassName
{
color: #A90828;
}
</style>
background-color css
<style>
a { background-color: #A90828; }
a { background-color: rgb(169,8,40); }
div.DivClassName
{
background-color: #A90828;
}
.BgClassName
{
background-color: #A90828;
}
</style>
border-color css
<style>
span { border-color: #A90828; }
span { border-color: rgb(169,8,40); }
td.TdClassName
{
border-color: #A90828;
}
.TagClassName
{
border-color: #A90828;
}
</style>