Shades of Carmine #A40223
Tints of Carmine #A40223
RGB
CMYK
RGB Variations
Color information
#A40223 (or 0xA40223) is known color: Carmine. HEX triplet: A4, 02 and 23. RGB value is (164,2,35). Sum of RGB (Red+Green+Blue) = 164+2+35=201 (26% of max value = 765). Red value is 164 (64.45% from 255 or 81.59% from 201); Green value is 2 (1.17% from 255 or 1.00% from 201); Blue value is 35 (14.06% from 255 or 17.41% from 201); Max value from RGB is 164 - color contains mainly: red. Hex color #A40223 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A40223 is #5BFDDC. Grayscale: #363636. Windows color (decimal): -6028765 or 2294436. OLE color: 2294436.
HSL color Cylindrical-coordinate representation of color #A40223: hue angle of 347.78º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A40223 is Cyan = 0, Magento = 0.99, Yellow = 0.79 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 2 | 35 | - |
| CMYK | 0 | 0.99 | 0.79 | 0.36 |
| HSL | 347.78º | 0.98% | 0.33% | - |
| HSV(B) | 347.78º | 0.99% | 0.64% | - |
| XYZ | 15.63 | 8.06 | 2.32 | - |
| YUV | 54.2 | 117.17 | 206.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 2 | 35 | 0 | 0.99 | 0.79 | 0.36 | 347.78 | 0.98 | 0.33 |
| Hex | A4 | 2 | 23 | 0 | 63 | 4F | 24 | 15C | 62 | 21 |
| Octal | 244 | 2 | 43 | 0 | 143 | 117 | 44 | 534 | 142 | 41 |
| Binary | 10100100 | 10 | 100011 | 0 | 1100011 | 1001111 | 100100 | 101011100 | 1100010 | 100001 |
Color Harmonies of #A40223
Complementary color
Monochromatic Colors of #A40223
Black with #A40223
Text Example
Text Example
White with #A40223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A40223; }
p { color: rgb(164,2,35); }
H1.HeaderClassName
{
color: #A40223;
}
.AnyTagClassName
{
color: #A40223;
}
</style>
background-color css
<style>
a { background-color: #A40223; }
a { background-color: rgb(164,2,35); }
div.DivClassName
{
background-color: #A40223;
}
.BgClassName
{
background-color: #A40223;
}
</style>
border-color css
<style>
span { border-color: #A40223; }
span { border-color: rgb(164,2,35); }
td.TdClassName
{
border-color: #A40223;
}
.TagClassName
{
border-color: #A40223;
}
</style>