Shades of Carmine #AF062E
Tints of Carmine #AF062E
RGB
CMYK
RGB Variations
Color information
#AF062E (or 0xAF062E) is known color: Carmine. HEX triplet: AF, 06 and 2E. RGB value is (175,6,46). Sum of RGB (Red+Green+Blue) = 175+6+46=227 (30% of max value = 765). Red value is 175 (68.75% from 255 or 77.09% from 227); Green value is 6 (2.73% from 255 or 2.64% from 227); Blue value is 46 (18.36% from 255 or 20.26% from 227); Max value from RGB is 175 - color contains mainly: red. Hex color #AF062E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF062E is #50F9D1. Grayscale: #3D3D3D. Windows color (decimal): -5306834 or 3016367. OLE color: 3016367.
HSL color Cylindrical-coordinate representation of color #AF062E: hue angle of 345.8º 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 #AF062E is Cyan = 0, Magento = 0.97, Yellow = 0.74 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 6 | 46 | - |
| CMYK | 0 | 0.97 | 0.74 | 0.31 |
| HSL | 345.8º | 0.93% | 0.35% | - |
| HSV(B) | 345.8º | 0.97% | 0.69% | - |
| XYZ | 18.24 | 9.44 | 3.45 | - |
| YUV | 61.09 | 119.49 | 209.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 6 | 46 | 0 | 0.97 | 0.74 | 0.31 | 345.8 | 0.93 | 0.35 |
| Hex | AF | 6 | 2E | 0 | 61 | 4A | 1F | 15A | 5D | 23 |
| Octal | 257 | 6 | 56 | 0 | 141 | 112 | 37 | 532 | 135 | 43 |
| Binary | 10101111 | 110 | 101110 | 0 | 1100001 | 1001010 | 11111 | 101011010 | 1011101 | 100011 |
Color Harmonies of #AF062E
Complementary color
Monochromatic Colors of #AF062E
Black with #AF062E
Text Example
Text Example
White with #AF062E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF062E; }
p { color: rgb(175,6,46); }
H1.HeaderClassName
{
color: #AF062E;
}
.AnyTagClassName
{
color: #AF062E;
}
</style>
background-color css
<style>
a { background-color: #AF062E; }
a { background-color: rgb(175,6,46); }
div.DivClassName
{
background-color: #AF062E;
}
.BgClassName
{
background-color: #AF062E;
}
</style>
border-color css
<style>
span { border-color: #AF062E; }
span { border-color: rgb(175,6,46); }
td.TdClassName
{
border-color: #AF062E;
}
.TagClassName
{
border-color: #AF062E;
}
</style>