Shades of Carmine #A8032E
Tints of Carmine #A8032E
RGB
CMYK
RGB Variations
Color information
#A8032E (or 0xA8032E) is known color: Carmine. HEX triplet: A8, 03 and 2E. RGB value is (168,3,46). Sum of RGB (Red+Green+Blue) = 168+3+46=217 (28% of max value = 765). Red value is 168 (66.02% from 255 or 77.42% from 217); Green value is 3 (1.56% from 255 or 1.38% from 217); Blue value is 46 (18.36% from 255 or 21.20% from 217); Max value from RGB is 168 - color contains mainly: red. Hex color #A8032E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A8032E is #57FCD1. Grayscale: #393939. Windows color (decimal): -5766354 or 3015592. OLE color: 3015592.
HSL color Cylindrical-coordinate representation of color #A8032E: hue angle of 344.36º degrees, saturation: 0.96, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A8032E is Cyan = 0, Magento = 0.98, Yellow = 0.73 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 3 | 46 | - |
| CMYK | 0 | 0.98 | 0.73 | 0.34 |
| HSL | 344.36º | 0.96% | 0.34% | - |
| HSV(B) | 344.36º | 0.98% | 0.66% | - |
| XYZ | 16.67 | 8.59 | 3.36 | - |
| YUV | 57.24 | 121.66 | 207 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 3 | 46 | 0 | 0.98 | 0.73 | 0.34 | 344.36 | 0.96 | 0.34 |
| Hex | A8 | 3 | 2E | 0 | 62 | 49 | 22 | 158 | 60 | 22 |
| Octal | 250 | 3 | 56 | 0 | 142 | 111 | 42 | 530 | 140 | 42 |
| Binary | 10101000 | 11 | 101110 | 0 | 1100010 | 1001001 | 100010 | 101011000 | 1100000 | 100010 |
Color Harmonies of #A8032E
Complementary color
Monochromatic Colors of #A8032E
Black with #A8032E
Text Example
Text Example
White with #A8032E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8032E; }
p { color: rgb(168,3,46); }
H1.HeaderClassName
{
color: #A8032E;
}
.AnyTagClassName
{
color: #A8032E;
}
</style>
background-color css
<style>
a { background-color: #A8032E; }
a { background-color: rgb(168,3,46); }
div.DivClassName
{
background-color: #A8032E;
}
.BgClassName
{
background-color: #A8032E;
}
</style>
border-color css
<style>
span { border-color: #A8032E; }
span { border-color: rgb(168,3,46); }
td.TdClassName
{
border-color: #A8032E;
}
.TagClassName
{
border-color: #A8032E;
}
</style>