Shades of Carmine #AF021A
Tints of Carmine #AF021A
RGB
CMYK
RGB Variations
Color information
#AF021A (or 0xAF021A) is known color: Carmine. HEX triplet: AF, 02 and 1A. RGB value is (175,2,26). Sum of RGB (Red+Green+Blue) = 175+2+26=203 (26% of max value = 765). Red value is 175 (68.75% from 255 or 86.21% from 203); Green value is 2 (1.17% from 255 or 0.99% from 203); Blue value is 26 (10.55% from 255 or 12.81% from 203); Max value from RGB is 175 - color contains mainly: red. Hex color #AF021A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF021A is #50FDE5. Grayscale: #383838. Windows color (decimal): -5307878 or 1704623. OLE color: 1704623.
HSL color Cylindrical-coordinate representation of color #AF021A: hue angle of 351.68º 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 #AF021A is Cyan = 0, Magento = 0.99, Yellow = 0.85 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 2 | 26 | - |
| CMYK | 0 | 0.99 | 0.85 | 0.31 |
| HSL | 351.68º | 0.98% | 0.35% | - |
| HSV(B) | 351.68º | 0.99% | 0.69% | - |
| XYZ | 17.89 | 9.23 | 1.82 | - |
| YUV | 56.46 | 110.81 | 212.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 2 | 26 | 0 | 0.99 | 0.85 | 0.31 | 351.68 | 0.98 | 0.35 |
| Hex | AF | 2 | 1A | 0 | 63 | 55 | 1F | 160 | 62 | 23 |
| Octal | 257 | 2 | 32 | 0 | 143 | 125 | 37 | 540 | 142 | 43 |
| Binary | 10101111 | 10 | 11010 | 0 | 1100011 | 1010101 | 11111 | 101100000 | 1100010 | 100011 |
Color Harmonies of #AF021A
Complementary color
Monochromatic Colors of #AF021A
Black with #AF021A
Text Example
Text Example
White with #AF021A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF021A; }
p { color: rgb(175,2,26); }
H1.HeaderClassName
{
color: #AF021A;
}
.AnyTagClassName
{
color: #AF021A;
}
</style>
background-color css
<style>
a { background-color: #AF021A; }
a { background-color: rgb(175,2,26); }
div.DivClassName
{
background-color: #AF021A;
}
.BgClassName
{
background-color: #AF021A;
}
</style>
border-color css
<style>
span { border-color: #AF021A; }
span { border-color: rgb(175,2,26); }
td.TdClassName
{
border-color: #AF021A;
}
.TagClassName
{
border-color: #AF021A;
}
</style>