Shades of Carmine #A8052F
Tints of Carmine #A8052F
RGB
CMYK
RGB Variations
Color information
#A8052F (or 0xA8052F) is known color: Carmine. HEX triplet: A8, 05 and 2F. RGB value is (168,5,47). Sum of RGB (Red+Green+Blue) = 168+5+47=220 (29% of max value = 765). Red value is 168 (66.02% from 255 or 76.36% from 220); Green value is 5 (2.34% from 255 or 2.27% from 220); Blue value is 47 (18.75% from 255 or 21.36% from 220); Max value from RGB is 168 - color contains mainly: red. Hex color #A8052F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A8052F is #57FAD0. Grayscale: #3A3A3A. Windows color (decimal): -5765841 or 3081640. OLE color: 3081640.
HSL color Cylindrical-coordinate representation of color #A8052F: hue angle of 344.54º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A8052F is Cyan = 0, Magento = 0.97, Yellow = 0.72 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 5 | 47 | - |
| CMYK | 0 | 0.97 | 0.72 | 0.34 |
| HSL | 344.54º | 0.94% | 0.34% | - |
| HSV(B) | 344.54º | 0.97% | 0.66% | - |
| XYZ | 16.72 | 8.64 | 3.48 | - |
| YUV | 58.53 | 121.5 | 206.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 5 | 47 | 0 | 0.97 | 0.72 | 0.34 | 344.54 | 0.94 | 0.34 |
| Hex | A8 | 5 | 2F | 0 | 61 | 48 | 22 | 159 | 5E | 22 |
| Octal | 250 | 5 | 57 | 0 | 141 | 110 | 42 | 531 | 136 | 42 |
| Binary | 10101000 | 101 | 101111 | 0 | 1100001 | 1001000 | 100010 | 101011001 | 1011110 | 100010 |
Color Harmonies of #A8052F
Complementary color
Monochromatic Colors of #A8052F
Black with #A8052F
Text Example
Text Example
White with #A8052F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8052F; }
p { color: rgb(168,5,47); }
H1.HeaderClassName
{
color: #A8052F;
}
.AnyTagClassName
{
color: #A8052F;
}
</style>
background-color css
<style>
a { background-color: #A8052F; }
a { background-color: rgb(168,5,47); }
div.DivClassName
{
background-color: #A8052F;
}
.BgClassName
{
background-color: #A8052F;
}
</style>
border-color css
<style>
span { border-color: #A8052F; }
span { border-color: rgb(168,5,47); }
td.TdClassName
{
border-color: #A8052F;
}
.TagClassName
{
border-color: #A8052F;
}
</style>