Shades of Carmine #AF001E
Tints of Carmine #AF001E
RGB
CMYK
RGB Variations
Color information
#AF001E (or 0xAF001E) is known color: Carmine. HEX triplet: AF, 00 and 1E. RGB value is (175,0,30). Sum of RGB (Red+Green+Blue) = 175+0+30=205 (27% of max value = 765). Red value is 175 (68.75% from 255 or 85.37% from 205); Green value is 0 (0.39% from 255 or 0% from 205); Blue value is 30 (12.11% from 255 or 14.63% from 205); Max value from RGB is 175 - color contains mainly: red. Hex color #AF001E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF001E is #50FFE1. Grayscale: #373737. Windows color (decimal): -5308386 or 1966255. OLE color: 1966255.
HSL color Cylindrical-coordinate representation of color #AF001E: hue angle of 349.71º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AF001E is Cyan = 0, Magento = 1, Yellow = 0.83 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 0 | 30 | - |
| CMYK | 0 | 1 | 0.83 | 0.31 |
| HSL | 349.71º | 1% | 0.34% | - |
| HSV(B) | 349.71º | 1% | 0.69% | - |
| XYZ | 17.91 | 9.21 | 2.06 | - |
| YUV | 55.75 | 113.48 | 213.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 0 | 30 | 0 | 1 | 0.83 | 0.31 | 349.71 | 1 | 0.34 |
| Hex | AF | 0 | 1E | 0 | 64 | 53 | 1F | 15E | 64 | 22 |
| Octal | 257 | 0 | 36 | 0 | 144 | 123 | 37 | 536 | 144 | 42 |
| Binary | 10101111 | 0 | 11110 | 0 | 1100100 | 1010011 | 11111 | 101011110 | 1100100 | 100010 |
Color Harmonies of #AF001E
Complementary color
Monochromatic Colors of #AF001E
Black with #AF001E
Text Example
Text Example
White with #AF001E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF001E; }
p { color: rgb(175,0,30); }
H1.HeaderClassName
{
color: #AF001E;
}
.AnyTagClassName
{
color: #AF001E;
}
</style>
background-color css
<style>
a { background-color: #AF001E; }
a { background-color: rgb(175,0,30); }
div.DivClassName
{
background-color: #AF001E;
}
.BgClassName
{
background-color: #AF001E;
}
</style>
border-color css
<style>
span { border-color: #AF001E; }
span { border-color: rgb(175,0,30); }
td.TdClassName
{
border-color: #AF001E;
}
.TagClassName
{
border-color: #AF001E;
}
</style>