Shades of Carmine #A00323
Tints of Carmine #A00323
RGB
CMYK
RGB Variations
Color information
#A00323 (or 0xA00323) is known color: Carmine. HEX triplet: A0, 03 and 23. RGB value is (160,3,35). Sum of RGB (Red+Green+Blue) = 160+3+35=198 (26% of max value = 765). Red value is 160 (62.89% from 255 or 80.81% from 198); Green value is 3 (1.56% from 255 or 1.52% from 198); Blue value is 35 (14.06% from 255 or 17.68% from 198); Max value from RGB is 160 - color contains mainly: red. Hex color #A00323 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A00323 is #5FFCDC. Grayscale: #353535. Windows color (decimal): -6290653 or 2294688. OLE color: 2294688.
HSL color Cylindrical-coordinate representation of color #A00323: hue angle of 347.77º 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 #A00323 is Cyan = 0, Magento = 0.98, Yellow = 0.78 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 3 | 35 | - |
| CMYK | 0 | 0.98 | 0.78 | 0.37 |
| HSL | 347.77º | 0.96% | 0.32% | - |
| HSV(B) | 347.77º | 0.98% | 0.63% | - |
| XYZ | 14.83 | 7.66 | 2.29 | - |
| YUV | 53.59 | 117.51 | 203.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 3 | 35 | 0 | 0.98 | 0.78 | 0.37 | 347.77 | 0.96 | 0.32 |
| Hex | A0 | 3 | 23 | 0 | 62 | 4E | 25 | 15C | 60 | 20 |
| Octal | 240 | 3 | 43 | 0 | 142 | 116 | 45 | 534 | 140 | 40 |
| Binary | 10100000 | 11 | 100011 | 0 | 1100010 | 1001110 | 100101 | 101011100 | 1100000 | 100000 |
Color Harmonies of #A00323
Complementary color
Monochromatic Colors of #A00323
Black with #A00323
Text Example
Text Example
White with #A00323
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00323; }
p { color: rgb(160,3,35); }
H1.HeaderClassName
{
color: #A00323;
}
.AnyTagClassName
{
color: #A00323;
}
</style>
background-color css
<style>
a { background-color: #A00323; }
a { background-color: rgb(160,3,35); }
div.DivClassName
{
background-color: #A00323;
}
.BgClassName
{
background-color: #A00323;
}
</style>
border-color css
<style>
span { border-color: #A00323; }
span { border-color: rgb(160,3,35); }
td.TdClassName
{
border-color: #A00323;
}
.TagClassName
{
border-color: #A00323;
}
</style>