Shades of Carmine #A5032E
Tints of Carmine #A5032E
RGB
CMYK
RGB Variations
Color information
#A5032E (or 0xA5032E) is known color: Carmine. HEX triplet: A5, 03 and 2E. RGB value is (165,3,46). Sum of RGB (Red+Green+Blue) = 165+3+46=214 (28% of max value = 765). Red value is 165 (64.84% from 255 or 77.10% from 214); Green value is 3 (1.56% from 255 or 1.40% from 214); Blue value is 46 (18.36% from 255 or 21.50% from 214); Max value from RGB is 165 - color contains mainly: red. Hex color #A5032E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A5032E is #5AFCD1. Grayscale: #383838. Windows color (decimal): -5962962 or 3015589. OLE color: 3015589.
HSL color Cylindrical-coordinate representation of color #A5032E: hue angle of 344.07º degrees, saturation: 0.96, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A5032E is Cyan = 0, Magento = 0.98, Yellow = 0.72 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 3 | 46 | - |
| CMYK | 0 | 0.98 | 0.72 | 0.35 |
| HSL | 344.07º | 0.96% | 0.33% | - |
| HSV(B) | 344.07º | 0.98% | 0.65% | - |
| XYZ | 16.04 | 8.26 | 3.33 | - |
| YUV | 56.34 | 122.17 | 205.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 3 | 46 | 0 | 0.98 | 0.72 | 0.35 | 344.07 | 0.96 | 0.33 |
| Hex | A5 | 3 | 2E | 0 | 62 | 48 | 23 | 158 | 60 | 21 |
| Octal | 245 | 3 | 56 | 0 | 142 | 110 | 43 | 530 | 140 | 41 |
| Binary | 10100101 | 11 | 101110 | 0 | 1100010 | 1001000 | 100011 | 101011000 | 1100000 | 100001 |
Color Harmonies of #A5032E
Complementary color
Monochromatic Colors of #A5032E
Black with #A5032E
Text Example
Text Example
White with #A5032E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5032E; }
p { color: rgb(165,3,46); }
H1.HeaderClassName
{
color: #A5032E;
}
.AnyTagClassName
{
color: #A5032E;
}
</style>
background-color css
<style>
a { background-color: #A5032E; }
a { background-color: rgb(165,3,46); }
div.DivClassName
{
background-color: #A5032E;
}
.BgClassName
{
background-color: #A5032E;
}
</style>
border-color css
<style>
span { border-color: #A5032E; }
span { border-color: rgb(165,3,46); }
td.TdClassName
{
border-color: #A5032E;
}
.TagClassName
{
border-color: #A5032E;
}
</style>