Shades of Carmine #AF0529
Tints of Carmine #AF0529
RGB
CMYK
RGB Variations
Color information
#AF0529 (or 0xAF0529) is known color: Carmine. HEX triplet: AF, 05 and 29. RGB value is (175,5,41). Sum of RGB (Red+Green+Blue) = 175+5+41=221 (29% of max value = 765). Red value is 175 (68.75% from 255 or 79.19% from 221); Green value is 5 (2.34% from 255 or 2.26% from 221); Blue value is 41 (16.41% from 255 or 18.55% from 221); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0529 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF0529 is #50FAD6. Grayscale: #3B3B3B. Windows color (decimal): -5307095 or 2688431. OLE color: 2688431.
HSL color Cylindrical-coordinate representation of color #AF0529: hue angle of 347.29º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AF0529 is Cyan = 0, Magento = 0.97, Yellow = 0.77 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 5 | 41 | - |
| CMYK | 0 | 0.97 | 0.77 | 0.31 |
| HSL | 347.29º | 0.94% | 0.35% | - |
| HSV(B) | 347.29º | 0.97% | 0.69% | - |
| XYZ | 18.13 | 9.38 | 2.95 | - |
| YUV | 59.93 | 117.32 | 210.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 5 | 41 | 0 | 0.97 | 0.77 | 0.31 | 347.29 | 0.94 | 0.35 |
| Hex | AF | 5 | 29 | 0 | 61 | 4D | 1F | 15B | 5E | 23 |
| Octal | 257 | 5 | 51 | 0 | 141 | 115 | 37 | 533 | 136 | 43 |
| Binary | 10101111 | 101 | 101001 | 0 | 1100001 | 1001101 | 11111 | 101011011 | 1011110 | 100011 |
Color Harmonies of #AF0529
Complementary color
Monochromatic Colors of #AF0529
Black with #AF0529
Text Example
Text Example
White with #AF0529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0529; }
p { color: rgb(175,5,41); }
H1.HeaderClassName
{
color: #AF0529;
}
.AnyTagClassName
{
color: #AF0529;
}
</style>
background-color css
<style>
a { background-color: #AF0529; }
a { background-color: rgb(175,5,41); }
div.DivClassName
{
background-color: #AF0529;
}
.BgClassName
{
background-color: #AF0529;
}
</style>
border-color css
<style>
span { border-color: #AF0529; }
span { border-color: rgb(175,5,41); }
td.TdClassName
{
border-color: #AF0529;
}
.TagClassName
{
border-color: #AF0529;
}
</style>