Shades of Carmine #A40313
Tints of Carmine #A40313
RGB
CMYK
RGB Variations
Color information
#A40313 (or 0xA40313) is known color: Carmine. HEX triplet: A4, 03 and 13. RGB value is (164,3,19). Sum of RGB (Red+Green+Blue) = 164+3+19=186 (24% of max value = 765). Red value is 164 (64.45% from 255 or 88.17% from 186); Green value is 3 (1.56% from 255 or 1.61% from 186); Blue value is 19 (7.81% from 255 or 10.22% from 186); Max value from RGB is 164 - color contains mainly: red. Hex color #A40313 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A40313 is #5BFCEC. Grayscale: #353535. Windows color (decimal): -6028525 or 1246116. OLE color: 1246116.
HSL color Cylindrical-coordinate representation of color #A40313: hue angle of 354.04º 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 #A40313 is Cyan = 0, Magento = 0.98, Yellow = 0.88 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 3 | 19 | - |
| CMYK | 0 | 0.98 | 0.88 | 0.36 |
| HSL | 354.04º | 0.96% | 0.33% | - |
| HSV(B) | 354.04º | 0.98% | 0.64% | - |
| XYZ | 15.46 | 8 | 1.35 | - |
| YUV | 52.96 | 108.84 | 207.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 3 | 19 | 0 | 0.98 | 0.88 | 0.36 | 354.04 | 0.96 | 0.33 |
| Hex | A4 | 3 | 13 | 0 | 62 | 58 | 24 | 162 | 60 | 21 |
| Octal | 244 | 3 | 23 | 0 | 142 | 130 | 44 | 542 | 140 | 41 |
| Binary | 10100100 | 11 | 10011 | 0 | 1100010 | 1011000 | 100100 | 101100010 | 1100000 | 100001 |
Color Harmonies of #A40313
Complementary color
Monochromatic Colors of #A40313
Black with #A40313
Text Example
Text Example
White with #A40313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A40313; }
p { color: rgb(164,3,19); }
H1.HeaderClassName
{
color: #A40313;
}
.AnyTagClassName
{
color: #A40313;
}
</style>
background-color css
<style>
a { background-color: #A40313; }
a { background-color: rgb(164,3,19); }
div.DivClassName
{
background-color: #A40313;
}
.BgClassName
{
background-color: #A40313;
}
</style>
border-color css
<style>
span { border-color: #A40313; }
span { border-color: rgb(164,3,19); }
td.TdClassName
{
border-color: #A40313;
}
.TagClassName
{
border-color: #A40313;
}
</style>