Shades of Carmine #A30228
Tints of Carmine #A30228
RGB
CMYK
RGB Variations
Color information
#A30228 (or 0xA30228) is known color: Carmine. HEX triplet: A3, 02 and 28. RGB value is (163,2,40). Sum of RGB (Red+Green+Blue) = 163+2+40=205 (27% of max value = 765). Red value is 163 (64.06% from 255 or 79.51% from 205); Green value is 2 (1.17% from 255 or 0.98% from 205); Blue value is 40 (16.02% from 255 or 19.51% from 205); Max value from RGB is 163 - color contains mainly: red. Hex color #A30228 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A30228 is #5CFDD7. Grayscale: #363636. Windows color (decimal): -6094296 or 2622115. OLE color: 2622115.
HSL color Cylindrical-coordinate representation of color #A30228: hue angle of 345.84º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A30228 is Cyan = 0, Magento = 0.99, Yellow = 0.75 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 2 | 40 | - |
| CMYK | 0 | 0.99 | 0.75 | 0.36 |
| HSL | 345.84º | 0.98% | 0.32% | - |
| HSV(B) | 345.84º | 0.99% | 0.64% | - |
| XYZ | 15.51 | 7.98 | 2.73 | - |
| YUV | 54.47 | 119.84 | 205.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 2 | 40 | 0 | 0.99 | 0.75 | 0.36 | 345.84 | 0.98 | 0.32 |
| Hex | A3 | 2 | 28 | 0 | 63 | 4B | 24 | 15A | 62 | 20 |
| Octal | 243 | 2 | 50 | 0 | 143 | 113 | 44 | 532 | 142 | 40 |
| Binary | 10100011 | 10 | 101000 | 0 | 1100011 | 1001011 | 100100 | 101011010 | 1100010 | 100000 |
Color Harmonies of #A30228
Complementary color
Monochromatic Colors of #A30228
Black with #A30228
Text Example
Text Example
White with #A30228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A30228; }
p { color: rgb(163,2,40); }
H1.HeaderClassName
{
color: #A30228;
}
.AnyTagClassName
{
color: #A30228;
}
</style>
background-color css
<style>
a { background-color: #A30228; }
a { background-color: rgb(163,2,40); }
div.DivClassName
{
background-color: #A30228;
}
.BgClassName
{
background-color: #A30228;
}
</style>
border-color css
<style>
span { border-color: #A30228; }
span { border-color: rgb(163,2,40); }
td.TdClassName
{
border-color: #A30228;
}
.TagClassName
{
border-color: #A30228;
}
</style>