Shades of Carmine #A50223
Tints of Carmine #A50223
RGB
CMYK
RGB Variations
Color information
#A50223 (or 0xA50223) is known color: Carmine. HEX triplet: A5, 02 and 23. RGB value is (165,2,35). Sum of RGB (Red+Green+Blue) = 165+2+35=202 (26% of max value = 765). Red value is 165 (64.84% from 255 or 81.68% from 202); Green value is 2 (1.17% from 255 or 0.99% from 202); Blue value is 35 (14.06% from 255 or 17.33% from 202); Max value from RGB is 165 - color contains mainly: red. Hex color #A50223 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A50223 is #5AFDDC. Grayscale: #363636. Windows color (decimal): -5963229 or 2294437. OLE color: 2294437.
HSL color Cylindrical-coordinate representation of color #A50223: hue angle of 347.85º degrees, saturation: 0.98, 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 #A50223 is Cyan = 0, Magento = 0.99, Yellow = 0.79 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 2 | 35 | - |
| CMYK | 0 | 0.99 | 0.79 | 0.35 |
| HSL | 347.85º | 0.98% | 0.33% | - |
| HSV(B) | 347.85º | 0.99% | 0.65% | - |
| XYZ | 15.84 | 8.16 | 2.33 | - |
| YUV | 54.5 | 117 | 206.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 2 | 35 | 0 | 0.99 | 0.79 | 0.35 | 347.85 | 0.98 | 0.33 |
| Hex | A5 | 2 | 23 | 0 | 63 | 4F | 23 | 15C | 62 | 21 |
| Octal | 245 | 2 | 43 | 0 | 143 | 117 | 43 | 534 | 142 | 41 |
| Binary | 10100101 | 10 | 100011 | 0 | 1100011 | 1001111 | 100011 | 101011100 | 1100010 | 100001 |
Color Harmonies of #A50223
Complementary color
Monochromatic Colors of #A50223
Black with #A50223
Text Example
Text Example
White with #A50223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A50223; }
p { color: rgb(165,2,35); }
H1.HeaderClassName
{
color: #A50223;
}
.AnyTagClassName
{
color: #A50223;
}
</style>
background-color css
<style>
a { background-color: #A50223; }
a { background-color: rgb(165,2,35); }
div.DivClassName
{
background-color: #A50223;
}
.BgClassName
{
background-color: #A50223;
}
</style>
border-color css
<style>
span { border-color: #A50223; }
span { border-color: rgb(165,2,35); }
td.TdClassName
{
border-color: #A50223;
}
.TagClassName
{
border-color: #A50223;
}
</style>