Shades of Carmine #A20038
Tints of Carmine #A20038
RGB
CMYK
RGB Variations
Color information
#A20038 (or 0xA20038) is known color: Carmine. HEX triplet: A2, 00 and 38. RGB value is (162,0,56). Sum of RGB (Red+Green+Blue) = 162+0+56=218 (28% of max value = 765). Red value is 162 (63.67% from 255 or 74.31% from 218); Green value is 0 (0.39% from 255 or 0% from 218); Blue value is 56 (22.27% from 255 or 25.69% from 218); Max value from RGB is 162 - color contains mainly: red. Hex color #A20038 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A20038 is #5DFFC7. Grayscale: #363636. Windows color (decimal): -6160328 or 3670178. OLE color: 3670178.
HSL color Cylindrical-coordinate representation of color #A20038: hue angle of 339.26º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A20038 is Cyan = 0, Magento = 1, Yellow = 0.65 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 0 | 56 | - |
| CMYK | 0 | 1 | 0.65 | 0.36 |
| HSL | 339.26º | 1% | 0.32% | - |
| HSV(B) | 339.26º | 1% | 0.64% | - |
| XYZ | 15.61 | 7.97 | 4.46 | - |
| YUV | 54.82 | 128.67 | 204.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 0 | 56 | 0 | 1 | 0.65 | 0.36 | 339.26 | 1 | 0.32 |
| Hex | A2 | 0 | 38 | 0 | 64 | 41 | 24 | 153 | 64 | 20 |
| Octal | 242 | 0 | 70 | 0 | 144 | 101 | 44 | 523 | 144 | 40 |
| Binary | 10100010 | 0 | 111000 | 0 | 1100100 | 1000001 | 100100 | 101010011 | 1100100 | 100000 |
Color Harmonies of #A20038
Complementary color
Monochromatic Colors of #A20038
Black with #A20038
Text Example
Text Example
White with #A20038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20038; }
p { color: rgb(162,0,56); }
H1.HeaderClassName
{
color: #A20038;
}
.AnyTagClassName
{
color: #A20038;
}
</style>
background-color css
<style>
a { background-color: #A20038; }
a { background-color: rgb(162,0,56); }
div.DivClassName
{
background-color: #A20038;
}
.BgClassName
{
background-color: #A20038;
}
</style>
border-color css
<style>
span { border-color: #A20038; }
span { border-color: rgb(162,0,56); }
td.TdClassName
{
border-color: #A20038;
}
.TagClassName
{
border-color: #A20038;
}
</style>