Shades of Carmine #A20F23
Tints of Carmine #A20F23
RGB
CMYK
RGB Variations
Color information
#A20F23 (or 0xA20F23) is known color: Carmine. HEX triplet: A2, 0F and 23. RGB value is (162,15,35). Sum of RGB (Red+Green+Blue) = 162+15+35=212 (28% of max value = 765). Red value is 162 (63.67% from 255 or 76.42% from 212); Green value is 15 (6.25% from 255 or 7.08% from 212); Blue value is 35 (14.06% from 255 or 16.51% from 212); Max value from RGB is 162 - color contains mainly: red. Hex color #A20F23 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A20F23 is #5DF0DC. Grayscale: #3D3D3D. Windows color (decimal): -6156509 or 2297762. OLE color: 2297762.
HSL color Cylindrical-coordinate representation of color #A20F23: hue angle of 351.84º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A20F23 is Cyan = 0, Magento = 0.91, Yellow = 0.78 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 15 | 35 | - |
| CMYK | 0 | 0.91 | 0.78 | 0.36 |
| HSL | 351.84º | 0.83% | 0.35% | - |
| HSV(B) | 351.84º | 0.91% | 0.64% | - |
| XYZ | 15.37 | 8.14 | 2.35 | - |
| YUV | 61.23 | 113.2 | 199.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 15 | 35 | 0 | 0.91 | 0.78 | 0.36 | 351.84 | 0.83 | 0.35 |
| Hex | A2 | F | 23 | 0 | 5B | 4E | 24 | 160 | 53 | 23 |
| Octal | 242 | 17 | 43 | 0 | 133 | 116 | 44 | 540 | 123 | 43 |
| Binary | 10100010 | 1111 | 100011 | 0 | 1011011 | 1001110 | 100100 | 101100000 | 1010011 | 100011 |
Color Harmonies of #A20F23
Complementary color
Monochromatic Colors of #A20F23
Black with #A20F23
Text Example
Text Example
White with #A20F23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20F23; }
p { color: rgb(162,15,35); }
H1.HeaderClassName
{
color: #A20F23;
}
.AnyTagClassName
{
color: #A20F23;
}
</style>
background-color css
<style>
a { background-color: #A20F23; }
a { background-color: rgb(162,15,35); }
div.DivClassName
{
background-color: #A20F23;
}
.BgClassName
{
background-color: #A20F23;
}
</style>
border-color css
<style>
span { border-color: #A20F23; }
span { border-color: rgb(162,15,35); }
td.TdClassName
{
border-color: #A20F23;
}
.TagClassName
{
border-color: #A20F23;
}
</style>