Shades of Carmine #A20328
Tints of Carmine #A20328
RGB
CMYK
RGB Variations
Color information
#A20328 (or 0xA20328) is known color: Carmine. HEX triplet: A2, 03 and 28. RGB value is (162,3,40). Sum of RGB (Red+Green+Blue) = 162+3+40=205 (27% of max value = 765). Red value is 162 (63.67% from 255 or 79.02% from 205); Green value is 3 (1.56% from 255 or 1.46% from 205); Blue value is 40 (16.02% from 255 or 19.51% from 205); Max value from RGB is 162 - color contains mainly: red. Hex color #A20328 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A20328 is #5DFCD7. Grayscale: #363636. Windows color (decimal): -6159576 or 2622370. OLE color: 2622370.
HSL color Cylindrical-coordinate representation of color #A20328: hue angle of 346.04º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A20328 is Cyan = 0, Magento = 0.98, Yellow = 0.75 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 3 | 40 | - |
| CMYK | 0 | 0.98 | 0.75 | 0.36 |
| HSL | 346.04º | 0.96% | 0.32% | - |
| HSV(B) | 346.04º | 0.98% | 0.64% | - |
| XYZ | 15.32 | 7.9 | 2.73 | - |
| YUV | 54.76 | 119.68 | 204.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 3 | 40 | 0 | 0.98 | 0.75 | 0.36 | 346.04 | 0.96 | 0.32 |
| Hex | A2 | 3 | 28 | 0 | 62 | 4B | 24 | 15A | 60 | 20 |
| Octal | 242 | 3 | 50 | 0 | 142 | 113 | 44 | 532 | 140 | 40 |
| Binary | 10100010 | 11 | 101000 | 0 | 1100010 | 1001011 | 100100 | 101011010 | 1100000 | 100000 |
Color Harmonies of #A20328
Complementary color
Monochromatic Colors of #A20328
Black with #A20328
Text Example
Text Example
White with #A20328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20328; }
p { color: rgb(162,3,40); }
H1.HeaderClassName
{
color: #A20328;
}
.AnyTagClassName
{
color: #A20328;
}
</style>
background-color css
<style>
a { background-color: #A20328; }
a { background-color: rgb(162,3,40); }
div.DivClassName
{
background-color: #A20328;
}
.BgClassName
{
background-color: #A20328;
}
</style>
border-color css
<style>
span { border-color: #A20328; }
span { border-color: rgb(162,3,40); }
td.TdClassName
{
border-color: #A20328;
}
.TagClassName
{
border-color: #A20328;
}
</style>