Shades of Carmine #A4101C
Tints of Carmine #A4101C
RGB
CMYK
RGB Variations
Color information
#A4101C (or 0xA4101C) is known color: Carmine. HEX triplet: A4, 10 and 1C. RGB value is (164,16,28). Sum of RGB (Red+Green+Blue) = 164+16+28=208 (27% of max value = 765). Red value is 164 (64.45% from 255 or 78.85% from 208); Green value is 16 (6.64% from 255 or 7.69% from 208); Blue value is 28 (11.33% from 255 or 13.46% from 208); Max value from RGB is 164 - color contains mainly: red. Hex color #A4101C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A4101C is #5BEFE3. Grayscale: #3D3D3D. Windows color (decimal): -6025188 or 1839268. OLE color: 1839268.
HSL color Cylindrical-coordinate representation of color #A4101C: hue angle of 355.14º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A4101C is Cyan = 0, Magento = 0.90, Yellow = 0.83 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 16 | 28 | - |
| CMYK | 0 | 0.90 | 0.83 | 0.36 |
| HSL | 355.14º | 0.82% | 0.35% | - |
| HSV(B) | 355.14º | 0.9% | 0.64% | - |
| XYZ | 15.7 | 8.35 | 1.88 | - |
| YUV | 61.62 | 109.03 | 201.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 16 | 28 | 0 | 0.90 | 0.83 | 0.36 | 355.14 | 0.82 | 0.35 |
| Hex | A4 | 10 | 1C | 0 | 5A | 53 | 24 | 163 | 52 | 23 |
| Octal | 244 | 20 | 34 | 0 | 132 | 123 | 44 | 543 | 122 | 43 |
| Binary | 10100100 | 10000 | 11100 | 0 | 1011010 | 1010011 | 100100 | 101100011 | 1010010 | 100011 |
Color Harmonies of #A4101C
Complementary color
Monochromatic Colors of #A4101C
Black with #A4101C
Text Example
Text Example
White with #A4101C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4101C; }
p { color: rgb(164,16,28); }
H1.HeaderClassName
{
color: #A4101C;
}
.AnyTagClassName
{
color: #A4101C;
}
</style>
background-color css
<style>
a { background-color: #A4101C; }
a { background-color: rgb(164,16,28); }
div.DivClassName
{
background-color: #A4101C;
}
.BgClassName
{
background-color: #A4101C;
}
</style>
border-color css
<style>
span { border-color: #A4101C; }
span { border-color: rgb(164,16,28); }
td.TdClassName
{
border-color: #A4101C;
}
.TagClassName
{
border-color: #A4101C;
}
</style>