Shades of Carmine #A30432
Tints of Carmine #A30432
RGB
CMYK
RGB Variations
Color information
#A30432 (or 0xA30432) is known color: Carmine. HEX triplet: A3, 04 and 32. RGB value is (163,4,50). Sum of RGB (Red+Green+Blue) = 163+4+50=217 (28% of max value = 765). Red value is 163 (64.06% from 255 or 75.12% from 217); Green value is 4 (1.95% from 255 or 1.84% from 217); Blue value is 50 (19.92% from 255 or 23.04% from 217); Max value from RGB is 163 - color contains mainly: red. Hex color #A30432 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A30432 is #5CFBCD. Grayscale: #383838. Windows color (decimal): -6093774 or 3277987. OLE color: 3277987.
HSL color Cylindrical-coordinate representation of color #A30432: hue angle of 342.64º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A30432 is Cyan = 0, Magento = 0.98, Yellow = 0.69 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 4 | 50 | - |
| CMYK | 0 | 0.98 | 0.69 | 0.36 |
| HSL | 342.64º | 0.95% | 0.33% | - |
| HSV(B) | 342.64º | 0.98% | 0.64% | - |
| XYZ | 15.72 | 8.1 | 3.75 | - |
| YUV | 56.79 | 124.18 | 203.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 4 | 50 | 0 | 0.98 | 0.69 | 0.36 | 342.64 | 0.95 | 0.33 |
| Hex | A3 | 4 | 32 | 0 | 62 | 45 | 24 | 157 | 5F | 21 |
| Octal | 243 | 4 | 62 | 0 | 142 | 105 | 44 | 527 | 137 | 41 |
| Binary | 10100011 | 100 | 110010 | 0 | 1100010 | 1000101 | 100100 | 101010111 | 1011111 | 100001 |
Color Harmonies of #A30432
Complementary color
Monochromatic Colors of #A30432
Black with #A30432
Text Example
Text Example
White with #A30432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A30432; }
p { color: rgb(163,4,50); }
H1.HeaderClassName
{
color: #A30432;
}
.AnyTagClassName
{
color: #A30432;
}
</style>
background-color css
<style>
a { background-color: #A30432; }
a { background-color: rgb(163,4,50); }
div.DivClassName
{
background-color: #A30432;
}
.BgClassName
{
background-color: #A30432;
}
</style>
border-color css
<style>
span { border-color: #A30432; }
span { border-color: rgb(163,4,50); }
td.TdClassName
{
border-color: #A30432;
}
.TagClassName
{
border-color: #A30432;
}
</style>