Shades of Carmine #AF001D
Tints of Carmine #AF001D
RGB
CMYK
RGB Variations
Color information
#AF001D (or 0xAF001D) is known color: Carmine. HEX triplet: AF, 00 and 1D. RGB value is (175,0,29). Sum of RGB (Red+Green+Blue) = 175+0+29=204 (27% of max value = 765). Red value is 175 (68.75% from 255 or 85.78% from 204); Green value is 0 (0.39% from 255 or 0% from 204); Blue value is 29 (11.72% from 255 or 14.22% from 204); Max value from RGB is 175 - color contains mainly: red. Hex color #AF001D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF001D is #50FFE2. Grayscale: #373737. Windows color (decimal): -5308387 or 1900719. OLE color: 1900719.
HSL color Cylindrical-coordinate representation of color #AF001D: hue angle of 350.06º 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 #AF001D is Cyan = 0, Magento = 1, Yellow = 0.83 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 0 | 29 | - |
| CMYK | 0 | 1 | 0.83 | 0.31 |
| HSL | 350.06º | 1% | 0.34% | - |
| HSV(B) | 350.06º | 1% | 0.69% | - |
| XYZ | 17.9 | 9.2 | 2 | - |
| YUV | 55.63 | 112.98 | 213.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 0 | 29 | 0 | 1 | 0.83 | 0.31 | 350.06 | 1 | 0.34 |
| Hex | AF | 0 | 1D | 0 | 64 | 53 | 1F | 15E | 64 | 22 |
| Octal | 257 | 0 | 35 | 0 | 144 | 123 | 37 | 536 | 144 | 42 |
| Binary | 10101111 | 0 | 11101 | 0 | 1100100 | 1010011 | 11111 | 101011110 | 1100100 | 100010 |
Color Harmonies of #AF001D
Complementary color
Monochromatic Colors of #AF001D
Black with #AF001D
Text Example
Text Example
White with #AF001D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF001D; }
p { color: rgb(175,0,29); }
H1.HeaderClassName
{
color: #AF001D;
}
.AnyTagClassName
{
color: #AF001D;
}
</style>
background-color css
<style>
a { background-color: #AF001D; }
a { background-color: rgb(175,0,29); }
div.DivClassName
{
background-color: #AF001D;
}
.BgClassName
{
background-color: #AF001D;
}
</style>
border-color css
<style>
span { border-color: #AF001D; }
span { border-color: rgb(175,0,29); }
td.TdClassName
{
border-color: #AF001D;
}
.TagClassName
{
border-color: #AF001D;
}
</style>