Shades of Carmine #A8021F
Tints of Carmine #A8021F
RGB
CMYK
RGB Variations
Color information
#A8021F (or 0xA8021F) is known color: Carmine. HEX triplet: A8, 02 and 1F. RGB value is (168,2,31). Sum of RGB (Red+Green+Blue) = 168+2+31=201 (26% of max value = 765). Red value is 168 (66.02% from 255 or 83.58% from 201); Green value is 2 (1.17% from 255 or 1.00% from 201); Blue value is 31 (12.5% from 255 or 15.42% from 201); Max value from RGB is 168 - color contains mainly: red. Hex color #A8021F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A8021F is #57FDE0. Grayscale: #363636. Windows color (decimal): -5766625 or 2032296. OLE color: 2032296.
HSL color Cylindrical-coordinate representation of color #A8021F: hue angle of 349.52º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A8021F is Cyan = 0, Magento = 0.99, Yellow = 0.82 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 2 | 31 | - |
| CMYK | 0 | 0.99 | 0.82 | 0.34 |
| HSL | 349.52º | 0.98% | 0.33% | - |
| HSV(B) | 349.52º | 0.99% | 0.66% | - |
| XYZ | 16.42 | 8.47 | 2.07 | - |
| YUV | 54.94 | 114.5 | 208.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 2 | 31 | 0 | 0.99 | 0.82 | 0.34 | 349.52 | 0.98 | 0.33 |
| Hex | A8 | 2 | 1F | 0 | 63 | 52 | 22 | 15E | 62 | 21 |
| Octal | 250 | 2 | 37 | 0 | 143 | 122 | 42 | 536 | 142 | 41 |
| Binary | 10101000 | 10 | 11111 | 0 | 1100011 | 1010010 | 100010 | 101011110 | 1100010 | 100001 |
Color Harmonies of #A8021F
Complementary color
Monochromatic Colors of #A8021F
Black with #A8021F
Text Example
Text Example
White with #A8021F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8021F; }
p { color: rgb(168,2,31); }
H1.HeaderClassName
{
color: #A8021F;
}
.AnyTagClassName
{
color: #A8021F;
}
</style>
background-color css
<style>
a { background-color: #A8021F; }
a { background-color: rgb(168,2,31); }
div.DivClassName
{
background-color: #A8021F;
}
.BgClassName
{
background-color: #A8021F;
}
</style>
border-color css
<style>
span { border-color: #A8021F; }
span { border-color: rgb(168,2,31); }
td.TdClassName
{
border-color: #A8021F;
}
.TagClassName
{
border-color: #A8021F;
}
</style>