Shades of Carmine #AD021F
Tints of Carmine #AD021F
RGB
CMYK
RGB Variations
Color information
#AD021F (or 0xAD021F) is known color: Carmine. HEX triplet: AD, 02 and 1F. RGB value is (173,2,31). Sum of RGB (Red+Green+Blue) = 173+2+31=206 (27% of max value = 765). Red value is 173 (67.97% from 255 or 83.98% from 206); Green value is 2 (1.17% from 255 or 0.97% from 206); Blue value is 31 (12.5% from 255 or 15.05% from 206); Max value from RGB is 173 - color contains mainly: red. Hex color #AD021F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD021F is #52FDE0. Grayscale: #383838. Windows color (decimal): -5438945 or 2032301. OLE color: 2032301.
HSL color Cylindrical-coordinate representation of color #AD021F: hue angle of 349.82º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AD021F is Cyan = 0, Magento = 0.99, Yellow = 0.82 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 2 | 31 | - |
| CMYK | 0 | 0.99 | 0.82 | 0.32 |
| HSL | 349.82º | 0.98% | 0.34% | - |
| HSV(B) | 349.82º | 0.99% | 0.68% | - |
| XYZ | 17.5 | 9.03 | 2.12 | - |
| YUV | 56.44 | 113.65 | 211.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 2 | 31 | 0 | 0.99 | 0.82 | 0.32 | 349.82 | 0.98 | 0.34 |
| Hex | AD | 2 | 1F | 0 | 63 | 52 | 20 | 15E | 62 | 22 |
| Octal | 255 | 2 | 37 | 0 | 143 | 122 | 40 | 536 | 142 | 42 |
| Binary | 10101101 | 10 | 11111 | 0 | 1100011 | 1010010 | 100000 | 101011110 | 1100010 | 100010 |
Color Harmonies of #AD021F
Complementary color
Monochromatic Colors of #AD021F
Black with #AD021F
Text Example
Text Example
White with #AD021F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD021F; }
p { color: rgb(173,2,31); }
H1.HeaderClassName
{
color: #AD021F;
}
.AnyTagClassName
{
color: #AD021F;
}
</style>
background-color css
<style>
a { background-color: #AD021F; }
a { background-color: rgb(173,2,31); }
div.DivClassName
{
background-color: #AD021F;
}
.BgClassName
{
background-color: #AD021F;
}
</style>
border-color css
<style>
span { border-color: #AD021F; }
span { border-color: rgb(173,2,31); }
td.TdClassName
{
border-color: #AD021F;
}
.TagClassName
{
border-color: #AD021F;
}
</style>