Shades of Carmine #A50128
Tints of Carmine #A50128
RGB
CMYK
RGB Variations
Color information
#A50128 (or 0xA50128) is known color: Carmine. HEX triplet: A5, 01 and 28. RGB value is (165,1,40). Sum of RGB (Red+Green+Blue) = 165+1+40=206 (27% of max value = 765). Red value is 165 (64.84% from 255 or 80.10% from 206); Green value is 1 (0.78% from 255 or 0.49% from 206); Blue value is 40 (16.02% from 255 or 19.42% from 206); Max value from RGB is 165 - color contains mainly: red. Hex color #A50128 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A50128 is #5AFED7. Grayscale: #363636. Windows color (decimal): -5963480 or 2621861. OLE color: 2621861.
HSL color Cylindrical-coordinate representation of color #A50128: hue angle of 345.73º 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 #A50128 is Cyan = 0, Magento = 0.99, Yellow = 0.76 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 1 | 40 | - |
| CMYK | 0 | 0.99 | 0.76 | 0.35 |
| HSL | 345.73º | 0.99% | 0.33% | - |
| HSV(B) | 345.73º | 0.99% | 0.65% | - |
| XYZ | 15.91 | 8.17 | 2.75 | - |
| YUV | 54.48 | 119.83 | 206.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 1 | 40 | 0 | 0.99 | 0.76 | 0.35 | 345.73 | 0.99 | 0.33 |
| Hex | A5 | 1 | 28 | 0 | 63 | 4C | 23 | 15A | 63 | 21 |
| Octal | 245 | 1 | 50 | 0 | 143 | 114 | 43 | 532 | 143 | 41 |
| Binary | 10100101 | 1 | 101000 | 0 | 1100011 | 1001100 | 100011 | 101011010 | 1100011 | 100001 |
Color Harmonies of #A50128
Complementary color
Monochromatic Colors of #A50128
Black with #A50128
Text Example
Text Example
White with #A50128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A50128; }
p { color: rgb(165,1,40); }
H1.HeaderClassName
{
color: #A50128;
}
.AnyTagClassName
{
color: #A50128;
}
</style>
background-color css
<style>
a { background-color: #A50128; }
a { background-color: rgb(165,1,40); }
div.DivClassName
{
background-color: #A50128;
}
.BgClassName
{
background-color: #A50128;
}
</style>
border-color css
<style>
span { border-color: #A50128; }
span { border-color: rgb(165,1,40); }
td.TdClassName
{
border-color: #A50128;
}
.TagClassName
{
border-color: #A50128;
}
</style>