Shades of Carmine #A8082A
Tints of Carmine #A8082A
RGB
CMYK
RGB Variations
Color information
#A8082A (or 0xA8082A) is known color: Carmine. HEX triplet: A8, 08 and 2A. RGB value is (168,8,42). Sum of RGB (Red+Green+Blue) = 168+8+42=218 (28% of max value = 765). Red value is 168 (66.02% from 255 or 77.06% from 218); Green value is 8 (3.52% from 255 or 3.67% from 218); Blue value is 42 (16.80% from 255 or 19.27% from 218); Max value from RGB is 168 - color contains mainly: red. Hex color #A8082A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A8082A is #57F7D5. Grayscale: #3B3B3B. Windows color (decimal): -5765078 or 2754728. OLE color: 2754728.
HSL color Cylindrical-coordinate representation of color #A8082A: hue angle of 347.25º 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 #A8082A is Cyan = 0, Magento = 0.95, Yellow = 0.75 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 8 | 42 | - |
| CMYK | 0 | 0.95 | 0.75 | 0.34 |
| HSL | 347.25º | 0.91% | 0.35% | - |
| HSV(B) | 347.25º | 0.95% | 0.66% | - |
| XYZ | 16.65 | 8.67 | 2.99 | - |
| YUV | 59.72 | 118.01 | 205.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 8 | 42 | 0 | 0.95 | 0.75 | 0.34 | 347.25 | 0.91 | 0.35 |
| Hex | A8 | 8 | 2A | 0 | 5F | 4B | 22 | 15B | 5B | 23 |
| Octal | 250 | 10 | 52 | 0 | 137 | 113 | 42 | 533 | 133 | 43 |
| Binary | 10101000 | 1000 | 101010 | 0 | 1011111 | 1001011 | 100010 | 101011011 | 1011011 | 100011 |
Color Harmonies of #A8082A
Complementary color
Monochromatic Colors of #A8082A
Black with #A8082A
Text Example
Text Example
White with #A8082A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8082A; }
p { color: rgb(168,8,42); }
H1.HeaderClassName
{
color: #A8082A;
}
.AnyTagClassName
{
color: #A8082A;
}
</style>
background-color css
<style>
a { background-color: #A8082A; }
a { background-color: rgb(168,8,42); }
div.DivClassName
{
background-color: #A8082A;
}
.BgClassName
{
background-color: #A8082A;
}
</style>
border-color css
<style>
span { border-color: #A8082A; }
span { border-color: rgb(168,8,42); }
td.TdClassName
{
border-color: #A8082A;
}
.TagClassName
{
border-color: #A8082A;
}
</style>