Shades of Carmine #A50238
Tints of Carmine #A50238
RGB
CMYK
RGB Variations
Color information
#A50238 (or 0xA50238) is known color: Carmine. HEX triplet: A5, 02 and 38. RGB value is (165,2,56). Sum of RGB (Red+Green+Blue) = 165+2+56=223 (29% of max value = 765). Red value is 165 (64.84% from 255 or 73.99% from 223); Green value is 2 (1.17% from 255 or 0.90% from 223); Blue value is 56 (22.27% from 255 or 25.11% from 223); Max value from RGB is 165 - color contains mainly: red. Hex color #A50238 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A50238 is #5AFDC7. Grayscale: #383838. Windows color (decimal): -5963208 or 3670693. OLE color: 3670693.
HSL color Cylindrical-coordinate representation of color #A50238: hue angle of 340.12º 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 #A50238 is Cyan = 0, Magento = 0.99, Yellow = 0.66 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 2 | 56 | - |
| CMYK | 0 | 0.99 | 0.66 | 0.35 |
| HSL | 340.12º | 0.98% | 0.33% | - |
| HSV(B) | 340.12º | 0.99% | 0.65% | - |
| XYZ | 16.25 | 8.33 | 4.49 | - |
| YUV | 56.89 | 127.5 | 205.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 2 | 56 | 0 | 0.99 | 0.66 | 0.35 | 340.12 | 0.98 | 0.33 |
| Hex | A5 | 2 | 38 | 0 | 63 | 42 | 23 | 154 | 62 | 21 |
| Octal | 245 | 2 | 70 | 0 | 143 | 102 | 43 | 524 | 142 | 41 |
| Binary | 10100101 | 10 | 111000 | 0 | 1100011 | 1000010 | 100011 | 101010100 | 1100010 | 100001 |
Color Harmonies of #A50238
Complementary color
Monochromatic Colors of #A50238
Black with #A50238
Text Example
Text Example
White with #A50238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A50238; }
p { color: rgb(165,2,56); }
H1.HeaderClassName
{
color: #A50238;
}
.AnyTagClassName
{
color: #A50238;
}
</style>
background-color css
<style>
a { background-color: #A50238; }
a { background-color: rgb(165,2,56); }
div.DivClassName
{
background-color: #A50238;
}
.BgClassName
{
background-color: #A50238;
}
</style>
border-color css
<style>
span { border-color: #A50238; }
span { border-color: rgb(165,2,56); }
td.TdClassName
{
border-color: #A50238;
}
.TagClassName
{
border-color: #A50238;
}
</style>