Shades of Carmine #AF031E
Tints of Carmine #AF031E
RGB
CMYK
RGB Variations
Color information
#AF031E (or 0xAF031E) is known color: Carmine. HEX triplet: AF, 03 and 1E. RGB value is (175,3,30). Sum of RGB (Red+Green+Blue) = 175+3+30=208 (27% of max value = 765). Red value is 175 (68.75% from 255 or 84.13% from 208); Green value is 3 (1.56% from 255 or 1.44% from 208); Blue value is 30 (12.11% from 255 or 14.42% from 208); Max value from RGB is 175 - color contains mainly: red. Hex color #AF031E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF031E is #50FCE1. Grayscale: #393939. Windows color (decimal): -5307618 or 1967023. OLE color: 1967023.
HSL color Cylindrical-coordinate representation of color #AF031E: hue angle of 350.58º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AF031E is Cyan = 0, Magento = 0.98, Yellow = 0.83 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 3 | 30 | - |
| CMYK | 0 | 0.98 | 0.83 | 0.31 |
| HSL | 350.58º | 0.97% | 0.35% | - |
| HSV(B) | 350.58º | 0.98% | 0.69% | - |
| XYZ | 17.95 | 9.27 | 2.07 | - |
| YUV | 57.51 | 112.48 | 211.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 3 | 30 | 0 | 0.98 | 0.83 | 0.31 | 350.58 | 0.97 | 0.35 |
| Hex | AF | 3 | 1E | 0 | 62 | 53 | 1F | 15F | 61 | 23 |
| Octal | 257 | 3 | 36 | 0 | 142 | 123 | 37 | 537 | 141 | 43 |
| Binary | 10101111 | 11 | 11110 | 0 | 1100010 | 1010011 | 11111 | 101011111 | 1100001 | 100011 |
Color Harmonies of #AF031E
Complementary color
Monochromatic Colors of #AF031E
Black with #AF031E
Text Example
Text Example
White with #AF031E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF031E; }
p { color: rgb(175,3,30); }
H1.HeaderClassName
{
color: #AF031E;
}
.AnyTagClassName
{
color: #AF031E;
}
</style>
background-color css
<style>
a { background-color: #AF031E; }
a { background-color: rgb(175,3,30); }
div.DivClassName
{
background-color: #AF031E;
}
.BgClassName
{
background-color: #AF031E;
}
</style>
border-color css
<style>
span { border-color: #AF031E; }
span { border-color: rgb(175,3,30); }
td.TdClassName
{
border-color: #AF031E;
}
.TagClassName
{
border-color: #AF031E;
}
</style>