Shades of Carmine #AF032D
Tints of Carmine #AF032D
RGB
CMYK
RGB Variations
Color information
#AF032D (or 0xAF032D) is known color: Carmine. HEX triplet: AF, 03 and 2D. RGB value is (175,3,45). Sum of RGB (Red+Green+Blue) = 175+3+45=223 (29% of max value = 765). Red value is 175 (68.75% from 255 or 78.48% from 223); Green value is 3 (1.56% from 255 or 1.35% from 223); Blue value is 45 (17.97% from 255 or 20.18% from 223); Max value from RGB is 175 - color contains mainly: red. Hex color #AF032D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF032D is #50FCD2. Grayscale: #3B3B3B. Windows color (decimal): -5307603 or 2950063. OLE color: 2950063.
HSL color Cylindrical-coordinate representation of color #AF032D: hue angle of 345.35º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AF032D is Cyan = 0, Magento = 0.98, Yellow = 0.74 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 3 | 45 | - |
| CMYK | 0 | 0.98 | 0.74 | 0.31 |
| HSL | 345.35º | 0.97% | 0.35% | - |
| HSV(B) | 345.35º | 0.98% | 0.69% | - |
| XYZ | 18.19 | 9.37 | 3.33 | - |
| YUV | 59.22 | 119.98 | 210.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 3 | 45 | 0 | 0.98 | 0.74 | 0.31 | 345.35 | 0.97 | 0.35 |
| Hex | AF | 3 | 2D | 0 | 62 | 4A | 1F | 159 | 61 | 23 |
| Octal | 257 | 3 | 55 | 0 | 142 | 112 | 37 | 531 | 141 | 43 |
| Binary | 10101111 | 11 | 101101 | 0 | 1100010 | 1001010 | 11111 | 101011001 | 1100001 | 100011 |
Color Harmonies of #AF032D
Complementary color
Monochromatic Colors of #AF032D
Black with #AF032D
Text Example
Text Example
White with #AF032D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF032D; }
p { color: rgb(175,3,45); }
H1.HeaderClassName
{
color: #AF032D;
}
.AnyTagClassName
{
color: #AF032D;
}
</style>
background-color css
<style>
a { background-color: #AF032D; }
a { background-color: rgb(175,3,45); }
div.DivClassName
{
background-color: #AF032D;
}
.BgClassName
{
background-color: #AF032D;
}
</style>
border-color css
<style>
span { border-color: #AF032D; }
span { border-color: rgb(175,3,45); }
td.TdClassName
{
border-color: #AF032D;
}
.TagClassName
{
border-color: #AF032D;
}
</style>