Shades of Carmine #A3052A
Tints of Carmine #A3052A
RGB
CMYK
RGB Variations
Color information
#A3052A (or 0xA3052A) is known color: Carmine. HEX triplet: A3, 05 and 2A. RGB value is (163,5,42). Sum of RGB (Red+Green+Blue) = 163+5+42=210 (27% of max value = 765). Red value is 163 (64.06% from 255 or 77.62% from 210); Green value is 5 (2.34% from 255 or 2.38% from 210); Blue value is 42 (16.80% from 255 or 20% from 210); Max value from RGB is 163 - color contains mainly: red. Hex color #A3052A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A3052A is #5CFAD5. Grayscale: #383838. Windows color (decimal): -6093526 or 2753955. OLE color: 2753955.
HSL color Cylindrical-coordinate representation of color #A3052A: hue angle of 345.95º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A3052A is Cyan = 0, Magento = 0.97, Yellow = 0.74 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 5 | 42 | - |
| CMYK | 0 | 0.97 | 0.74 | 0.36 |
| HSL | 345.95º | 0.94% | 0.33% | - |
| HSV(B) | 345.95º | 0.97% | 0.64% | - |
| XYZ | 15.58 | 8.06 | 2.93 | - |
| YUV | 56.46 | 119.85 | 203.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 5 | 42 | 0 | 0.97 | 0.74 | 0.36 | 345.95 | 0.94 | 0.33 |
| Hex | A3 | 5 | 2A | 0 | 61 | 4A | 24 | 15A | 5E | 21 |
| Octal | 243 | 5 | 52 | 0 | 141 | 112 | 44 | 532 | 136 | 41 |
| Binary | 10100011 | 101 | 101010 | 0 | 1100001 | 1001010 | 100100 | 101011010 | 1011110 | 100001 |
Color Harmonies of #A3052A
Complementary color
Monochromatic Colors of #A3052A
Black with #A3052A
Text Example
Text Example
White with #A3052A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3052A; }
p { color: rgb(163,5,42); }
H1.HeaderClassName
{
color: #A3052A;
}
.AnyTagClassName
{
color: #A3052A;
}
</style>
background-color css
<style>
a { background-color: #A3052A; }
a { background-color: rgb(163,5,42); }
div.DivClassName
{
background-color: #A3052A;
}
.BgClassName
{
background-color: #A3052A;
}
</style>
border-color css
<style>
span { border-color: #A3052A; }
span { border-color: rgb(163,5,42); }
td.TdClassName
{
border-color: #A3052A;
}
.TagClassName
{
border-color: #A3052A;
}
</style>