Shades of Carmine #A81723
Tints of Carmine #A81723
RGB
CMYK
RGB Variations
Color information
#A81723 (or 0xA81723) is known color: Carmine. HEX triplet: A8, 17 and 23. RGB value is (168,23,35). Sum of RGB (Red+Green+Blue) = 168+23+35=226 (29% of max value = 765). Red value is 168 (66.02% from 255 or 74.34% from 226); Green value is 23 (9.38% from 255 or 10.18% from 226); Blue value is 35 (14.06% from 255 or 15.49% from 226); Max value from RGB is 168 - color contains mainly: red. Hex color #A81723 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A81723 is #57E8DC. Grayscale: #434343. Windows color (decimal): -5761245 or 2299816. OLE color: 2299816.
HSL color Cylindrical-coordinate representation of color #A81723: hue angle of 355.03º degrees, saturation: 0.76, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A81723 is Cyan = 0, Magento = 0.86, Yellow = 0.79 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 23 | 35 | - |
| CMYK | 0 | 0.86 | 0.79 | 0.34 |
| HSL | 355.03º | 0.76% | 0.37% | - |
| HSV(B) | 355.03º | 0.86% | 0.66% | - |
| XYZ | 16.76 | 9.06 | 2.46 | - |
| YUV | 67.72 | 109.54 | 199.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 23 | 35 | 0 | 0.86 | 0.79 | 0.34 | 355.03 | 0.76 | 0.37 |
| Hex | A8 | 17 | 23 | 0 | 56 | 4F | 22 | 163 | 4C | 25 |
| Octal | 250 | 27 | 43 | 0 | 126 | 117 | 42 | 543 | 114 | 45 |
| Binary | 10101000 | 10111 | 100011 | 0 | 1010110 | 1001111 | 100010 | 101100011 | 1001100 | 100101 |
Color Harmonies of #A81723
Complementary color
Monochromatic Colors of #A81723
Black with #A81723
Text Example
Text Example
White with #A81723
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81723; }
p { color: rgb(168,23,35); }
H1.HeaderClassName
{
color: #A81723;
}
.AnyTagClassName
{
color: #A81723;
}
</style>
background-color css
<style>
a { background-color: #A81723; }
a { background-color: rgb(168,23,35); }
div.DivClassName
{
background-color: #A81723;
}
.BgClassName
{
background-color: #A81723;
}
</style>
border-color css
<style>
span { border-color: #A81723; }
span { border-color: rgb(168,23,35); }
td.TdClassName
{
border-color: #A81723;
}
.TagClassName
{
border-color: #A81723;
}
</style>