Shades of Carmine #A30328
Tints of Carmine #A30328
RGB
CMYK
RGB Variations
Color information
#A30328 (or 0xA30328) is known color: Carmine. HEX triplet: A3, 03 and 28. RGB value is (163,3,40). Sum of RGB (Red+Green+Blue) = 163+3+40=206 (27% of max value = 765). Red value is 163 (64.06% from 255 or 79.13% from 206); Green value is 3 (1.56% from 255 or 1.46% from 206); Blue value is 40 (16.02% from 255 or 19.42% from 206); Max value from RGB is 163 - color contains mainly: red. Hex color #A30328 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A30328 is #5CFCD7. Grayscale: #373737. Windows color (decimal): -6094040 or 2622371. OLE color: 2622371.
HSL color Cylindrical-coordinate representation of color #A30328: hue angle of 346.12º degrees, saturation: 0.96, 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 #A30328 is Cyan = 0, Magento = 0.98, Yellow = 0.75 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 3 | 40 | - |
| CMYK | 0 | 0.98 | 0.75 | 0.36 |
| HSL | 346.13º | 0.96% | 0.33% | - |
| HSV(B) | 346.13º | 0.98% | 0.64% | - |
| XYZ | 15.52 | 8 | 2.73 | - |
| YUV | 55.06 | 119.51 | 204.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 3 | 40 | 0 | 0.98 | 0.75 | 0.36 | 346.13 | 0.96 | 0.33 |
| Hex | A3 | 3 | 28 | 0 | 62 | 4B | 24 | 15A | 60 | 21 |
| Octal | 243 | 3 | 50 | 0 | 142 | 113 | 44 | 532 | 140 | 41 |
| Binary | 10100011 | 11 | 101000 | 0 | 1100010 | 1001011 | 100100 | 101011010 | 1100000 | 100001 |
Color Harmonies of #A30328
Complementary color
Monochromatic Colors of #A30328
Black with #A30328
Text Example
Text Example
White with #A30328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A30328; }
p { color: rgb(163,3,40); }
H1.HeaderClassName
{
color: #A30328;
}
.AnyTagClassName
{
color: #A30328;
}
</style>
background-color css
<style>
a { background-color: #A30328; }
a { background-color: rgb(163,3,40); }
div.DivClassName
{
background-color: #A30328;
}
.BgClassName
{
background-color: #A30328;
}
</style>
border-color css
<style>
span { border-color: #A30328; }
span { border-color: rgb(163,3,40); }
td.TdClassName
{
border-color: #A30328;
}
.TagClassName
{
border-color: #A30328;
}
</style>