Shades of Carmine #A50C30
Tints of Carmine #A50C30
RGB
CMYK
RGB Variations
Color information
#A50C30 (or 0xA50C30) is known color: Carmine. HEX triplet: A5, 0C and 30. RGB value is (165,12,48). Sum of RGB (Red+Green+Blue) = 165+12+48=225 (29% of max value = 765). Red value is 165 (64.84% from 255 or 73.33% from 225); Green value is 12 (5.08% from 255 or 5.33% from 225); Blue value is 48 (19.14% from 255 or 21.33% from 225); Max value from RGB is 165 - color contains mainly: red. Hex color #A50C30 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A50C30 is #5AF3CF. Grayscale: #3D3D3D. Windows color (decimal): -5960656 or 3148965. OLE color: 3148965.
HSL color Cylindrical-coordinate representation of color #A50C30: hue angle of 345.88º degrees, saturation: 0.86, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A50C30 is Cyan = 0, Magento = 0.93, Yellow = 0.71 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 12 | 48 | - |
| CMYK | 0 | 0.93 | 0.71 | 0.35 |
| HSL | 345.88º | 0.86% | 0.35% | - |
| HSV(B) | 345.88º | 0.93% | 0.65% | - |
| XYZ | 16.18 | 8.48 | 3.58 | - |
| YUV | 61.85 | 120.19 | 201.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 12 | 48 | 0 | 0.93 | 0.71 | 0.35 | 345.88 | 0.86 | 0.35 |
| Hex | A5 | C | 30 | 0 | 5D | 47 | 23 | 15A | 56 | 23 |
| Octal | 245 | 14 | 60 | 0 | 135 | 107 | 43 | 532 | 126 | 43 |
| Binary | 10100101 | 1100 | 110000 | 0 | 1011101 | 1000111 | 100011 | 101011010 | 1010110 | 100011 |
Color Harmonies of #A50C30
Complementary color
Monochromatic Colors of #A50C30
Black with #A50C30
Text Example
Text Example
White with #A50C30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A50C30; }
p { color: rgb(165,12,48); }
H1.HeaderClassName
{
color: #A50C30;
}
.AnyTagClassName
{
color: #A50C30;
}
</style>
background-color css
<style>
a { background-color: #A50C30; }
a { background-color: rgb(165,12,48); }
div.DivClassName
{
background-color: #A50C30;
}
.BgClassName
{
background-color: #A50C30;
}
</style>
border-color css
<style>
span { border-color: #A50C30; }
span { border-color: rgb(165,12,48); }
td.TdClassName
{
border-color: #A50C30;
}
.TagClassName
{
border-color: #A50C30;
}
</style>