Shades of Carmine #A4032F
Tints of Carmine #A4032F
RGB
CMYK
RGB Variations
Color information
#A4032F (or 0xA4032F) is known color: Carmine. HEX triplet: A4, 03 and 2F. RGB value is (164,3,47). Sum of RGB (Red+Green+Blue) = 164+3+47=214 (28% of max value = 765). Red value is 164 (64.45% from 255 or 76.64% from 214); Green value is 3 (1.56% from 255 or 1.40% from 214); Blue value is 47 (18.75% from 255 or 21.96% from 214); Max value from RGB is 164 - color contains mainly: red. Hex color #A4032F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A4032F is #5BFCD0. Grayscale: #383838. Windows color (decimal): -6028497 or 3081124. OLE color: 3081124.
HSL color Cylindrical-coordinate representation of color #A4032F: hue angle of 343.6º 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 #A4032F is Cyan = 0, Magento = 0.98, Yellow = 0.71 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 3 | 47 | - |
| CMYK | 0 | 0.98 | 0.71 | 0.36 |
| HSL | 343.6º | 0.96% | 0.33% | - |
| HSV(B) | 343.6º | 0.98% | 0.64% | - |
| XYZ | 15.86 | 8.16 | 3.43 | - |
| YUV | 56.16 | 122.84 | 204.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 3 | 47 | 0 | 0.98 | 0.71 | 0.36 | 343.6 | 0.96 | 0.33 |
| Hex | A4 | 3 | 2F | 0 | 62 | 47 | 24 | 158 | 60 | 21 |
| Octal | 244 | 3 | 57 | 0 | 142 | 107 | 44 | 530 | 140 | 41 |
| Binary | 10100100 | 11 | 101111 | 0 | 1100010 | 1000111 | 100100 | 101011000 | 1100000 | 100001 |
Color Harmonies of #A4032F
Complementary color
Monochromatic Colors of #A4032F
Black with #A4032F
Text Example
Text Example
White with #A4032F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4032F; }
p { color: rgb(164,3,47); }
H1.HeaderClassName
{
color: #A4032F;
}
.AnyTagClassName
{
color: #A4032F;
}
</style>
background-color css
<style>
a { background-color: #A4032F; }
a { background-color: rgb(164,3,47); }
div.DivClassName
{
background-color: #A4032F;
}
.BgClassName
{
background-color: #A4032F;
}
</style>
border-color css
<style>
span { border-color: #A4032F; }
span { border-color: rgb(164,3,47); }
td.TdClassName
{
border-color: #A4032F;
}
.TagClassName
{
border-color: #A4032F;
}
</style>