Shades of Carmine #AF0A27
Tints of Carmine #AF0A27
RGB
CMYK
RGB Variations
Color information
#AF0A27 (or 0xAF0A27) is known color: Carmine. HEX triplet: AF, 0A and 27. RGB value is (175,10,39). Sum of RGB (Red+Green+Blue) = 175+10+39=224 (29% of max value = 765). Red value is 175 (68.75% from 255 or 78.12% from 224); Green value is 10 (4.30% from 255 or 4.46% from 224); Blue value is 39 (15.62% from 255 or 17.41% from 224); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0A27 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF0A27 is #50F5D8. Grayscale: #3E3E3E. Windows color (decimal): -5305817 or 2558639. OLE color: 2558639.
HSL color Cylindrical-coordinate representation of color #AF0A27: hue angle of 349.45º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AF0A27 is Cyan = 0, Magento = 0.94, Yellow = 0.78 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 10 | 39 | - |
| CMYK | 0 | 0.94 | 0.78 | 0.31 |
| HSL | 349.45º | 0.89% | 0.36% | - |
| HSV(B) | 349.45º | 0.94% | 0.69% | - |
| XYZ | 18.15 | 9.48 | 2.79 | - |
| YUV | 62.64 | 114.66 | 208.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 10 | 39 | 0 | 0.94 | 0.78 | 0.31 | 349.45 | 0.89 | 0.36 |
| Hex | AF | A | 27 | 0 | 5E | 4E | 1F | 15D | 59 | 24 |
| Octal | 257 | 12 | 47 | 0 | 136 | 116 | 37 | 535 | 131 | 44 |
| Binary | 10101111 | 1010 | 100111 | 0 | 1011110 | 1001110 | 11111 | 101011101 | 1011001 | 100100 |
Color Harmonies of #AF0A27
Complementary color
Monochromatic Colors of #AF0A27
Black with #AF0A27
Text Example
Text Example
White with #AF0A27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0A27; }
p { color: rgb(175,10,39); }
H1.HeaderClassName
{
color: #AF0A27;
}
.AnyTagClassName
{
color: #AF0A27;
}
</style>
background-color css
<style>
a { background-color: #AF0A27; }
a { background-color: rgb(175,10,39); }
div.DivClassName
{
background-color: #AF0A27;
}
.BgClassName
{
background-color: #AF0A27;
}
</style>
border-color css
<style>
span { border-color: #AF0A27; }
span { border-color: rgb(175,10,39); }
td.TdClassName
{
border-color: #AF0A27;
}
.TagClassName
{
border-color: #AF0A27;
}
</style>