Shades of Carmine #A50122
Tints of Carmine #A50122
RGB
CMYK
RGB Variations
Color information
#A50122 (or 0xA50122) is known color: Carmine. HEX triplet: A5, 01 and 22. RGB value is (165,1,34). Sum of RGB (Red+Green+Blue) = 165+1+34=200 (26% of max value = 765). Red value is 165 (64.84% from 255 or 82.5% from 200); Green value is 1 (0.78% from 255 or 0.5% from 200); Blue value is 34 (13.67% from 255 or 17% from 200); Max value from RGB is 165 - color contains mainly: red. Hex color #A50122 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A50122 is #5AFEDD. Grayscale: #353535. Windows color (decimal): -5963486 or 2228645. OLE color: 2228645.
HSL color Cylindrical-coordinate representation of color #A50122: hue angle of 347.93º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A50122 is Cyan = 0, Magento = 0.99, Yellow = 0.79 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 1 | 34 | - |
| CMYK | 0 | 0.99 | 0.79 | 0.35 |
| HSL | 347.93º | 0.99% | 0.33% | - |
| HSV(B) | 347.93º | 0.99% | 0.65% | - |
| XYZ | 15.82 | 8.14 | 2.25 | - |
| YUV | 53.8 | 116.83 | 207.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 1 | 34 | 0 | 0.99 | 0.79 | 0.35 | 347.93 | 0.99 | 0.33 |
| Hex | A5 | 1 | 22 | 0 | 63 | 4F | 23 | 15C | 63 | 21 |
| Octal | 245 | 1 | 42 | 0 | 143 | 117 | 43 | 534 | 143 | 41 |
| Binary | 10100101 | 1 | 100010 | 0 | 1100011 | 1001111 | 100011 | 101011100 | 1100011 | 100001 |
Color Harmonies of #A50122
Complementary color
Monochromatic Colors of #A50122
Black with #A50122
Text Example
Text Example
White with #A50122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A50122; }
p { color: rgb(165,1,34); }
H1.HeaderClassName
{
color: #A50122;
}
.AnyTagClassName
{
color: #A50122;
}
</style>
background-color css
<style>
a { background-color: #A50122; }
a { background-color: rgb(165,1,34); }
div.DivClassName
{
background-color: #A50122;
}
.BgClassName
{
background-color: #A50122;
}
</style>
border-color css
<style>
span { border-color: #A50122; }
span { border-color: rgb(165,1,34); }
td.TdClassName
{
border-color: #A50122;
}
.TagClassName
{
border-color: #A50122;
}
</style>