Shades of Carmine #AF051F
Tints of Carmine #AF051F
RGB
CMYK
RGB Variations
Color information
#AF051F (or 0xAF051F) is known color: Carmine. HEX triplet: AF, 05 and 1F. RGB value is (175,5,31). Sum of RGB (Red+Green+Blue) = 175+5+31=211 (27% of max value = 765). Red value is 175 (68.75% from 255 or 82.94% from 211); Green value is 5 (2.34% from 255 or 2.37% from 211); Blue value is 31 (12.5% from 255 or 14.69% from 211); Max value from RGB is 175 - color contains mainly: red. Hex color #AF051F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF051F is #50FAE0. Grayscale: #3A3A3A. Windows color (decimal): -5307105 or 2033071. OLE color: 2033071.
HSL color Cylindrical-coordinate representation of color #AF051F: hue angle of 350.82º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AF051F is Cyan = 0, Magento = 0.97, Yellow = 0.82 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 5 | 31 | - |
| CMYK | 0 | 0.97 | 0.82 | 0.31 |
| HSL | 350.82º | 0.94% | 0.35% | - |
| HSV(B) | 350.82º | 0.97% | 0.69% | - |
| XYZ | 17.98 | 9.32 | 2.15 | - |
| YUV | 58.79 | 112.32 | 210.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 5 | 31 | 0 | 0.97 | 0.82 | 0.31 | 350.82 | 0.94 | 0.35 |
| Hex | AF | 5 | 1F | 0 | 61 | 52 | 1F | 15F | 5E | 23 |
| Octal | 257 | 5 | 37 | 0 | 141 | 122 | 37 | 537 | 136 | 43 |
| Binary | 10101111 | 101 | 11111 | 0 | 1100001 | 1010010 | 11111 | 101011111 | 1011110 | 100011 |
Color Harmonies of #AF051F
Complementary color
Monochromatic Colors of #AF051F
Black with #AF051F
Text Example
Text Example
White with #AF051F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF051F; }
p { color: rgb(175,5,31); }
H1.HeaderClassName
{
color: #AF051F;
}
.AnyTagClassName
{
color: #AF051F;
}
</style>
background-color css
<style>
a { background-color: #AF051F; }
a { background-color: rgb(175,5,31); }
div.DivClassName
{
background-color: #AF051F;
}
.BgClassName
{
background-color: #AF051F;
}
</style>
border-color css
<style>
span { border-color: #AF051F; }
span { border-color: rgb(175,5,31); }
td.TdClassName
{
border-color: #AF051F;
}
.TagClassName
{
border-color: #AF051F;
}
</style>