Shades of Carmine #AF062D
Tints of Carmine #AF062D
RGB
CMYK
RGB Variations
Color information
#AF062D (or 0xAF062D) is known color: Carmine. HEX triplet: AF, 06 and 2D. RGB value is (175,6,45). Sum of RGB (Red+Green+Blue) = 175+6+45=226 (29% of max value = 765). Red value is 175 (68.75% from 255 or 77.43% from 226); Green value is 6 (2.73% from 255 or 2.65% from 226); Blue value is 45 (17.97% from 255 or 19.91% from 226); Max value from RGB is 175 - color contains mainly: red. Hex color #AF062D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF062D is #50F9D2. Grayscale: #3C3C3C. Windows color (decimal): -5306835 or 2950831. OLE color: 2950831.
HSL color Cylindrical-coordinate representation of color #AF062D: hue angle of 346.15º degrees, saturation: 0.93, 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 #AF062D is Cyan = 0, Magento = 0.97, Yellow = 0.74 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 6 | 45 | - |
| CMYK | 0 | 0.97 | 0.74 | 0.31 |
| HSL | 346.15º | 0.93% | 0.35% | - |
| HSV(B) | 346.15º | 0.97% | 0.69% | - |
| XYZ | 18.22 | 9.43 | 3.34 | - |
| YUV | 60.98 | 118.99 | 209.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 6 | 45 | 0 | 0.97 | 0.74 | 0.31 | 346.15 | 0.93 | 0.35 |
| Hex | AF | 6 | 2D | 0 | 61 | 4A | 1F | 15A | 5D | 23 |
| Octal | 257 | 6 | 55 | 0 | 141 | 112 | 37 | 532 | 135 | 43 |
| Binary | 10101111 | 110 | 101101 | 0 | 1100001 | 1001010 | 11111 | 101011010 | 1011101 | 100011 |
Color Harmonies of #AF062D
Complementary color
Monochromatic Colors of #AF062D
Black with #AF062D
Text Example
Text Example
White with #AF062D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF062D; }
p { color: rgb(175,6,45); }
H1.HeaderClassName
{
color: #AF062D;
}
.AnyTagClassName
{
color: #AF062D;
}
</style>
background-color css
<style>
a { background-color: #AF062D; }
a { background-color: rgb(175,6,45); }
div.DivClassName
{
background-color: #AF062D;
}
.BgClassName
{
background-color: #AF062D;
}
</style>
border-color css
<style>
span { border-color: #AF062D; }
span { border-color: rgb(175,6,45); }
td.TdClassName
{
border-color: #AF062D;
}
.TagClassName
{
border-color: #AF062D;
}
</style>