Shades of Carmine #AF022B
Tints of Carmine #AF022B
RGB
CMYK
RGB Variations
Color information
#AF022B (or 0xAF022B) is known color: Carmine. HEX triplet: AF, 02 and 2B. RGB value is (175,2,43). Sum of RGB (Red+Green+Blue) = 175+2+43=220 (29% of max value = 765). Red value is 175 (68.75% from 255 or 79.55% from 220); Green value is 2 (1.17% from 255 or 0.91% from 220); Blue value is 43 (17.19% from 255 or 19.55% from 220); Max value from RGB is 175 - color contains mainly: red. Hex color #AF022B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF022B is #50FDD4. Grayscale: #3A3A3A. Windows color (decimal): -5307861 or 2818735. OLE color: 2818735.
HSL color Cylindrical-coordinate representation of color #AF022B: hue angle of 345.78º 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 #AF022B is Cyan = 0, Magento = 0.99, Yellow = 0.75 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 2 | 43 | - |
| CMYK | 0 | 0.99 | 0.75 | 0.31 |
| HSL | 345.78º | 0.98% | 0.35% | - |
| HSV(B) | 345.78º | 0.99% | 0.69% | - |
| XYZ | 18.14 | 9.33 | 3.13 | - |
| YUV | 58.4 | 119.31 | 211.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 2 | 43 | 0 | 0.99 | 0.75 | 0.31 | 345.78 | 0.98 | 0.35 |
| Hex | AF | 2 | 2B | 0 | 63 | 4B | 1F | 15A | 62 | 23 |
| Octal | 257 | 2 | 53 | 0 | 143 | 113 | 37 | 532 | 142 | 43 |
| Binary | 10101111 | 10 | 101011 | 0 | 1100011 | 1001011 | 11111 | 101011010 | 1100010 | 100011 |
Color Harmonies of #AF022B
Complementary color
Monochromatic Colors of #AF022B
Black with #AF022B
Text Example
Text Example
White with #AF022B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF022B; }
p { color: rgb(175,2,43); }
H1.HeaderClassName
{
color: #AF022B;
}
.AnyTagClassName
{
color: #AF022B;
}
</style>
background-color css
<style>
a { background-color: #AF022B; }
a { background-color: rgb(175,2,43); }
div.DivClassName
{
background-color: #AF022B;
}
.BgClassName
{
background-color: #AF022B;
}
</style>
border-color css
<style>
span { border-color: #AF022B; }
span { border-color: rgb(175,2,43); }
td.TdClassName
{
border-color: #AF022B;
}
.TagClassName
{
border-color: #AF022B;
}
</style>