Shades of Carmine #AF011B
Tints of Carmine #AF011B
RGB
CMYK
RGB Variations
Color information
#AF011B (or 0xAF011B) is known color: Carmine. HEX triplet: AF, 01 and 1B. RGB value is (175,1,27). Sum of RGB (Red+Green+Blue) = 175+1+27=203 (26% of max value = 765). Red value is 175 (68.75% from 255 or 86.21% from 203); Green value is 1 (0.78% from 255 or 0.49% from 203); Blue value is 27 (10.94% from 255 or 13.30% from 203); Max value from RGB is 175 - color contains mainly: red. Hex color #AF011B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF011B is #50FEE4. Grayscale: #383838. Windows color (decimal): -5308133 or 1769903. OLE color: 1769903.
HSL color Cylindrical-coordinate representation of color #AF011B: hue angle of 351.03º 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 #AF011B is Cyan = 0, Magento = 0.99, Yellow = 0.85 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 1 | 27 | - |
| CMYK | 0 | 0.99 | 0.85 | 0.31 |
| HSL | 351.03º | 0.99% | 0.35% | - |
| HSV(B) | 351.03º | 0.99% | 0.69% | - |
| XYZ | 17.89 | 9.21 | 1.87 | - |
| YUV | 55.99 | 111.65 | 212.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 1 | 27 | 0 | 0.99 | 0.85 | 0.31 | 351.03 | 0.99 | 0.35 |
| Hex | AF | 1 | 1B | 0 | 63 | 55 | 1F | 15F | 63 | 23 |
| Octal | 257 | 1 | 33 | 0 | 143 | 125 | 37 | 537 | 143 | 43 |
| Binary | 10101111 | 1 | 11011 | 0 | 1100011 | 1010101 | 11111 | 101011111 | 1100011 | 100011 |
Color Harmonies of #AF011B
Complementary color
Monochromatic Colors of #AF011B
Black with #AF011B
Text Example
Text Example
White with #AF011B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF011B; }
p { color: rgb(175,1,27); }
H1.HeaderClassName
{
color: #AF011B;
}
.AnyTagClassName
{
color: #AF011B;
}
</style>
background-color css
<style>
a { background-color: #AF011B; }
a { background-color: rgb(175,1,27); }
div.DivClassName
{
background-color: #AF011B;
}
.BgClassName
{
background-color: #AF011B;
}
</style>
border-color css
<style>
span { border-color: #AF011B; }
span { border-color: rgb(175,1,27); }
td.TdClassName
{
border-color: #AF011B;
}
.TagClassName
{
border-color: #AF011B;
}
</style>