Shades of Carmine #A30521
Tints of Carmine #A30521
RGB
CMYK
RGB Variations
Color information
#A30521 (or 0xA30521) is known color: Carmine. HEX triplet: A3, 05 and 21. RGB value is (163,5,33). Sum of RGB (Red+Green+Blue) = 163+5+33=201 (26% of max value = 765). Red value is 163 (64.06% from 255 or 81.09% from 201); Green value is 5 (2.34% from 255 or 2.49% from 201); Blue value is 33 (13.28% from 255 or 16.42% from 201); Max value from RGB is 163 - color contains mainly: red. Hex color #A30521 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A30521 is #5CFADE. Grayscale: #373737. Windows color (decimal): -6093535 or 2164131. OLE color: 2164131.
HSL color Cylindrical-coordinate representation of color #A30521: hue angle of 349.37º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A30521 is Cyan = 0, Magento = 0.97, Yellow = 0.80 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 5 | 33 | - |
| CMYK | 0 | 0.97 | 0.80 | 0.36 |
| HSL | 349.37º | 0.94% | 0.33% | - |
| HSV(B) | 349.37º | 0.97% | 0.64% | - |
| XYZ | 15.43 | 8 | 2.17 | - |
| YUV | 55.43 | 115.35 | 204.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 5 | 33 | 0 | 0.97 | 0.80 | 0.36 | 349.37 | 0.94 | 0.33 |
| Hex | A3 | 5 | 21 | 0 | 61 | 50 | 24 | 15D | 5E | 21 |
| Octal | 243 | 5 | 41 | 0 | 141 | 120 | 44 | 535 | 136 | 41 |
| Binary | 10100011 | 101 | 100001 | 0 | 1100001 | 1010000 | 100100 | 101011101 | 1011110 | 100001 |
Color Harmonies of #A30521
Complementary color
Monochromatic Colors of #A30521
Black with #A30521
Text Example
Text Example
White with #A30521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A30521; }
p { color: rgb(163,5,33); }
H1.HeaderClassName
{
color: #A30521;
}
.AnyTagClassName
{
color: #A30521;
}
</style>
background-color css
<style>
a { background-color: #A30521; }
a { background-color: rgb(163,5,33); }
div.DivClassName
{
background-color: #A30521;
}
.BgClassName
{
background-color: #A30521;
}
</style>
border-color css
<style>
span { border-color: #A30521; }
span { border-color: rgb(163,5,33); }
td.TdClassName
{
border-color: #A30521;
}
.TagClassName
{
border-color: #A30521;
}
</style>