Shades of Carmine #A80034
Tints of Carmine #A80034
RGB
CMYK
RGB Variations
Color information
#A80034 (or 0xA80034) is known color: Carmine. HEX triplet: A8, 00 and 34. RGB value is (168,0,52). Sum of RGB (Red+Green+Blue) = 168+0+52=220 (29% of max value = 765). Red value is 168 (66.02% from 255 or 76.36% from 220); Green value is 0 (0.39% from 255 or 0% from 220); Blue value is 52 (20.70% from 255 or 23.64% from 220); Max value from RGB is 168 - color contains mainly: red. Hex color #A80034 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A80034 is #57FFCB. Grayscale: #383838. Windows color (decimal): -5767116 or 3408040. OLE color: 3408040.
HSL color Cylindrical-coordinate representation of color #A80034: hue angle of 341.43º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A80034 is Cyan = 0, Magento = 1, Yellow = 0.69 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 0 | 52 | - |
| CMYK | 0 | 1 | 0.69 | 0.34 |
| HSL | 341.43º | 1% | 0.33% | - |
| HSV(B) | 341.43º | 1% | 0.66% | - |
| XYZ | 16.77 | 8.57 | 4.02 | - |
| YUV | 56.16 | 125.66 | 207.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 0 | 52 | 0 | 1 | 0.69 | 0.34 | 341.43 | 1 | 0.33 |
| Hex | A8 | 0 | 34 | 0 | 64 | 45 | 22 | 155 | 64 | 21 |
| Octal | 250 | 0 | 64 | 0 | 144 | 105 | 42 | 525 | 144 | 41 |
| Binary | 10101000 | 0 | 110100 | 0 | 1100100 | 1000101 | 100010 | 101010101 | 1100100 | 100001 |
Color Harmonies of #A80034
Complementary color
Monochromatic Colors of #A80034
Black with #A80034
Text Example
Text Example
White with #A80034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80034; }
p { color: rgb(168,0,52); }
H1.HeaderClassName
{
color: #A80034;
}
.AnyTagClassName
{
color: #A80034;
}
</style>
background-color css
<style>
a { background-color: #A80034; }
a { background-color: rgb(168,0,52); }
div.DivClassName
{
background-color: #A80034;
}
.BgClassName
{
background-color: #A80034;
}
</style>
border-color css
<style>
span { border-color: #A80034; }
span { border-color: rgb(168,0,52); }
td.TdClassName
{
border-color: #A80034;
}
.TagClassName
{
border-color: #A80034;
}
</style>