Shades of Carmine #AF0D27
Tints of Carmine #AF0D27
RGB
CMYK
RGB Variations
Color information
#AF0D27 (or 0xAF0D27) is known color: Carmine. HEX triplet: AF, 0D and 27. RGB value is (175,13,39). Sum of RGB (Red+Green+Blue) = 175+13+39=227 (30% of max value = 765). Red value is 175 (68.75% from 255 or 77.09% from 227); Green value is 13 (5.47% from 255 or 5.73% from 227); Blue value is 39 (15.62% from 255 or 17.18% from 227); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0D27 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF0D27 is #50F2D8. Grayscale: #404040. Windows color (decimal): -5305049 or 2559407. OLE color: 2559407.
HSL color Cylindrical-coordinate representation of color #AF0D27: hue angle of 350.37º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AF0D27 is Cyan = 0, Magento = 0.93, Yellow = 0.78 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 13 | 39 | - |
| CMYK | 0 | 0.93 | 0.78 | 0.31 |
| HSL | 350.37º | 0.86% | 0.37% | - |
| HSV(B) | 350.37º | 0.93% | 0.69% | - |
| XYZ | 18.19 | 9.55 | 2.8 | - |
| YUV | 64.4 | 113.67 | 206.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 13 | 39 | 0 | 0.93 | 0.78 | 0.31 | 350.37 | 0.86 | 0.37 |
| Hex | AF | D | 27 | 0 | 5D | 4E | 1F | 15E | 56 | 25 |
| Octal | 257 | 15 | 47 | 0 | 135 | 116 | 37 | 536 | 126 | 45 |
| Binary | 10101111 | 1101 | 100111 | 0 | 1011101 | 1001110 | 11111 | 101011110 | 1010110 | 100101 |
Color Harmonies of #AF0D27
Complementary color
Monochromatic Colors of #AF0D27
Black with #AF0D27
Text Example
Text Example
White with #AF0D27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0D27; }
p { color: rgb(175,13,39); }
H1.HeaderClassName
{
color: #AF0D27;
}
.AnyTagClassName
{
color: #AF0D27;
}
</style>
background-color css
<style>
a { background-color: #AF0D27; }
a { background-color: rgb(175,13,39); }
div.DivClassName
{
background-color: #AF0D27;
}
.BgClassName
{
background-color: #AF0D27;
}
</style>
border-color css
<style>
span { border-color: #AF0D27; }
span { border-color: rgb(175,13,39); }
td.TdClassName
{
border-color: #AF0D27;
}
.TagClassName
{
border-color: #AF0D27;
}
</style>