Shades of Carmine #A3031C
Tints of Carmine #A3031C
RGB
CMYK
RGB Variations
Color information
#A3031C (or 0xA3031C) is known color: Carmine. HEX triplet: A3, 03 and 1C. RGB value is (163,3,28). Sum of RGB (Red+Green+Blue) = 163+3+28=194 (25% of max value = 765). Red value is 163 (64.06% from 255 or 84.02% from 194); Green value is 3 (1.56% from 255 or 1.55% from 194); Blue value is 28 (11.33% from 255 or 14.43% from 194); Max value from RGB is 163 - color contains mainly: red. Hex color #A3031C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A3031C is #5CFCE3. Grayscale: #353535. Windows color (decimal): -6094052 or 1835939. OLE color: 1835939.
HSL color Cylindrical-coordinate representation of color #A3031C: hue angle of 350.62º 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 #A3031C is Cyan = 0, Magento = 0.98, Yellow = 0.83 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 3 | 28 | - |
| CMYK | 0 | 0.98 | 0.83 | 0.36 |
| HSL | 350.63º | 0.96% | 0.33% | - |
| HSV(B) | 350.63º | 0.98% | 0.64% | - |
| XYZ | 15.35 | 7.94 | 1.82 | - |
| YUV | 53.69 | 113.51 | 205.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 3 | 28 | 0 | 0.98 | 0.83 | 0.36 | 350.63 | 0.96 | 0.33 |
| Hex | A3 | 3 | 1C | 0 | 62 | 53 | 24 | 15F | 60 | 21 |
| Octal | 243 | 3 | 34 | 0 | 142 | 123 | 44 | 537 | 140 | 41 |
| Binary | 10100011 | 11 | 11100 | 0 | 1100010 | 1010011 | 100100 | 101011111 | 1100000 | 100001 |
Color Harmonies of #A3031C
Complementary color
Monochromatic Colors of #A3031C
Black with #A3031C
Text Example
Text Example
White with #A3031C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3031C; }
p { color: rgb(163,3,28); }
H1.HeaderClassName
{
color: #A3031C;
}
.AnyTagClassName
{
color: #A3031C;
}
</style>
background-color css
<style>
a { background-color: #A3031C; }
a { background-color: rgb(163,3,28); }
div.DivClassName
{
background-color: #A3031C;
}
.BgClassName
{
background-color: #A3031C;
}
</style>
border-color css
<style>
span { border-color: #A3031C; }
span { border-color: rgb(163,3,28); }
td.TdClassName
{
border-color: #A3031C;
}
.TagClassName
{
border-color: #A3031C;
}
</style>