Shades of Carmine #A30622
Tints of Carmine #A30622
RGB
CMYK
RGB Variations
Color information
#A30622 (or 0xA30622) is known color: Carmine. HEX triplet: A3, 06 and 22. RGB value is (163,6,34). Sum of RGB (Red+Green+Blue) = 163+6+34=203 (26% of max value = 765). Red value is 163 (64.06% from 255 or 80.30% from 203); Green value is 6 (2.73% from 255 or 2.96% from 203); Blue value is 34 (13.67% from 255 or 16.75% from 203); Max value from RGB is 163 - color contains mainly: red. Hex color #A30622 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A30622 is #5CF9DD. Grayscale: #383838. Windows color (decimal): -6093278 or 2229923. OLE color: 2229923.
HSL color Cylindrical-coordinate representation of color #A30622: hue angle of 349.3º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A30622 is Cyan = 0, Magento = 0.96, Yellow = 0.79 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 6 | 34 | - |
| CMYK | 0 | 0.96 | 0.79 | 0.36 |
| HSL | 349.3º | 0.93% | 0.33% | - |
| HSV(B) | 349.3º | 0.96% | 0.64% | - |
| XYZ | 15.46 | 8.03 | 2.25 | - |
| YUV | 56.14 | 115.51 | 204.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 6 | 34 | 0 | 0.96 | 0.79 | 0.36 | 349.3 | 0.93 | 0.33 |
| Hex | A3 | 6 | 22 | 0 | 60 | 4F | 24 | 15D | 5D | 21 |
| Octal | 243 | 6 | 42 | 0 | 140 | 117 | 44 | 535 | 135 | 41 |
| Binary | 10100011 | 110 | 100010 | 0 | 1100000 | 1001111 | 100100 | 101011101 | 1011101 | 100001 |
Color Harmonies of #A30622
Complementary color
Monochromatic Colors of #A30622
Black with #A30622
Text Example
Text Example
White with #A30622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A30622; }
p { color: rgb(163,6,34); }
H1.HeaderClassName
{
color: #A30622;
}
.AnyTagClassName
{
color: #A30622;
}
</style>
background-color css
<style>
a { background-color: #A30622; }
a { background-color: rgb(163,6,34); }
div.DivClassName
{
background-color: #A30622;
}
.BgClassName
{
background-color: #A30622;
}
</style>
border-color css
<style>
span { border-color: #A30622; }
span { border-color: rgb(163,6,34); }
td.TdClassName
{
border-color: #A30622;
}
.TagClassName
{
border-color: #A30622;
}
</style>