Shades of Carmine #A50320
Tints of Carmine #A50320
RGB
CMYK
RGB Variations
Color information
#A50320 (or 0xA50320) is known color: Carmine. HEX triplet: A5, 03 and 20. RGB value is (165,3,32). Sum of RGB (Red+Green+Blue) = 165+3+32=200 (26% of max value = 765). Red value is 165 (64.84% from 255 or 82.5% from 200); Green value is 3 (1.56% from 255 or 1.5% from 200); Blue value is 32 (12.89% from 255 or 16% from 200); Max value from RGB is 165 - color contains mainly: red. Hex color #A50320 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A50320 is #5AFCDF. Grayscale: #363636. Windows color (decimal): -5962976 or 2098085. OLE color: 2098085.
HSL color Cylindrical-coordinate representation of color #A50320: hue angle of 349.26º 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 #A50320 is Cyan = 0, Magento = 0.98, Yellow = 0.81 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 3 | 32 | - |
| CMYK | 0 | 0.98 | 0.81 | 0.35 |
| HSL | 349.26º | 0.96% | 0.33% | - |
| HSV(B) | 349.26º | 0.98% | 0.65% | - |
| XYZ | 15.81 | 8.17 | 2.11 | - |
| YUV | 54.74 | 115.17 | 206.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 3 | 32 | 0 | 0.98 | 0.81 | 0.35 | 349.26 | 0.96 | 0.33 |
| Hex | A5 | 3 | 20 | 0 | 62 | 51 | 23 | 15D | 60 | 21 |
| Octal | 245 | 3 | 40 | 0 | 142 | 121 | 43 | 535 | 140 | 41 |
| Binary | 10100101 | 11 | 100000 | 0 | 1100010 | 1010001 | 100011 | 101011101 | 1100000 | 100001 |
Color Harmonies of #A50320
Complementary color
Monochromatic Colors of #A50320
Black with #A50320
Text Example
Text Example
White with #A50320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A50320; }
p { color: rgb(165,3,32); }
H1.HeaderClassName
{
color: #A50320;
}
.AnyTagClassName
{
color: #A50320;
}
</style>
background-color css
<style>
a { background-color: #A50320; }
a { background-color: rgb(165,3,32); }
div.DivClassName
{
background-color: #A50320;
}
.BgClassName
{
background-color: #A50320;
}
</style>
border-color css
<style>
span { border-color: #A50320; }
span { border-color: rgb(165,3,32); }
td.TdClassName
{
border-color: #A50320;
}
.TagClassName
{
border-color: #A50320;
}
</style>