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