Shades of Carmine #A50438
Tints of Carmine #A50438
RGB
CMYK
RGB Variations
Color information
#A50438 (or 0xA50438) is known color: Carmine. HEX triplet: A5, 04 and 38. RGB value is (165,4,56). Sum of RGB (Red+Green+Blue) = 165+4+56=225 (29% of max value = 765). Red value is 165 (64.84% from 255 or 73.33% from 225); Green value is 4 (1.95% from 255 or 1.78% from 225); Blue value is 56 (22.27% from 255 or 24.89% from 225); Max value from RGB is 165 - color contains mainly: red. Hex color #A50438 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A50438 is #5AFBC7. Grayscale: #3A3A3A. Windows color (decimal): -5962696 or 3671205. OLE color: 3671205.
HSL color Cylindrical-coordinate representation of color #A50438: hue angle of 340.62º degrees, saturation: 0.95, 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 #A50438 is Cyan = 0, Magento = 0.98, Yellow = 0.66 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 4 | 56 | - |
| CMYK | 0 | 0.98 | 0.66 | 0.35 |
| HSL | 340.62º | 0.95% | 0.33% | - |
| HSV(B) | 340.62º | 0.98% | 0.65% | - |
| XYZ | 16.27 | 8.37 | 4.5 | - |
| YUV | 58.07 | 126.84 | 204.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 4 | 56 | 0 | 0.98 | 0.66 | 0.35 | 340.62 | 0.95 | 0.33 |
| Hex | A5 | 4 | 38 | 0 | 62 | 42 | 23 | 155 | 5F | 21 |
| Octal | 245 | 4 | 70 | 0 | 142 | 102 | 43 | 525 | 137 | 41 |
| Binary | 10100101 | 100 | 111000 | 0 | 1100010 | 1000010 | 100011 | 101010101 | 1011111 | 100001 |
Color Harmonies of #A50438
Complementary color
Monochromatic Colors of #A50438
Black with #A50438
Text Example
Text Example
White with #A50438
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A50438; }
p { color: rgb(165,4,56); }
H1.HeaderClassName
{
color: #A50438;
}
.AnyTagClassName
{
color: #A50438;
}
</style>
background-color css
<style>
a { background-color: #A50438; }
a { background-color: rgb(165,4,56); }
div.DivClassName
{
background-color: #A50438;
}
.BgClassName
{
background-color: #A50438;
}
</style>
border-color css
<style>
span { border-color: #A50438; }
span { border-color: rgb(165,4,56); }
td.TdClassName
{
border-color: #A50438;
}
.TagClassName
{
border-color: #A50438;
}
</style>