Shades of Carmine #AD011F
Tints of Carmine #AD011F
RGB
CMYK
RGB Variations
Color information
#AD011F (or 0xAD011F) is known color: Carmine. HEX triplet: AD, 01 and 1F. RGB value is (173,1,31). Sum of RGB (Red+Green+Blue) = 173+1+31=205 (27% of max value = 765). Red value is 173 (67.97% from 255 or 84.39% from 205); Green value is 1 (0.78% from 255 or 0.49% from 205); Blue value is 31 (12.5% from 255 or 15.12% from 205); Max value from RGB is 173 - color contains mainly: red. Hex color #AD011F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD011F is #52FEE0. Grayscale: #373737. Windows color (decimal): -5439201 or 2032045. OLE color: 2032045.
HSL color Cylindrical-coordinate representation of color #AD011F: hue angle of 349.53º degrees, saturation: 0.99, 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 #AD011F is Cyan = 0, Magento = 0.99, Yellow = 0.82 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 1 | 31 | - |
| CMYK | 0 | 0.99 | 0.82 | 0.32 |
| HSL | 349.53º | 0.99% | 0.34% | - |
| HSV(B) | 349.53º | 0.99% | 0.68% | - |
| XYZ | 17.49 | 9 | 2.11 | - |
| YUV | 55.85 | 113.98 | 211.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 1 | 31 | 0 | 0.99 | 0.82 | 0.32 | 349.53 | 0.99 | 0.34 |
| Hex | AD | 1 | 1F | 0 | 63 | 52 | 20 | 15E | 63 | 22 |
| Octal | 255 | 1 | 37 | 0 | 143 | 122 | 40 | 536 | 143 | 42 |
| Binary | 10101101 | 1 | 11111 | 0 | 1100011 | 1010010 | 100000 | 101011110 | 1100011 | 100010 |
Color Harmonies of #AD011F
Complementary color
Monochromatic Colors of #AD011F
Black with #AD011F
Text Example
Text Example
White with #AD011F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD011F; }
p { color: rgb(173,1,31); }
H1.HeaderClassName
{
color: #AD011F;
}
.AnyTagClassName
{
color: #AD011F;
}
</style>
background-color css
<style>
a { background-color: #AD011F; }
a { background-color: rgb(173,1,31); }
div.DivClassName
{
background-color: #AD011F;
}
.BgClassName
{
background-color: #AD011F;
}
</style>
border-color css
<style>
span { border-color: #AD011F; }
span { border-color: rgb(173,1,31); }
td.TdClassName
{
border-color: #AD011F;
}
.TagClassName
{
border-color: #AD011F;
}
</style>