Shades of Carmine #AF022E
Tints of Carmine #AF022E
RGB
CMYK
RGB Variations
Color information
#AF022E (or 0xAF022E) is known color: Carmine. HEX triplet: AF, 02 and 2E. RGB value is (175,2,46). Sum of RGB (Red+Green+Blue) = 175+2+46=223 (29% of max value = 765). Red value is 175 (68.75% from 255 or 78.48% from 223); Green value is 2 (1.17% from 255 or 0.90% from 223); Blue value is 46 (18.36% from 255 or 20.63% from 223); Max value from RGB is 175 - color contains mainly: red. Hex color #AF022E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF022E is #50FDD1. Grayscale: #3A3A3A. Windows color (decimal): -5307858 or 3015343. OLE color: 3015343.
HSL color Cylindrical-coordinate representation of color #AF022E: hue angle of 344.74º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AF022E is Cyan = 0, Magento = 0.99, Yellow = 0.74 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 2 | 46 | - |
| CMYK | 0 | 0.99 | 0.74 | 0.31 |
| HSL | 344.74º | 0.98% | 0.35% | - |
| HSV(B) | 344.74º | 0.99% | 0.69% | - |
| XYZ | 18.19 | 9.35 | 3.43 | - |
| YUV | 58.74 | 120.81 | 210.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 2 | 46 | 0 | 0.99 | 0.74 | 0.31 | 344.74 | 0.98 | 0.35 |
| Hex | AF | 2 | 2E | 0 | 63 | 4A | 1F | 159 | 62 | 23 |
| Octal | 257 | 2 | 56 | 0 | 143 | 112 | 37 | 531 | 142 | 43 |
| Binary | 10101111 | 10 | 101110 | 0 | 1100011 | 1001010 | 11111 | 101011001 | 1100010 | 100011 |
Color Harmonies of #AF022E
Complementary color
Monochromatic Colors of #AF022E
Black with #AF022E
Text Example
Text Example
White with #AF022E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF022E; }
p { color: rgb(175,2,46); }
H1.HeaderClassName
{
color: #AF022E;
}
.AnyTagClassName
{
color: #AF022E;
}
</style>
background-color css
<style>
a { background-color: #AF022E; }
a { background-color: rgb(175,2,46); }
div.DivClassName
{
background-color: #AF022E;
}
.BgClassName
{
background-color: #AF022E;
}
</style>
border-color css
<style>
span { border-color: #AF022E; }
span { border-color: rgb(175,2,46); }
td.TdClassName
{
border-color: #AF022E;
}
.TagClassName
{
border-color: #AF022E;
}
</style>