Shades of Carmine #A3092B
Tints of Carmine #A3092B
RGB
CMYK
RGB Variations
Color information
#A3092B (or 0xA3092B) is known color: Carmine. HEX triplet: A3, 09 and 2B. RGB value is (163,9,43). Sum of RGB (Red+Green+Blue) = 163+9+43=215 (28% of max value = 765). Red value is 163 (64.06% from 255 or 75.81% from 215); Green value is 9 (3.91% from 255 or 4.19% from 215); Blue value is 43 (17.19% from 255 or 20% from 215); Max value from RGB is 163 - color contains mainly: red. Hex color #A3092B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A3092B is #5CF6D4. Grayscale: #3A3A3A. Windows color (decimal): -6092501 or 2820515. OLE color: 2820515.
HSL color Cylindrical-coordinate representation of color #A3092B: hue angle of 346.75º degrees, saturation: 0.9, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A3092B is Cyan = 0, Magento = 0.94, Yellow = 0.74 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 9 | 43 | - |
| CMYK | 0 | 0.94 | 0.74 | 0.36 |
| HSL | 346.75º | 0.9% | 0.34% | - |
| HSV(B) | 346.75º | 0.94% | 0.64% | - |
| XYZ | 15.64 | 8.16 | 3.04 | - |
| YUV | 58.92 | 119.02 | 202.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 9 | 43 | 0 | 0.94 | 0.74 | 0.36 | 346.75 | 0.9 | 0.34 |
| Hex | A3 | 9 | 2B | 0 | 5E | 4A | 24 | 15B | 5A | 22 |
| Octal | 243 | 11 | 53 | 0 | 136 | 112 | 44 | 533 | 132 | 42 |
| Binary | 10100011 | 1001 | 101011 | 0 | 1011110 | 1001010 | 100100 | 101011011 | 1011010 | 100010 |
Color Harmonies of #A3092B
Complementary color
Monochromatic Colors of #A3092B
Black with #A3092B
Text Example
Text Example
White with #A3092B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3092B; }
p { color: rgb(163,9,43); }
H1.HeaderClassName
{
color: #A3092B;
}
.AnyTagClassName
{
color: #A3092B;
}
</style>
background-color css
<style>
a { background-color: #A3092B; }
a { background-color: rgb(163,9,43); }
div.DivClassName
{
background-color: #A3092B;
}
.BgClassName
{
background-color: #A3092B;
}
</style>
border-color css
<style>
span { border-color: #A3092B; }
span { border-color: rgb(163,9,43); }
td.TdClassName
{
border-color: #A3092B;
}
.TagClassName
{
border-color: #A3092B;
}
</style>