Shades of Carmine #A30226
Tints of Carmine #A30226
RGB
CMYK
RGB Variations
Color information
#A30226 (or 0xA30226) is known color: Carmine. HEX triplet: A3, 02 and 26. RGB value is (163,2,38). Sum of RGB (Red+Green+Blue) = 163+2+38=203 (26% of max value = 765). Red value is 163 (64.06% from 255 or 80.30% from 203); Green value is 2 (1.17% from 255 or 0.99% from 203); Blue value is 38 (15.23% from 255 or 18.72% from 203); Max value from RGB is 163 - color contains mainly: red. Hex color #A30226 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A30226 is #5CFDD9. Grayscale: #363636. Windows color (decimal): -6094298 or 2491043. OLE color: 2491043.
HSL color Cylindrical-coordinate representation of color #A30226: hue angle of 346.58º 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 #A30226 is Cyan = 0, Magento = 0.99, Yellow = 0.77 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 2 | 38 | - |
| CMYK | 0 | 0.99 | 0.77 | 0.36 |
| HSL | 346.58º | 0.98% | 0.32% | - |
| HSV(B) | 346.58º | 0.99% | 0.64% | - |
| XYZ | 15.48 | 7.97 | 2.56 | - |
| YUV | 54.24 | 118.84 | 205.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 2 | 38 | 0 | 0.99 | 0.77 | 0.36 | 346.58 | 0.98 | 0.32 |
| Hex | A3 | 2 | 26 | 0 | 63 | 4D | 24 | 15B | 62 | 20 |
| Octal | 243 | 2 | 46 | 0 | 143 | 115 | 44 | 533 | 142 | 40 |
| Binary | 10100011 | 10 | 100110 | 0 | 1100011 | 1001101 | 100100 | 101011011 | 1100010 | 100000 |
Color Harmonies of #A30226
Complementary color
Monochromatic Colors of #A30226
Black with #A30226
Text Example
Text Example
White with #A30226
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A30226; }
p { color: rgb(163,2,38); }
H1.HeaderClassName
{
color: #A30226;
}
.AnyTagClassName
{
color: #A30226;
}
</style>
background-color css
<style>
a { background-color: #A30226; }
a { background-color: rgb(163,2,38); }
div.DivClassName
{
background-color: #A30226;
}
.BgClassName
{
background-color: #A30226;
}
</style>
border-color css
<style>
span { border-color: #A30226; }
span { border-color: rgb(163,2,38); }
td.TdClassName
{
border-color: #A30226;
}
.TagClassName
{
border-color: #A30226;
}
</style>