Shades of Carmine #A30831
Tints of Carmine #A30831
RGB
CMYK
RGB Variations
Color information
#A30831 (or 0xA30831) is known color: Carmine. HEX triplet: A3, 08 and 31. RGB value is (163,8,49). Sum of RGB (Red+Green+Blue) = 163+8+49=220 (29% of max value = 765). Red value is 163 (64.06% from 255 or 74.09% from 220); Green value is 8 (3.52% from 255 or 3.64% from 220); Blue value is 49 (19.53% from 255 or 22.27% from 220); Max value from RGB is 163 - color contains mainly: red. Hex color #A30831 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A30831 is #5CF7CE. Grayscale: #3B3B3B. Windows color (decimal): -6092751 or 3213475. OLE color: 3213475.
HSL color Cylindrical-coordinate representation of color #A30831: hue angle of 344.13º degrees, saturation: 0.91, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A30831 is Cyan = 0, Magento = 0.95, Yellow = 0.70 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 8 | 49 | - |
| CMYK | 0 | 0.95 | 0.70 | 0.36 |
| HSL | 344.13º | 0.91% | 0.34% | - |
| HSV(B) | 344.13º | 0.95% | 0.64% | - |
| XYZ | 15.75 | 8.18 | 3.66 | - |
| YUV | 59.02 | 122.35 | 202.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 8 | 49 | 0 | 0.95 | 0.70 | 0.36 | 344.13 | 0.91 | 0.34 |
| Hex | A3 | 8 | 31 | 0 | 5F | 46 | 24 | 158 | 5B | 22 |
| Octal | 243 | 10 | 61 | 0 | 137 | 106 | 44 | 530 | 133 | 42 |
| Binary | 10100011 | 1000 | 110001 | 0 | 1011111 | 1000110 | 100100 | 101011000 | 1011011 | 100010 |
Color Harmonies of #A30831
Complementary color
Monochromatic Colors of #A30831
Black with #A30831
Text Example
Text Example
White with #A30831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A30831; }
p { color: rgb(163,8,49); }
H1.HeaderClassName
{
color: #A30831;
}
.AnyTagClassName
{
color: #A30831;
}
</style>
background-color css
<style>
a { background-color: #A30831; }
a { background-color: rgb(163,8,49); }
div.DivClassName
{
background-color: #A30831;
}
.BgClassName
{
background-color: #A30831;
}
</style>
border-color css
<style>
span { border-color: #A30831; }
span { border-color: rgb(163,8,49); }
td.TdClassName
{
border-color: #A30831;
}
.TagClassName
{
border-color: #A30831;
}
</style>