Shades of Carmine #A81425
Tints of Carmine #A81425
RGB
CMYK
RGB Variations
Color information
#A81425 (or 0xA81425) is known color: Carmine. HEX triplet: A8, 14 and 25. RGB value is (168,20,37). Sum of RGB (Red+Green+Blue) = 168+20+37=225 (29% of max value = 765). Red value is 168 (66.02% from 255 or 74.67% from 225); Green value is 20 (8.20% from 255 or 8.89% from 225); Blue value is 37 (14.84% from 255 or 16.44% from 225); Max value from RGB is 168 - color contains mainly: red. Hex color #A81425 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A81425 is #57EBDA. Grayscale: #424242. Windows color (decimal): -5762011 or 2430120. OLE color: 2430120.
HSL color Cylindrical-coordinate representation of color #A81425: hue angle of 353.11º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A81425 is Cyan = 0, Magento = 0.88, Yellow = 0.78 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 20 | 37 | - |
| CMYK | 0 | 0.88 | 0.78 | 0.34 |
| HSL | 353.11º | 0.79% | 0.37% | - |
| HSV(B) | 353.11º | 0.88% | 0.66% | - |
| XYZ | 16.73 | 8.96 | 2.6 | - |
| YUV | 66.19 | 111.53 | 200.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 20 | 37 | 0 | 0.88 | 0.78 | 0.34 | 353.11 | 0.79 | 0.37 |
| Hex | A8 | 14 | 25 | 0 | 58 | 4E | 22 | 161 | 4F | 25 |
| Octal | 250 | 24 | 45 | 0 | 130 | 116 | 42 | 541 | 117 | 45 |
| Binary | 10101000 | 10100 | 100101 | 0 | 1011000 | 1001110 | 100010 | 101100001 | 1001111 | 100101 |
Color Harmonies of #A81425
Complementary color
Monochromatic Colors of #A81425
Black with #A81425
Text Example
Text Example
White with #A81425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81425; }
p { color: rgb(168,20,37); }
H1.HeaderClassName
{
color: #A81425;
}
.AnyTagClassName
{
color: #A81425;
}
</style>
background-color css
<style>
a { background-color: #A81425; }
a { background-color: rgb(168,20,37); }
div.DivClassName
{
background-color: #A81425;
}
.BgClassName
{
background-color: #A81425;
}
</style>
border-color css
<style>
span { border-color: #A81425; }
span { border-color: rgb(168,20,37); }
td.TdClassName
{
border-color: #A81425;
}
.TagClassName
{
border-color: #A81425;
}
</style>