Shades of Carmine #A80827
Tints of Carmine #A80827
RGB
CMYK
RGB Variations
Color information
#A80827 (or 0xA80827) is known color: Carmine. HEX triplet: A8, 08 and 27. RGB value is (168,8,39). Sum of RGB (Red+Green+Blue) = 168+8+39=215 (28% of max value = 765). Red value is 168 (66.02% from 255 or 78.14% from 215); Green value is 8 (3.52% from 255 or 3.72% from 215); Blue value is 39 (15.62% from 255 or 18.14% from 215); Max value from RGB is 168 - color contains mainly: red. Hex color #A80827 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A80827 is #57F7D8. Grayscale: #3B3B3B. Windows color (decimal): -5765081 or 2558120. OLE color: 2558120.
HSL color Cylindrical-coordinate representation of color #A80827: hue angle of 348.38º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A80827 is Cyan = 0, Magento = 0.95, Yellow = 0.77 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 8 | 39 | - |
| CMYK | 0 | 0.95 | 0.77 | 0.34 |
| HSL | 348.38º | 0.91% | 0.35% | - |
| HSV(B) | 348.38º | 0.95% | 0.66% | - |
| XYZ | 16.6 | 8.64 | 2.71 | - |
| YUV | 59.37 | 116.51 | 205.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 8 | 39 | 0 | 0.95 | 0.77 | 0.34 | 348.38 | 0.91 | 0.35 |
| Hex | A8 | 8 | 27 | 0 | 5F | 4D | 22 | 15C | 5B | 23 |
| Octal | 250 | 10 | 47 | 0 | 137 | 115 | 42 | 534 | 133 | 43 |
| Binary | 10101000 | 1000 | 100111 | 0 | 1011111 | 1001101 | 100010 | 101011100 | 1011011 | 100011 |
Color Harmonies of #A80827
Complementary color
Monochromatic Colors of #A80827
Black with #A80827
Text Example
Text Example
White with #A80827
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80827; }
p { color: rgb(168,8,39); }
H1.HeaderClassName
{
color: #A80827;
}
.AnyTagClassName
{
color: #A80827;
}
</style>
background-color css
<style>
a { background-color: #A80827; }
a { background-color: rgb(168,8,39); }
div.DivClassName
{
background-color: #A80827;
}
.BgClassName
{
background-color: #A80827;
}
</style>
border-color css
<style>
span { border-color: #A80827; }
span { border-color: rgb(168,8,39); }
td.TdClassName
{
border-color: #A80827;
}
.TagClassName
{
border-color: #A80827;
}
</style>