Shades of Carmine #A4031C
Tints of Carmine #A4031C
RGB
CMYK
RGB Variations
Color information
#A4031C (or 0xA4031C) is known color: Carmine. HEX triplet: A4, 03 and 1C. RGB value is (164,3,28). Sum of RGB (Red+Green+Blue) = 164+3+28=195 (25% of max value = 765). Red value is 164 (64.45% from 255 or 84.10% from 195); Green value is 3 (1.56% from 255 or 1.54% from 195); Blue value is 28 (11.33% from 255 or 14.36% from 195); Max value from RGB is 164 - color contains mainly: red. Hex color #A4031C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A4031C is #5BFCE3. Grayscale: #363636. Windows color (decimal): -6028516 or 1835940. OLE color: 1835940.
HSL color Cylindrical-coordinate representation of color #A4031C: hue angle of 350.68º 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 #A4031C is Cyan = 0, Magento = 0.98, Yellow = 0.83 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 3 | 28 | - |
| CMYK | 0 | 0.98 | 0.83 | 0.36 |
| HSL | 350.68º | 0.96% | 0.33% | - |
| HSV(B) | 350.68º | 0.98% | 0.64% | - |
| XYZ | 15.55 | 8.04 | 1.83 | - |
| YUV | 53.99 | 113.34 | 206.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 3 | 28 | 0 | 0.98 | 0.83 | 0.36 | 350.68 | 0.96 | 0.33 |
| Hex | A4 | 3 | 1C | 0 | 62 | 53 | 24 | 15F | 60 | 21 |
| Octal | 244 | 3 | 34 | 0 | 142 | 123 | 44 | 537 | 140 | 41 |
| Binary | 10100100 | 11 | 11100 | 0 | 1100010 | 1010011 | 100100 | 101011111 | 1100000 | 100001 |
Color Harmonies of #A4031C
Complementary color
Monochromatic Colors of #A4031C
Black with #A4031C
Text Example
Text Example
White with #A4031C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4031C; }
p { color: rgb(164,3,28); }
H1.HeaderClassName
{
color: #A4031C;
}
.AnyTagClassName
{
color: #A4031C;
}
</style>
background-color css
<style>
a { background-color: #A4031C; }
a { background-color: rgb(164,3,28); }
div.DivClassName
{
background-color: #A4031C;
}
.BgClassName
{
background-color: #A4031C;
}
</style>
border-color css
<style>
span { border-color: #A4031C; }
span { border-color: rgb(164,3,28); }
td.TdClassName
{
border-color: #A4031C;
}
.TagClassName
{
border-color: #A4031C;
}
</style>