Shades of Carmine #A3020F
Tints of Carmine #A3020F
RGB
CMYK
RGB Variations
Color information
#A3020F (or 0xA3020F) is known color: Carmine. HEX triplet: A3, 02 and 0F. RGB value is (163,2,15). Sum of RGB (Red+Green+Blue) = 163+2+15=180 (23% of max value = 765). Red value is 163 (64.06% from 255 or 90.56% from 180); Green value is 2 (1.17% from 255 or 1.11% from 180); Blue value is 15 (6.25% from 255 or 8.33% from 180); Max value from RGB is 163 - color contains mainly: red. Hex color #A3020F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A3020F is #5CFDF0. Grayscale: #333333. Windows color (decimal): -6094321 or 983715. OLE color: 983715.
HSL color Cylindrical-coordinate representation of color #A3020F: hue angle of 355.16º 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 #A3020F is Cyan = 0, Magento = 0.99, Yellow = 0.91 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 2 | 15 | - |
| CMYK | 0 | 0.99 | 0.91 | 0.36 |
| HSL | 355.16º | 0.98% | 0.32% | - |
| HSV(B) | 355.16º | 0.99% | 0.64% | - |
| XYZ | 15.21 | 7.86 | 1.17 | - |
| YUV | 51.62 | 107.34 | 207.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 2 | 15 | 0 | 0.99 | 0.91 | 0.36 | 355.16 | 0.98 | 0.32 |
| Hex | A3 | 2 | F | 0 | 63 | 5B | 24 | 163 | 62 | 20 |
| Octal | 243 | 2 | 17 | 0 | 143 | 133 | 44 | 543 | 142 | 40 |
| Binary | 10100011 | 10 | 1111 | 0 | 1100011 | 1011011 | 100100 | 101100011 | 1100010 | 100000 |
Color Harmonies of #A3020F
Complementary color
Monochromatic Colors of #A3020F
Black with #A3020F
Text Example
Text Example
White with #A3020F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3020F; }
p { color: rgb(163,2,15); }
H1.HeaderClassName
{
color: #A3020F;
}
.AnyTagClassName
{
color: #A3020F;
}
</style>
background-color css
<style>
a { background-color: #A3020F; }
a { background-color: rgb(163,2,15); }
div.DivClassName
{
background-color: #A3020F;
}
.BgClassName
{
background-color: #A3020F;
}
</style>
border-color css
<style>
span { border-color: #A3020F; }
span { border-color: rgb(163,2,15); }
td.TdClassName
{
border-color: #A3020F;
}
.TagClassName
{
border-color: #A3020F;
}
</style>