Shades of Carmine #A30822
Tints of Carmine #A30822
RGB
CMYK
RGB Variations
Color information
#A30822 (or 0xA30822) is known color: Carmine. HEX triplet: A3, 08 and 22. RGB value is (163,8,34). Sum of RGB (Red+Green+Blue) = 163+8+34=205 (27% of max value = 765). Red value is 163 (64.06% from 255 or 79.51% from 205); Green value is 8 (3.52% from 255 or 3.90% from 205); Blue value is 34 (13.67% from 255 or 16.59% from 205); Max value from RGB is 163 - color contains mainly: red. Hex color #A30822 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A30822 is #5CF7DD. Grayscale: #393939. Windows color (decimal): -6092766 or 2230435. OLE color: 2230435.
HSL color Cylindrical-coordinate representation of color #A30822: hue angle of 349.94º degrees, saturation: 0.91, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A30822 is Cyan = 0, Magento = 0.95, Yellow = 0.79 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 8 | 34 | - |
| CMYK | 0 | 0.95 | 0.79 | 0.36 |
| HSL | 349.94º | 0.91% | 0.34% | - |
| HSV(B) | 349.94º | 0.95% | 0.64% | - |
| XYZ | 15.48 | 8.08 | 2.26 | - |
| YUV | 57.31 | 114.85 | 203.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 8 | 34 | 0 | 0.95 | 0.79 | 0.36 | 349.94 | 0.91 | 0.34 |
| Hex | A3 | 8 | 22 | 0 | 5F | 4F | 24 | 15E | 5B | 22 |
| Octal | 243 | 10 | 42 | 0 | 137 | 117 | 44 | 536 | 133 | 42 |
| Binary | 10100011 | 1000 | 100010 | 0 | 1011111 | 1001111 | 100100 | 101011110 | 1011011 | 100010 |
Color Harmonies of #A30822
Complementary color
Monochromatic Colors of #A30822
Black with #A30822
Text Example
Text Example
White with #A30822
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A30822; }
p { color: rgb(163,8,34); }
H1.HeaderClassName
{
color: #A30822;
}
.AnyTagClassName
{
color: #A30822;
}
</style>
background-color css
<style>
a { background-color: #A30822; }
a { background-color: rgb(163,8,34); }
div.DivClassName
{
background-color: #A30822;
}
.BgClassName
{
background-color: #A30822;
}
</style>
border-color css
<style>
span { border-color: #A30822; }
span { border-color: rgb(163,8,34); }
td.TdClassName
{
border-color: #A30822;
}
.TagClassName
{
border-color: #A30822;
}
</style>