Shades of Carmine #A40316
Tints of Carmine #A40316
RGB
CMYK
RGB Variations
Color information
#A40316 (or 0xA40316) is known color: Carmine. HEX triplet: A4, 03 and 16. RGB value is (164,3,22). Sum of RGB (Red+Green+Blue) = 164+3+22=189 (25% of max value = 765). Red value is 164 (64.45% from 255 or 86.77% from 189); Green value is 3 (1.56% from 255 or 1.59% from 189); Blue value is 22 (8.98% from 255 or 11.64% from 189); Max value from RGB is 164 - color contains mainly: red. Hex color #A40316 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A40316 is #5BFCE9. Grayscale: #353535. Windows color (decimal): -6028522 or 1442724. OLE color: 1442724.
HSL color Cylindrical-coordinate representation of color #A40316: hue angle of 352.92º 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 #A40316 is Cyan = 0, Magento = 0.98, Yellow = 0.87 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 3 | 22 | - |
| CMYK | 0 | 0.98 | 0.87 | 0.36 |
| HSL | 352.92º | 0.96% | 0.33% | - |
| HSV(B) | 352.92º | 0.98% | 0.64% | - |
| XYZ | 15.49 | 8.02 | 1.49 | - |
| YUV | 53.31 | 110.34 | 206.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 3 | 22 | 0 | 0.98 | 0.87 | 0.36 | 352.92 | 0.96 | 0.33 |
| Hex | A4 | 3 | 16 | 0 | 62 | 57 | 24 | 161 | 60 | 21 |
| Octal | 244 | 3 | 26 | 0 | 142 | 127 | 44 | 541 | 140 | 41 |
| Binary | 10100100 | 11 | 10110 | 0 | 1100010 | 1010111 | 100100 | 101100001 | 1100000 | 100001 |
Color Harmonies of #A40316
Complementary color
Monochromatic Colors of #A40316
Black with #A40316
Text Example
Text Example
White with #A40316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A40316; }
p { color: rgb(164,3,22); }
H1.HeaderClassName
{
color: #A40316;
}
.AnyTagClassName
{
color: #A40316;
}
</style>
background-color css
<style>
a { background-color: #A40316; }
a { background-color: rgb(164,3,22); }
div.DivClassName
{
background-color: #A40316;
}
.BgClassName
{
background-color: #A40316;
}
</style>
border-color css
<style>
span { border-color: #A40316; }
span { border-color: rgb(164,3,22); }
td.TdClassName
{
border-color: #A40316;
}
.TagClassName
{
border-color: #A40316;
}
</style>