Shades of Carmine #A9092D
Tints of Carmine #A9092D
RGB
CMYK
RGB Variations
Color information
#A9092D (or 0xA9092D) is known color: Carmine. HEX triplet: A9, 09 and 2D. RGB value is (169,9,45). Sum of RGB (Red+Green+Blue) = 169+9+45=223 (29% of max value = 765). Red value is 169 (66.41% from 255 or 75.78% from 223); Green value is 9 (3.91% from 255 or 4.04% from 223); Blue value is 45 (17.97% from 255 or 20.18% from 223); Max value from RGB is 169 - color contains mainly: red. Hex color #A9092D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A9092D is #56F6D2. Grayscale: #3C3C3C. Windows color (decimal): -5699283 or 2951593. OLE color: 2951593.
HSL color Cylindrical-coordinate representation of color #A9092D: hue angle of 346.5º degrees, saturation: 0.9, 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 #A9092D is Cyan = 0, Magento = 0.95, Yellow = 0.73 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 9 | 45 | - |
| CMYK | 0 | 0.95 | 0.73 | 0.34 |
| HSL | 346.5º | 0.9% | 0.35% | - |
| HSV(B) | 346.5º | 0.95% | 0.66% | - |
| XYZ | 16.93 | 8.82 | 3.29 | - |
| YUV | 60.94 | 119.01 | 205.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 9 | 45 | 0 | 0.95 | 0.73 | 0.34 | 346.5 | 0.9 | 0.35 |
| Hex | A9 | 9 | 2D | 0 | 5F | 49 | 22 | 15A | 5A | 23 |
| Octal | 251 | 11 | 55 | 0 | 137 | 111 | 42 | 532 | 132 | 43 |
| Binary | 10101001 | 1001 | 101101 | 0 | 1011111 | 1001001 | 100010 | 101011010 | 1011010 | 100011 |
Color Harmonies of #A9092D
Complementary color
Monochromatic Colors of #A9092D
Black with #A9092D
Text Example
Text Example
White with #A9092D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9092D; }
p { color: rgb(169,9,45); }
H1.HeaderClassName
{
color: #A9092D;
}
.AnyTagClassName
{
color: #A9092D;
}
</style>
background-color css
<style>
a { background-color: #A9092D; }
a { background-color: rgb(169,9,45); }
div.DivClassName
{
background-color: #A9092D;
}
.BgClassName
{
background-color: #A9092D;
}
</style>
border-color css
<style>
span { border-color: #A9092D; }
span { border-color: rgb(169,9,45); }
td.TdClassName
{
border-color: #A9092D;
}
.TagClassName
{
border-color: #A9092D;
}
</style>