Shades of Carmine #AF021D
Tints of Carmine #AF021D
RGB
CMYK
RGB Variations
Color information
#AF021D (or 0xAF021D) is known color: Carmine. HEX triplet: AF, 02 and 1D. RGB value is (175,2,29). Sum of RGB (Red+Green+Blue) = 175+2+29=206 (27% of max value = 765). Red value is 175 (68.75% from 255 or 84.95% from 206); Green value is 2 (1.17% from 255 or 0.97% from 206); Blue value is 29 (11.72% from 255 or 14.08% from 206); Max value from RGB is 175 - color contains mainly: red. Hex color #AF021D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF021D is #50FDE2. Grayscale: #383838. Windows color (decimal): -5307875 or 1901231. OLE color: 1901231.
HSL color Cylindrical-coordinate representation of color #AF021D: hue angle of 350.64º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AF021D is Cyan = 0, Magento = 0.99, Yellow = 0.83 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 2 | 29 | - |
| CMYK | 0 | 0.99 | 0.83 | 0.31 |
| HSL | 350.64º | 0.98% | 0.35% | - |
| HSV(B) | 350.64º | 0.99% | 0.69% | - |
| XYZ | 17.92 | 9.25 | 2 | - |
| YUV | 56.81 | 112.31 | 212.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 2 | 29 | 0 | 0.99 | 0.83 | 0.31 | 350.64 | 0.98 | 0.35 |
| Hex | AF | 2 | 1D | 0 | 63 | 53 | 1F | 15F | 62 | 23 |
| Octal | 257 | 2 | 35 | 0 | 143 | 123 | 37 | 537 | 142 | 43 |
| Binary | 10101111 | 10 | 11101 | 0 | 1100011 | 1010011 | 11111 | 101011111 | 1100010 | 100011 |
Color Harmonies of #AF021D
Complementary color
Monochromatic Colors of #AF021D
Black with #AF021D
Text Example
Text Example
White with #AF021D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF021D; }
p { color: rgb(175,2,29); }
H1.HeaderClassName
{
color: #AF021D;
}
.AnyTagClassName
{
color: #AF021D;
}
</style>
background-color css
<style>
a { background-color: #AF021D; }
a { background-color: rgb(175,2,29); }
div.DivClassName
{
background-color: #AF021D;
}
.BgClassName
{
background-color: #AF021D;
}
</style>
border-color css
<style>
span { border-color: #AF021D; }
span { border-color: rgb(175,2,29); }
td.TdClassName
{
border-color: #AF021D;
}
.TagClassName
{
border-color: #AF021D;
}
</style>