Shades of Carmine #AD041C
Tints of Carmine #AD041C
RGB
CMYK
RGB Variations
Color information
#AD041C (or 0xAD041C) is known color: Carmine. HEX triplet: AD, 04 and 1C. RGB value is (173,4,28). Sum of RGB (Red+Green+Blue) = 173+4+28=205 (27% of max value = 765). Red value is 173 (67.97% from 255 or 84.39% from 205); Green value is 4 (1.95% from 255 or 1.95% from 205); Blue value is 28 (11.33% from 255 or 13.66% from 205); Max value from RGB is 173 - color contains mainly: red. Hex color #AD041C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD041C is #52FBE3. Grayscale: #393939. Windows color (decimal): -5438436 or 1836205. OLE color: 1836205.
HSL color Cylindrical-coordinate representation of color #AD041C: hue angle of 351.48º degrees, saturation: 0.95, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AD041C is Cyan = 0, Magento = 0.98, Yellow = 0.84 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 4 | 28 | - |
| CMYK | 0 | 0.98 | 0.84 | 0.32 |
| HSL | 351.48º | 0.95% | 0.35% | - |
| HSV(B) | 351.48º | 0.98% | 0.68% | - |
| XYZ | 17.49 | 9.05 | 1.92 | - |
| YUV | 57.27 | 111.49 | 210.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 4 | 28 | 0 | 0.98 | 0.84 | 0.32 | 351.48 | 0.95 | 0.35 |
| Hex | AD | 4 | 1C | 0 | 62 | 54 | 20 | 15F | 5F | 23 |
| Octal | 255 | 4 | 34 | 0 | 142 | 124 | 40 | 537 | 137 | 43 |
| Binary | 10101101 | 100 | 11100 | 0 | 1100010 | 1010100 | 100000 | 101011111 | 1011111 | 100011 |
Color Harmonies of #AD041C
Complementary color
Monochromatic Colors of #AD041C
Black with #AD041C
Text Example
Text Example
White with #AD041C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD041C; }
p { color: rgb(173,4,28); }
H1.HeaderClassName
{
color: #AD041C;
}
.AnyTagClassName
{
color: #AD041C;
}
</style>
background-color css
<style>
a { background-color: #AD041C; }
a { background-color: rgb(173,4,28); }
div.DivClassName
{
background-color: #AD041C;
}
.BgClassName
{
background-color: #AD041C;
}
</style>
border-color css
<style>
span { border-color: #AD041C; }
span { border-color: rgb(173,4,28); }
td.TdClassName
{
border-color: #AD041C;
}
.TagClassName
{
border-color: #AD041C;
}
</style>