Shades of Carmine #A40322
Tints of Carmine #A40322
RGB
CMYK
RGB Variations
Color information
#A40322 (or 0xA40322) is known color: Carmine. HEX triplet: A4, 03 and 22. RGB value is (164,3,34). Sum of RGB (Red+Green+Blue) = 164+3+34=201 (26% of max value = 765). Red value is 164 (64.45% from 255 or 81.59% from 201); Green value is 3 (1.56% from 255 or 1.49% from 201); Blue value is 34 (13.67% from 255 or 16.92% from 201); Max value from RGB is 164 - color contains mainly: red. Hex color #A40322 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A40322 is #5BFCDD. Grayscale: #363636. Windows color (decimal): -6028510 or 2229156. OLE color: 2229156.
HSL color Cylindrical-coordinate representation of color #A40322: hue angle of 348.45º degrees, saturation: 0.96, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A40322 is Cyan = 0, Magento = 0.98, Yellow = 0.79 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 3 | 34 | - |
| CMYK | 0 | 0.98 | 0.79 | 0.36 |
| HSL | 348.45º | 0.96% | 0.33% | - |
| HSV(B) | 348.45º | 0.98% | 0.64% | - |
| XYZ | 15.63 | 8.07 | 2.25 | - |
| YUV | 54.67 | 116.34 | 205.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 3 | 34 | 0 | 0.98 | 0.79 | 0.36 | 348.45 | 0.96 | 0.33 |
| Hex | A4 | 3 | 22 | 0 | 62 | 4F | 24 | 15C | 60 | 21 |
| Octal | 244 | 3 | 42 | 0 | 142 | 117 | 44 | 534 | 140 | 41 |
| Binary | 10100100 | 11 | 100010 | 0 | 1100010 | 1001111 | 100100 | 101011100 | 1100000 | 100001 |
Color Harmonies of #A40322
Complementary color
Monochromatic Colors of #A40322
Black with #A40322
Text Example
Text Example
White with #A40322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A40322; }
p { color: rgb(164,3,34); }
H1.HeaderClassName
{
color: #A40322;
}
.AnyTagClassName
{
color: #A40322;
}
</style>
background-color css
<style>
a { background-color: #A40322; }
a { background-color: rgb(164,3,34); }
div.DivClassName
{
background-color: #A40322;
}
.BgClassName
{
background-color: #A40322;
}
</style>
border-color css
<style>
span { border-color: #A40322; }
span { border-color: rgb(164,3,34); }
td.TdClassName
{
border-color: #A40322;
}
.TagClassName
{
border-color: #A40322;
}
</style>