Shades of Carmine #A2030F
Tints of Carmine #A2030F
RGB
CMYK
RGB Variations
Color information
#A2030F (or 0xA2030F) is known color: Carmine. HEX triplet: A2, 03 and 0F. RGB value is (162,3,15). Sum of RGB (Red+Green+Blue) = 162+3+15=180 (23% of max value = 765). Red value is 162 (63.67% from 255 or 90% from 180); Green value is 3 (1.56% from 255 or 1.67% from 180); Blue value is 15 (6.25% from 255 or 8.33% from 180); Max value from RGB is 162 - color contains mainly: red. Hex color #A2030F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A2030F is #5DFCF0. Grayscale: #343434. Windows color (decimal): -6159601 or 983970. OLE color: 983970.
HSL color Cylindrical-coordinate representation of color #A2030F: hue angle of 355.47º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A2030F is Cyan = 0, Magento = 0.98, Yellow = 0.91 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 3 | 15 | - |
| CMYK | 0 | 0.98 | 0.91 | 0.36 |
| HSL | 355.47º | 0.96% | 0.32% | - |
| HSV(B) | 355.47º | 0.98% | 0.64% | - |
| XYZ | 15.02 | 7.78 | 1.16 | - |
| YUV | 51.91 | 107.18 | 206.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 3 | 15 | 0 | 0.98 | 0.91 | 0.36 | 355.47 | 0.96 | 0.32 |
| Hex | A2 | 3 | F | 0 | 62 | 5B | 24 | 163 | 60 | 20 |
| Octal | 242 | 3 | 17 | 0 | 142 | 133 | 44 | 543 | 140 | 40 |
| Binary | 10100010 | 11 | 1111 | 0 | 1100010 | 1011011 | 100100 | 101100011 | 1100000 | 100000 |
Color Harmonies of #A2030F
Complementary color
Monochromatic Colors of #A2030F
Black with #A2030F
Text Example
Text Example
White with #A2030F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2030F; }
p { color: rgb(162,3,15); }
H1.HeaderClassName
{
color: #A2030F;
}
.AnyTagClassName
{
color: #A2030F;
}
</style>
background-color css
<style>
a { background-color: #A2030F; }
a { background-color: rgb(162,3,15); }
div.DivClassName
{
background-color: #A2030F;
}
.BgClassName
{
background-color: #A2030F;
}
</style>
border-color css
<style>
span { border-color: #A2030F; }
span { border-color: rgb(162,3,15); }
td.TdClassName
{
border-color: #A2030F;
}
.TagClassName
{
border-color: #A2030F;
}
</style>