Shades of Carmine #A8132B
Tints of Carmine #A8132B
RGB
CMYK
RGB Variations
Color information
#A8132B (or 0xA8132B) is known color: Carmine. HEX triplet: A8, 13 and 2B. RGB value is (168,19,43). Sum of RGB (Red+Green+Blue) = 168+19+43=230 (30% of max value = 765). Red value is 168 (66.02% from 255 or 73.04% from 230); Green value is 19 (7.81% from 255 or 8.26% from 230); Blue value is 43 (17.19% from 255 or 18.70% from 230); Max value from RGB is 168 - color contains mainly: red. Hex color #A8132B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A8132B is #57ECD4. Grayscale: #424242. Windows color (decimal): -5762261 or 2823080. OLE color: 2823080.
HSL color Cylindrical-coordinate representation of color #A8132B: hue angle of 350.34º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A8132B is Cyan = 0, Magento = 0.89, Yellow = 0.74 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 19 | 43 | - |
| CMYK | 0 | 0.89 | 0.74 | 0.34 |
| HSL | 350.34º | 0.8% | 0.37% | - |
| HSV(B) | 350.34º | 0.89% | 0.66% | - |
| XYZ | 16.82 | 8.96 | 3.13 | - |
| YUV | 66.29 | 114.86 | 200.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 19 | 43 | 0 | 0.89 | 0.74 | 0.34 | 350.34 | 0.8 | 0.37 |
| Hex | A8 | 13 | 2B | 0 | 59 | 4A | 22 | 15E | 50 | 25 |
| Octal | 250 | 23 | 53 | 0 | 131 | 112 | 42 | 536 | 120 | 45 |
| Binary | 10101000 | 10011 | 101011 | 0 | 1011001 | 1001010 | 100010 | 101011110 | 1010000 | 100101 |
Color Harmonies of #A8132B
Complementary color
Monochromatic Colors of #A8132B
Black with #A8132B
Text Example
Text Example
White with #A8132B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8132B; }
p { color: rgb(168,19,43); }
H1.HeaderClassName
{
color: #A8132B;
}
.AnyTagClassName
{
color: #A8132B;
}
</style>
background-color css
<style>
a { background-color: #A8132B; }
a { background-color: rgb(168,19,43); }
div.DivClassName
{
background-color: #A8132B;
}
.BgClassName
{
background-color: #A8132B;
}
</style>
border-color css
<style>
span { border-color: #A8132B; }
span { border-color: rgb(168,19,43); }
td.TdClassName
{
border-color: #A8132B;
}
.TagClassName
{
border-color: #A8132B;
}
</style>