Shades of Carmine #A8052B
Tints of Carmine #A8052B
RGB
CMYK
RGB Variations
Color information
#A8052B (or 0xA8052B) is known color: Carmine. HEX triplet: A8, 05 and 2B. RGB value is (168,5,43). Sum of RGB (Red+Green+Blue) = 168+5+43=216 (28% of max value = 765). Red value is 168 (66.02% from 255 or 77.78% from 216); Green value is 5 (2.34% from 255 or 2.31% from 216); Blue value is 43 (17.19% from 255 or 19.91% from 216); Max value from RGB is 168 - color contains mainly: red. Hex color #A8052B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A8052B is #57FAD4. Grayscale: #3A3A3A. Windows color (decimal): -5765845 or 2819496. OLE color: 2819496.
HSL color Cylindrical-coordinate representation of color #A8052B: hue angle of 346.01º 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 #A8052B is Cyan = 0, Magento = 0.97, Yellow = 0.74 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 5 | 43 | - |
| CMYK | 0 | 0.97 | 0.74 | 0.34 |
| HSL | 346.01º | 0.94% | 0.34% | - |
| HSV(B) | 346.01º | 0.97% | 0.66% | - |
| XYZ | 16.64 | 8.61 | 3.07 | - |
| YUV | 58.07 | 119.5 | 206.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 5 | 43 | 0 | 0.97 | 0.74 | 0.34 | 346.01 | 0.94 | 0.34 |
| Hex | A8 | 5 | 2B | 0 | 61 | 4A | 22 | 15A | 5E | 22 |
| Octal | 250 | 5 | 53 | 0 | 141 | 112 | 42 | 532 | 136 | 42 |
| Binary | 10101000 | 101 | 101011 | 0 | 1100001 | 1001010 | 100010 | 101011010 | 1011110 | 100010 |
Color Harmonies of #A8052B
Complementary color
Monochromatic Colors of #A8052B
Black with #A8052B
Text Example
Text Example
White with #A8052B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8052B; }
p { color: rgb(168,5,43); }
H1.HeaderClassName
{
color: #A8052B;
}
.AnyTagClassName
{
color: #A8052B;
}
</style>
background-color css
<style>
a { background-color: #A8052B; }
a { background-color: rgb(168,5,43); }
div.DivClassName
{
background-color: #A8052B;
}
.BgClassName
{
background-color: #A8052B;
}
</style>
border-color css
<style>
span { border-color: #A8052B; }
span { border-color: rgb(168,5,43); }
td.TdClassName
{
border-color: #A8052B;
}
.TagClassName
{
border-color: #A8052B;
}
</style>