Shades of Carmine #A3040F
Tints of Carmine #A3040F
RGB
CMYK
RGB Variations
Color information
#A3040F (or 0xA3040F) is known color: Carmine. HEX triplet: A3, 04 and 0F. RGB value is (163,4,15). Sum of RGB (Red+Green+Blue) = 163+4+15=182 (24% of max value = 765). Red value is 163 (64.06% from 255 or 89.56% from 182); Green value is 4 (1.95% from 255 or 2.20% from 182); Blue value is 15 (6.25% from 255 or 8.24% from 182); Max value from RGB is 163 - color contains mainly: red. Hex color #A3040F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A3040F is #5CFBF0. Grayscale: #343434. Windows color (decimal): -6093809 or 984227. OLE color: 984227.
HSL color Cylindrical-coordinate representation of color #A3040F: hue angle of 355.85º 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 #A3040F is Cyan = 0, Magento = 0.98, Yellow = 0.91 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 4 | 15 | - |
| CMYK | 0 | 0.98 | 0.91 | 0.36 |
| HSL | 355.85º | 0.95% | 0.33% | - |
| HSV(B) | 355.85º | 0.98% | 0.64% | - |
| XYZ | 15.23 | 7.91 | 1.18 | - |
| YUV | 52.8 | 106.68 | 206.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 4 | 15 | 0 | 0.98 | 0.91 | 0.36 | 355.85 | 0.95 | 0.33 |
| Hex | A3 | 4 | F | 0 | 62 | 5B | 24 | 164 | 5F | 21 |
| Octal | 243 | 4 | 17 | 0 | 142 | 133 | 44 | 544 | 137 | 41 |
| Binary | 10100011 | 100 | 1111 | 0 | 1100010 | 1011011 | 100100 | 101100100 | 1011111 | 100001 |
Color Harmonies of #A3040F
Complementary color
Monochromatic Colors of #A3040F
Black with #A3040F
Text Example
Text Example
White with #A3040F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3040F; }
p { color: rgb(163,4,15); }
H1.HeaderClassName
{
color: #A3040F;
}
.AnyTagClassName
{
color: #A3040F;
}
</style>
background-color css
<style>
a { background-color: #A3040F; }
a { background-color: rgb(163,4,15); }
div.DivClassName
{
background-color: #A3040F;
}
.BgClassName
{
background-color: #A3040F;
}
</style>
border-color css
<style>
span { border-color: #A3040F; }
span { border-color: rgb(163,4,15); }
td.TdClassName
{
border-color: #A3040F;
}
.TagClassName
{
border-color: #A3040F;
}
</style>