Shades of Carmine #A3023A
Tints of Carmine #A3023A
RGB
CMYK
RGB Variations
Color information
#A3023A (or 0xA3023A) is known color: Carmine. HEX triplet: A3, 02 and 3A. RGB value is (163,2,58). Sum of RGB (Red+Green+Blue) = 163+2+58=223 (29% of max value = 765). Red value is 163 (64.06% from 255 or 73.09% from 223); Green value is 2 (1.17% from 255 or 0.90% from 223); Blue value is 58 (23.05% from 255 or 26.01% from 223); Max value from RGB is 163 - color contains mainly: red. Hex color #A3023A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A3023A is #5CFDC5. Grayscale: #383838. Windows color (decimal): -6094278 or 3801763. OLE color: 3801763.
HSL color Cylindrical-coordinate representation of color #A3023A: hue angle of 339.13º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A3023A is Cyan = 0, Magento = 0.99, Yellow = 0.64 and Black (K on CMYK) = 0.36.
Color convert
RGB | 163 | 2 | 58 | - |
CMYK | 0 | 0.99 | 0.64 | 0.36 |
HSL | 339.13º | 0.98% | 0.32% | - |
HSV(B) | 339.13º | 0.99% | 0.64% | - |
XYZ | 15.89 | 8.14 | 4.74 | - |
YUV | 56.52 | 128.84 | 203.95 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 163 | 2 | 58 | 0 | 0.99 | 0.64 | 0.36 | 339.13 | 0.98 | 0.32 |
Hex | A3 | 2 | 3A | 0 | 63 | 40 | 24 | 153 | 62 | 20 |
Octal | 243 | 2 | 72 | 0 | 143 | 100 | 44 | 523 | 142 | 40 |
Binary | 10100011 | 10 | 111010 | 0 | 1100011 | 1000000 | 100100 | 101010011 | 1100010 | 100000 |
Color Harmonies of #A3023A
Complementary color
Monochromatic Colors of #A3023A
Black with #A3023A
Text Example
Text Example
White with #A3023A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3023A; }
p { color: rgb(163,2,58); }
H1.HeaderClassName
{
color: #A3023A;
}
.AnyTagClassName
{
color: #A3023A;
}
</style>
background-color css
<style>
a { background-color: #A3023A; }
a { background-color: rgb(163,2,58); }
div.DivClassName
{
background-color: #A3023A;
}
.BgClassName
{
background-color: #A3023A;
}
</style>
border-color css
<style>
span { border-color: #A3023A; }
span { border-color: rgb(163,2,58); }
td.TdClassName
{
border-color: #A3023A;
}
.TagClassName
{
border-color: #A3023A;
}
</style>