Shades of Carmine #AF0829
Tints of Carmine #AF0829
RGB
CMYK
RGB Variations
Color information
#AF0829 (or 0xAF0829) is known color: Carmine. HEX triplet: AF, 08 and 29. RGB value is (175,8,41). Sum of RGB (Red+Green+Blue) = 175+8+41=224 (29% of max value = 765). Red value is 175 (68.75% from 255 or 78.12% from 224); Green value is 8 (3.52% from 255 or 3.57% from 224); Blue value is 41 (16.41% from 255 or 18.30% from 224); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0829 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF0829 is #50F7D6. Grayscale: #3D3D3D. Windows color (decimal): -5306327 or 2689199. OLE color: 2689199.
HSL color Cylindrical-coordinate representation of color #AF0829: hue angle of 348.14º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AF0829 is Cyan = 0, Magento = 0.95, Yellow = 0.77 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 8 | 41 | - |
| CMYK | 0 | 0.95 | 0.77 | 0.31 |
| HSL | 348.14º | 0.91% | 0.36% | - |
| HSV(B) | 348.14º | 0.95% | 0.69% | - |
| XYZ | 18.17 | 9.45 | 2.96 | - |
| YUV | 61.7 | 116.33 | 208.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 8 | 41 | 0 | 0.95 | 0.77 | 0.31 | 348.14 | 0.91 | 0.36 |
| Hex | AF | 8 | 29 | 0 | 5F | 4D | 1F | 15C | 5B | 24 |
| Octal | 257 | 10 | 51 | 0 | 137 | 115 | 37 | 534 | 133 | 44 |
| Binary | 10101111 | 1000 | 101001 | 0 | 1011111 | 1001101 | 11111 | 101011100 | 1011011 | 100100 |
Color Harmonies of #AF0829
Complementary color
Monochromatic Colors of #AF0829
Black with #AF0829
Text Example
Text Example
White with #AF0829
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0829; }
p { color: rgb(175,8,41); }
H1.HeaderClassName
{
color: #AF0829;
}
.AnyTagClassName
{
color: #AF0829;
}
</style>
background-color css
<style>
a { background-color: #AF0829; }
a { background-color: rgb(175,8,41); }
div.DivClassName
{
background-color: #AF0829;
}
.BgClassName
{
background-color: #AF0829;
}
</style>
border-color css
<style>
span { border-color: #AF0829; }
span { border-color: rgb(175,8,41); }
td.TdClassName
{
border-color: #AF0829;
}
.TagClassName
{
border-color: #AF0829;
}
</style>