Shades of Carmine #A4101B
Tints of Carmine #A4101B
RGB
CMYK
RGB Variations
Color information
#A4101B (or 0xA4101B) is known color: Carmine. HEX triplet: A4, 10 and 1B. RGB value is (164,16,27). Sum of RGB (Red+Green+Blue) = 164+16+27=207 (27% of max value = 765). Red value is 164 (64.45% from 255 or 79.23% from 207); Green value is 16 (6.64% from 255 or 7.73% from 207); Blue value is 27 (10.94% from 255 or 13.04% from 207); Max value from RGB is 164 - color contains mainly: red. Hex color #A4101B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A4101B is #5BEFE4. Grayscale: #3D3D3D. Windows color (decimal): -6025189 or 1773732. OLE color: 1773732.
HSL color Cylindrical-coordinate representation of color #A4101B: hue angle of 355.54º 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 #A4101B is Cyan = 0, Magento = 0.90, Yellow = 0.84 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 16 | 27 | - |
| CMYK | 0 | 0.90 | 0.84 | 0.36 |
| HSL | 355.54º | 0.82% | 0.35% | - |
| HSV(B) | 355.54º | 0.9% | 0.64% | - |
| XYZ | 15.69 | 8.34 | 1.82 | - |
| YUV | 61.51 | 108.53 | 201.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 16 | 27 | 0 | 0.90 | 0.84 | 0.36 | 355.54 | 0.82 | 0.35 |
| Hex | A4 | 10 | 1B | 0 | 5A | 54 | 24 | 164 | 52 | 23 |
| Octal | 244 | 20 | 33 | 0 | 132 | 124 | 44 | 544 | 122 | 43 |
| Binary | 10100100 | 10000 | 11011 | 0 | 1011010 | 1010100 | 100100 | 101100100 | 1010010 | 100011 |
Color Harmonies of #A4101B
Complementary color
Monochromatic Colors of #A4101B
Black with #A4101B
Text Example
Text Example
White with #A4101B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4101B; }
p { color: rgb(164,16,27); }
H1.HeaderClassName
{
color: #A4101B;
}
.AnyTagClassName
{
color: #A4101B;
}
</style>
background-color css
<style>
a { background-color: #A4101B; }
a { background-color: rgb(164,16,27); }
div.DivClassName
{
background-color: #A4101B;
}
.BgClassName
{
background-color: #A4101B;
}
</style>
border-color css
<style>
span { border-color: #A4101B; }
span { border-color: rgb(164,16,27); }
td.TdClassName
{
border-color: #A4101B;
}
.TagClassName
{
border-color: #A4101B;
}
</style>