Shades of Carmine #AF011D
Tints of Carmine #AF011D
RGB
CMYK
RGB Variations
Color information
#AF011D (or 0xAF011D) is known color: Carmine. HEX triplet: AF, 01 and 1D. RGB value is (175,1,29). Sum of RGB (Red+Green+Blue) = 175+1+29=205 (27% of max value = 765). Red value is 175 (68.75% from 255 or 85.37% from 205); Green value is 1 (0.78% from 255 or 0.49% from 205); Blue value is 29 (11.72% from 255 or 14.15% from 205); Max value from RGB is 175 - color contains mainly: red. Hex color #AF011D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF011D is #50FEE2. Grayscale: #383838. Windows color (decimal): -5308131 or 1900975. OLE color: 1900975.
HSL color Cylindrical-coordinate representation of color #AF011D: hue angle of 350.34º degrees, saturation: 0.99, 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 #AF011D is Cyan = 0, Magento = 0.99, Yellow = 0.83 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 1 | 29 | - |
| CMYK | 0 | 0.99 | 0.83 | 0.31 |
| HSL | 350.34º | 0.99% | 0.35% | - |
| HSV(B) | 350.34º | 0.99% | 0.69% | - |
| XYZ | 17.91 | 9.22 | 2 | - |
| YUV | 56.22 | 112.65 | 212.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 1 | 29 | 0 | 0.99 | 0.83 | 0.31 | 350.34 | 0.99 | 0.35 |
| Hex | AF | 1 | 1D | 0 | 63 | 53 | 1F | 15E | 63 | 23 |
| Octal | 257 | 1 | 35 | 0 | 143 | 123 | 37 | 536 | 143 | 43 |
| Binary | 10101111 | 1 | 11101 | 0 | 1100011 | 1010011 | 11111 | 101011110 | 1100011 | 100011 |
Color Harmonies of #AF011D
Complementary color
Monochromatic Colors of #AF011D
Black with #AF011D
Text Example
Text Example
White with #AF011D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF011D; }
p { color: rgb(175,1,29); }
H1.HeaderClassName
{
color: #AF011D;
}
.AnyTagClassName
{
color: #AF011D;
}
</style>
background-color css
<style>
a { background-color: #AF011D; }
a { background-color: rgb(175,1,29); }
div.DivClassName
{
background-color: #AF011D;
}
.BgClassName
{
background-color: #AF011D;
}
</style>
border-color css
<style>
span { border-color: #AF011D; }
span { border-color: rgb(175,1,29); }
td.TdClassName
{
border-color: #AF011D;
}
.TagClassName
{
border-color: #AF011D;
}
</style>