Shades of Carmine #A00326
Tints of Carmine #A00326
RGB
CMYK
RGB Variations
Color information
#A00326 (or 0xA00326) is known color: Carmine. HEX triplet: A0, 03 and 26. RGB value is (160,3,38). Sum of RGB (Red+Green+Blue) = 160+3+38=201 (26% of max value = 765). Red value is 160 (62.89% from 255 or 79.60% from 201); Green value is 3 (1.56% from 255 or 1.49% from 201); Blue value is 38 (15.23% from 255 or 18.91% from 201); Max value from RGB is 160 - color contains mainly: red. Hex color #A00326 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A00326 is #5FFCD9. Grayscale: #353535. Windows color (decimal): -6290650 or 2491296. OLE color: 2491296.
HSL color Cylindrical-coordinate representation of color #A00326: hue angle of 346.62º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A00326 is Cyan = 0, Magento = 0.98, Yellow = 0.76 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 3 | 38 | - |
| CMYK | 0 | 0.98 | 0.76 | 0.37 |
| HSL | 346.62º | 0.96% | 0.32% | - |
| HSV(B) | 346.62º | 0.98% | 0.63% | - |
| XYZ | 14.88 | 7.68 | 2.53 | - |
| YUV | 53.93 | 119.01 | 203.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 3 | 38 | 0 | 0.98 | 0.76 | 0.37 | 346.62 | 0.96 | 0.32 |
| Hex | A0 | 3 | 26 | 0 | 62 | 4C | 25 | 15B | 60 | 20 |
| Octal | 240 | 3 | 46 | 0 | 142 | 114 | 45 | 533 | 140 | 40 |
| Binary | 10100000 | 11 | 100110 | 0 | 1100010 | 1001100 | 100101 | 101011011 | 1100000 | 100000 |
Color Harmonies of #A00326
Complementary color
Monochromatic Colors of #A00326
Black with #A00326
Text Example
Text Example
White with #A00326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00326; }
p { color: rgb(160,3,38); }
H1.HeaderClassName
{
color: #A00326;
}
.AnyTagClassName
{
color: #A00326;
}
</style>
background-color css
<style>
a { background-color: #A00326; }
a { background-color: rgb(160,3,38); }
div.DivClassName
{
background-color: #A00326;
}
.BgClassName
{
background-color: #A00326;
}
</style>
border-color css
<style>
span { border-color: #A00326; }
span { border-color: rgb(160,3,38); }
td.TdClassName
{
border-color: #A00326;
}
.TagClassName
{
border-color: #A00326;
}
</style>