Shades of Carmine #A30127
Tints of Carmine #A30127
RGB
CMYK
RGB Variations
Color information
#A30127 (or 0xA30127) is known color: Carmine. HEX triplet: A3, 01 and 27. RGB value is (163,1,39). Sum of RGB (Red+Green+Blue) = 163+1+39=203 (26% of max value = 765). Red value is 163 (64.06% from 255 or 80.30% from 203); Green value is 1 (0.78% from 255 or 0.49% from 203); Blue value is 39 (15.62% from 255 or 19.21% from 203); Max value from RGB is 163 - color contains mainly: red. Hex color #A30127 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A30127 is #5CFED8. Grayscale: #353535. Windows color (decimal): -6094553 or 2556323. OLE color: 2556323.
HSL color Cylindrical-coordinate representation of color #A30127: hue angle of 345.93º degrees, saturation: 0.99, 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 #A30127 is Cyan = 0, Magento = 0.99, Yellow = 0.76 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 1 | 39 | - |
| CMYK | 0 | 0.99 | 0.76 | 0.36 |
| HSL | 345.93º | 0.99% | 0.32% | - |
| HSV(B) | 345.93º | 0.99% | 0.64% | - |
| XYZ | 15.48 | 7.95 | 2.64 | - |
| YUV | 53.77 | 119.67 | 205.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 1 | 39 | 0 | 0.99 | 0.76 | 0.36 | 345.93 | 0.99 | 0.32 |
| Hex | A3 | 1 | 27 | 0 | 63 | 4C | 24 | 15A | 63 | 20 |
| Octal | 243 | 1 | 47 | 0 | 143 | 114 | 44 | 532 | 143 | 40 |
| Binary | 10100011 | 1 | 100111 | 0 | 1100011 | 1001100 | 100100 | 101011010 | 1100011 | 100000 |
Color Harmonies of #A30127
Complementary color
Monochromatic Colors of #A30127
Black with #A30127
Text Example
Text Example
White with #A30127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A30127; }
p { color: rgb(163,1,39); }
H1.HeaderClassName
{
color: #A30127;
}
.AnyTagClassName
{
color: #A30127;
}
</style>
background-color css
<style>
a { background-color: #A30127; }
a { background-color: rgb(163,1,39); }
div.DivClassName
{
background-color: #A30127;
}
.BgClassName
{
background-color: #A30127;
}
</style>
border-color css
<style>
span { border-color: #A30127; }
span { border-color: rgb(163,1,39); }
td.TdClassName
{
border-color: #A30127;
}
.TagClassName
{
border-color: #A30127;
}
</style>