Shades of Carmine #A5031D
Tints of Carmine #A5031D
RGB
CMYK
RGB Variations
Color information
#A5031D (or 0xA5031D) is known color: Carmine. HEX triplet: A5, 03 and 1D. RGB value is (165,3,29). Sum of RGB (Red+Green+Blue) = 165+3+29=197 (26% of max value = 765). Red value is 165 (64.84% from 255 or 83.76% from 197); Green value is 3 (1.56% from 255 or 1.52% from 197); Blue value is 29 (11.72% from 255 or 14.72% from 197); Max value from RGB is 165 - color contains mainly: red. Hex color #A5031D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A5031D is #5AFCE2. Grayscale: #363636. Windows color (decimal): -5962979 or 1901477. OLE color: 1901477.
HSL color Cylindrical-coordinate representation of color #A5031D: hue angle of 350.37º 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 #A5031D is Cyan = 0, Magento = 0.98, Yellow = 0.82 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 3 | 29 | - |
| CMYK | 0 | 0.98 | 0.82 | 0.35 |
| HSL | 350.37º | 0.96% | 0.33% | - |
| HSV(B) | 350.37º | 0.98% | 0.65% | - |
| XYZ | 15.77 | 8.15 | 1.9 | - |
| YUV | 54.4 | 113.67 | 206.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 3 | 29 | 0 | 0.98 | 0.82 | 0.35 | 350.37 | 0.96 | 0.33 |
| Hex | A5 | 3 | 1D | 0 | 62 | 52 | 23 | 15E | 60 | 21 |
| Octal | 245 | 3 | 35 | 0 | 142 | 122 | 43 | 536 | 140 | 41 |
| Binary | 10100101 | 11 | 11101 | 0 | 1100010 | 1010010 | 100011 | 101011110 | 1100000 | 100001 |
Color Harmonies of #A5031D
Complementary color
Monochromatic Colors of #A5031D
Black with #A5031D
Text Example
Text Example
White with #A5031D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5031D; }
p { color: rgb(165,3,29); }
H1.HeaderClassName
{
color: #A5031D;
}
.AnyTagClassName
{
color: #A5031D;
}
</style>
background-color css
<style>
a { background-color: #A5031D; }
a { background-color: rgb(165,3,29); }
div.DivClassName
{
background-color: #A5031D;
}
.BgClassName
{
background-color: #A5031D;
}
</style>
border-color css
<style>
span { border-color: #A5031D; }
span { border-color: rgb(165,3,29); }
td.TdClassName
{
border-color: #A5031D;
}
.TagClassName
{
border-color: #A5031D;
}
</style>