Shades of Carmine #A8092A
Tints of Carmine #A8092A
RGB
CMYK
RGB Variations
Color information
#A8092A (or 0xA8092A) is known color: Carmine. HEX triplet: A8, 09 and 2A. RGB value is (168,9,42). Sum of RGB (Red+Green+Blue) = 168+9+42=219 (29% of max value = 765). Red value is 168 (66.02% from 255 or 76.71% from 219); Green value is 9 (3.91% from 255 or 4.11% from 219); Blue value is 42 (16.80% from 255 or 19.18% from 219); Max value from RGB is 168 - color contains mainly: red. Hex color #A8092A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A8092A is #57F6D5. Grayscale: #3C3C3C. Windows color (decimal): -5764822 or 2754984. OLE color: 2754984.
HSL color Cylindrical-coordinate representation of color #A8092A: hue angle of 347.55º 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 #A8092A is Cyan = 0, Magento = 0.95, Yellow = 0.75 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 9 | 42 | - |
| CMYK | 0 | 0.95 | 0.75 | 0.34 |
| HSL | 347.55º | 0.9% | 0.35% | - |
| HSV(B) | 347.55º | 0.95% | 0.66% | - |
| XYZ | 16.66 | 8.69 | 2.99 | - |
| YUV | 60.3 | 117.68 | 204.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 9 | 42 | 0 | 0.95 | 0.75 | 0.34 | 347.55 | 0.9 | 0.35 |
| Hex | A8 | 9 | 2A | 0 | 5F | 4B | 22 | 15C | 5A | 23 |
| Octal | 250 | 11 | 52 | 0 | 137 | 113 | 42 | 534 | 132 | 43 |
| Binary | 10101000 | 1001 | 101010 | 0 | 1011111 | 1001011 | 100010 | 101011100 | 1011010 | 100011 |
Color Harmonies of #A8092A
Complementary color
Monochromatic Colors of #A8092A
Black with #A8092A
Text Example
Text Example
White with #A8092A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8092A; }
p { color: rgb(168,9,42); }
H1.HeaderClassName
{
color: #A8092A;
}
.AnyTagClassName
{
color: #A8092A;
}
</style>
background-color css
<style>
a { background-color: #A8092A; }
a { background-color: rgb(168,9,42); }
div.DivClassName
{
background-color: #A8092A;
}
.BgClassName
{
background-color: #A8092A;
}
</style>
border-color css
<style>
span { border-color: #A8092A; }
span { border-color: rgb(168,9,42); }
td.TdClassName
{
border-color: #A8092A;
}
.TagClassName
{
border-color: #A8092A;
}
</style>