Shades of Carmine #A8092B
Tints of Carmine #A8092B
RGB
CMYK
RGB Variations
Color information
#A8092B (or 0xA8092B) is known color: Carmine. HEX triplet: A8, 09 and 2B. RGB value is (168,9,43). Sum of RGB (Red+Green+Blue) = 168+9+43=220 (29% of max value = 765). Red value is 168 (66.02% from 255 or 76.36% from 220); Green value is 9 (3.91% from 255 or 4.09% from 220); Blue value is 43 (17.19% from 255 or 19.55% from 220); Max value from RGB is 168 - color contains mainly: red. Hex color #A8092B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A8092B is #57F6D4. Grayscale: #3C3C3C. Windows color (decimal): -5764821 or 2820520. OLE color: 2820520.
HSL color Cylindrical-coordinate representation of color #A8092B: hue angle of 347.17º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A8092B is Cyan = 0, Magento = 0.95, Yellow = 0.74 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 9 | 43 | - |
| CMYK | 0 | 0.95 | 0.74 | 0.34 |
| HSL | 347.17º | 0.9% | 0.35% | - |
| HSV(B) | 347.17º | 0.95% | 0.66% | - |
| XYZ | 16.68 | 8.69 | 3.08 | - |
| YUV | 60.42 | 118.18 | 204.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 9 | 43 | 0 | 0.95 | 0.74 | 0.34 | 347.17 | 0.9 | 0.35 |
| Hex | A8 | 9 | 2B | 0 | 5F | 4A | 22 | 15B | 5A | 23 |
| Octal | 250 | 11 | 53 | 0 | 137 | 112 | 42 | 533 | 132 | 43 |
| Binary | 10101000 | 1001 | 101011 | 0 | 1011111 | 1001010 | 100010 | 101011011 | 1011010 | 100011 |
Color Harmonies of #A8092B
Complementary color
Monochromatic Colors of #A8092B
Black with #A8092B
Text Example
Text Example
White with #A8092B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8092B; }
p { color: rgb(168,9,43); }
H1.HeaderClassName
{
color: #A8092B;
}
.AnyTagClassName
{
color: #A8092B;
}
</style>
background-color css
<style>
a { background-color: #A8092B; }
a { background-color: rgb(168,9,43); }
div.DivClassName
{
background-color: #A8092B;
}
.BgClassName
{
background-color: #A8092B;
}
</style>
border-color css
<style>
span { border-color: #A8092B; }
span { border-color: rgb(168,9,43); }
td.TdClassName
{
border-color: #A8092B;
}
.TagClassName
{
border-color: #A8092B;
}
</style>