Shades of Carmine #AF001A
Tints of Carmine #AF001A
RGB
CMYK
RGB Variations
Color information
#AF001A (or 0xAF001A) is known color: Carmine. HEX triplet: AF, 00 and 1A. RGB value is (175,0,26). Sum of RGB (Red+Green+Blue) = 175+0+26=201 (26% of max value = 765). Red value is 175 (68.75% from 255 or 87.06% from 201); Green value is 0 (0.39% from 255 or 0% from 201); Blue value is 26 (10.55% from 255 or 12.94% from 201); Max value from RGB is 175 - color contains mainly: red. Hex color #AF001A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF001A is #50FFE5. Grayscale: #373737. Windows color (decimal): -5308390 or 1704111. OLE color: 1704111.
HSL color Cylindrical-coordinate representation of color #AF001A: hue angle of 351.09º 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 #AF001A is Cyan = 0, Magento = 1, Yellow = 0.85 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 0 | 26 | - |
| CMYK | 0 | 1 | 0.85 | 0.31 |
| HSL | 351.09º | 1% | 0.34% | - |
| HSV(B) | 351.09º | 1% | 0.69% | - |
| XYZ | 17.87 | 9.19 | 1.81 | - |
| YUV | 55.29 | 111.48 | 213.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 0 | 26 | 0 | 1 | 0.85 | 0.31 | 351.09 | 1 | 0.34 |
| Hex | AF | 0 | 1A | 0 | 64 | 55 | 1F | 15F | 64 | 22 |
| Octal | 257 | 0 | 32 | 0 | 144 | 125 | 37 | 537 | 144 | 42 |
| Binary | 10101111 | 0 | 11010 | 0 | 1100100 | 1010101 | 11111 | 101011111 | 1100100 | 100010 |
Color Harmonies of #AF001A
Complementary color
Monochromatic Colors of #AF001A
Black with #AF001A
Text Example
Text Example
White with #AF001A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF001A; }
p { color: rgb(175,0,26); }
H1.HeaderClassName
{
color: #AF001A;
}
.AnyTagClassName
{
color: #AF001A;
}
</style>
background-color css
<style>
a { background-color: #AF001A; }
a { background-color: rgb(175,0,26); }
div.DivClassName
{
background-color: #AF001A;
}
.BgClassName
{
background-color: #AF001A;
}
</style>
border-color css
<style>
span { border-color: #AF001A; }
span { border-color: rgb(175,0,26); }
td.TdClassName
{
border-color: #AF001A;
}
.TagClassName
{
border-color: #AF001A;
}
</style>