Shades of Carmine #A4032A
Tints of Carmine #A4032A
RGB
CMYK
RGB Variations
Color information
#A4032A (or 0xA4032A) is known color: Carmine. HEX triplet: A4, 03 and 2A. RGB value is (164,3,42). Sum of RGB (Red+Green+Blue) = 164+3+42=209 (27% of max value = 765). Red value is 164 (64.45% from 255 or 78.47% from 209); Green value is 3 (1.56% from 255 or 1.44% from 209); Blue value is 42 (16.80% from 255 or 20.10% from 209); Max value from RGB is 164 - color contains mainly: red. Hex color #A4032A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A4032A is #5BFCD5. Grayscale: #373737. Windows color (decimal): -6028502 or 2753444. OLE color: 2753444.
HSL color Cylindrical-coordinate representation of color #A4032A: hue angle of 345.47º 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 #A4032A is Cyan = 0, Magento = 0.98, Yellow = 0.74 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 3 | 42 | - |
| CMYK | 0 | 0.98 | 0.74 | 0.36 |
| HSL | 345.47º | 0.96% | 0.33% | - |
| HSV(B) | 345.47º | 0.98% | 0.64% | - |
| XYZ | 15.76 | 8.12 | 2.93 | - |
| YUV | 55.59 | 120.34 | 205.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 3 | 42 | 0 | 0.98 | 0.74 | 0.36 | 345.47 | 0.96 | 0.33 |
| Hex | A4 | 3 | 2A | 0 | 62 | 4A | 24 | 159 | 60 | 21 |
| Octal | 244 | 3 | 52 | 0 | 142 | 112 | 44 | 531 | 140 | 41 |
| Binary | 10100100 | 11 | 101010 | 0 | 1100010 | 1001010 | 100100 | 101011001 | 1100000 | 100001 |
Color Harmonies of #A4032A
Complementary color
Monochromatic Colors of #A4032A
Black with #A4032A
Text Example
Text Example
White with #A4032A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4032A; }
p { color: rgb(164,3,42); }
H1.HeaderClassName
{
color: #A4032A;
}
.AnyTagClassName
{
color: #A4032A;
}
</style>
background-color css
<style>
a { background-color: #A4032A; }
a { background-color: rgb(164,3,42); }
div.DivClassName
{
background-color: #A4032A;
}
.BgClassName
{
background-color: #A4032A;
}
</style>
border-color css
<style>
span { border-color: #A4032A; }
span { border-color: rgb(164,3,42); }
td.TdClassName
{
border-color: #A4032A;
}
.TagClassName
{
border-color: #A4032A;
}
</style>