Shades of Carmine #A3052B
Tints of Carmine #A3052B
RGB
CMYK
RGB Variations
Color information
#A3052B (or 0xA3052B) is known color: Carmine. HEX triplet: A3, 05 and 2B. RGB value is (163,5,43). Sum of RGB (Red+Green+Blue) = 163+5+43=211 (27% of max value = 765). Red value is 163 (64.06% from 255 or 77.25% from 211); Green value is 5 (2.34% from 255 or 2.37% from 211); Blue value is 43 (17.19% from 255 or 20.38% from 211); Max value from RGB is 163 - color contains mainly: red. Hex color #A3052B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A3052B is #5CFAD4. Grayscale: #383838. Windows color (decimal): -6093525 or 2819491. OLE color: 2819491.
HSL color Cylindrical-coordinate representation of color #A3052B: hue angle of 345.57º 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 #A3052B is Cyan = 0, Magento = 0.97, Yellow = 0.74 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 5 | 43 | - |
| CMYK | 0 | 0.97 | 0.74 | 0.36 |
| HSL | 345.57º | 0.94% | 0.33% | - |
| HSV(B) | 345.57º | 0.97% | 0.64% | - |
| XYZ | 15.59 | 8.07 | 3.02 | - |
| YUV | 56.57 | 120.35 | 203.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 5 | 43 | 0 | 0.97 | 0.74 | 0.36 | 345.57 | 0.94 | 0.33 |
| Hex | A3 | 5 | 2B | 0 | 61 | 4A | 24 | 15A | 5E | 21 |
| Octal | 243 | 5 | 53 | 0 | 141 | 112 | 44 | 532 | 136 | 41 |
| Binary | 10100011 | 101 | 101011 | 0 | 1100001 | 1001010 | 100100 | 101011010 | 1011110 | 100001 |
Color Harmonies of #A3052B
Complementary color
Monochromatic Colors of #A3052B
Black with #A3052B
Text Example
Text Example
White with #A3052B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3052B; }
p { color: rgb(163,5,43); }
H1.HeaderClassName
{
color: #A3052B;
}
.AnyTagClassName
{
color: #A3052B;
}
</style>
background-color css
<style>
a { background-color: #A3052B; }
a { background-color: rgb(163,5,43); }
div.DivClassName
{
background-color: #A3052B;
}
.BgClassName
{
background-color: #A3052B;
}
</style>
border-color css
<style>
span { border-color: #A3052B; }
span { border-color: rgb(163,5,43); }
td.TdClassName
{
border-color: #A3052B;
}
.TagClassName
{
border-color: #A3052B;
}
</style>