Shades of Carmine #AF011C
Tints of Carmine #AF011C
RGB
CMYK
RGB Variations
Color information
#AF011C (or 0xAF011C) is known color: Carmine. HEX triplet: AF, 01 and 1C. RGB value is (175,1,28). Sum of RGB (Red+Green+Blue) = 175+1+28=204 (27% of max value = 765). Red value is 175 (68.75% from 255 or 85.78% from 204); Green value is 1 (0.78% from 255 or 0.49% from 204); Blue value is 28 (11.33% from 255 or 13.73% from 204); Max value from RGB is 175 - color contains mainly: red. Hex color #AF011C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF011C is #50FEE3. Grayscale: #383838. Windows color (decimal): -5308132 or 1835439. OLE color: 1835439.
HSL color Cylindrical-coordinate representation of color #AF011C: hue angle of 350.69º 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 #AF011C is Cyan = 0, Magento = 0.99, Yellow = 0.84 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 1 | 28 | - |
| CMYK | 0 | 0.99 | 0.84 | 0.31 |
| HSL | 350.69º | 0.99% | 0.35% | - |
| HSV(B) | 350.69º | 0.99% | 0.69% | - |
| XYZ | 17.9 | 9.22 | 1.93 | - |
| YUV | 56.1 | 112.15 | 212.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 1 | 28 | 0 | 0.99 | 0.84 | 0.31 | 350.69 | 0.99 | 0.35 |
| Hex | AF | 1 | 1C | 0 | 63 | 54 | 1F | 15F | 63 | 23 |
| Octal | 257 | 1 | 34 | 0 | 143 | 124 | 37 | 537 | 143 | 43 |
| Binary | 10101111 | 1 | 11100 | 0 | 1100011 | 1010100 | 11111 | 101011111 | 1100011 | 100011 |
Color Harmonies of #AF011C
Complementary color
Monochromatic Colors of #AF011C
Black with #AF011C
Text Example
Text Example
White with #AF011C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF011C; }
p { color: rgb(175,1,28); }
H1.HeaderClassName
{
color: #AF011C;
}
.AnyTagClassName
{
color: #AF011C;
}
</style>
background-color css
<style>
a { background-color: #AF011C; }
a { background-color: rgb(175,1,28); }
div.DivClassName
{
background-color: #AF011C;
}
.BgClassName
{
background-color: #AF011C;
}
</style>
border-color css
<style>
span { border-color: #AF011C; }
span { border-color: rgb(175,1,28); }
td.TdClassName
{
border-color: #AF011C;
}
.TagClassName
{
border-color: #AF011C;
}
</style>