Shades of Carmine #A5052A
Tints of Carmine #A5052A
RGB
CMYK
RGB Variations
Color information
#A5052A (or 0xA5052A) is known color: Carmine. HEX triplet: A5, 05 and 2A. RGB value is (165,5,42). Sum of RGB (Red+Green+Blue) = 165+5+42=212 (28% of max value = 765). Red value is 165 (64.84% from 255 or 77.83% from 212); Green value is 5 (2.34% from 255 or 2.36% from 212); Blue value is 42 (16.80% from 255 or 19.81% from 212); Max value from RGB is 165 - color contains mainly: red. Hex color #A5052A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A5052A is #5AFAD5. Grayscale: #393939. Windows color (decimal): -5962454 or 2753957. OLE color: 2753957.
HSL color Cylindrical-coordinate representation of color #A5052A: hue angle of 346.12º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A5052A is Cyan = 0, Magento = 0.97, Yellow = 0.75 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 5 | 42 | - |
| CMYK | 0 | 0.97 | 0.75 | 0.35 |
| HSL | 346.13º | 0.94% | 0.33% | - |
| HSV(B) | 346.13º | 0.97% | 0.65% | - |
| XYZ | 15.99 | 8.28 | 2.95 | - |
| YUV | 57.06 | 119.51 | 204.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 5 | 42 | 0 | 0.97 | 0.75 | 0.35 | 346.13 | 0.94 | 0.33 |
| Hex | A5 | 5 | 2A | 0 | 61 | 4B | 23 | 15A | 5E | 21 |
| Octal | 245 | 5 | 52 | 0 | 141 | 113 | 43 | 532 | 136 | 41 |
| Binary | 10100101 | 101 | 101010 | 0 | 1100001 | 1001011 | 100011 | 101011010 | 1011110 | 100001 |
Color Harmonies of #A5052A
Complementary color
Monochromatic Colors of #A5052A
Black with #A5052A
Text Example
Text Example
White with #A5052A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5052A; }
p { color: rgb(165,5,42); }
H1.HeaderClassName
{
color: #A5052A;
}
.AnyTagClassName
{
color: #A5052A;
}
</style>
background-color css
<style>
a { background-color: #A5052A; }
a { background-color: rgb(165,5,42); }
div.DivClassName
{
background-color: #A5052A;
}
.BgClassName
{
background-color: #A5052A;
}
</style>
border-color css
<style>
span { border-color: #A5052A; }
span { border-color: rgb(165,5,42); }
td.TdClassName
{
border-color: #A5052A;
}
.TagClassName
{
border-color: #A5052A;
}
</style>