Shades of Medium Carmine #AF3E2F
Tints of Medium Carmine #AF3E2F
RGB
CMYK
RGB Variations
Color information
#AF3E2F (or 0xAF3E2F) is known color: Medium Carmine. HEX triplet: AF, 3E and 2F. RGB value is (175,62,47). Sum of RGB (Red+Green+Blue) = 175+62+47=284 (37% of max value = 765). Red value is 175 (68.75% from 255 or 61.62% from 284); Green value is 62 (24.61% from 255 or 21.83% from 284); Blue value is 47 (18.75% from 255 or 16.55% from 284); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3E2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF3E2F is #50C1D0. Grayscale: #5E5E5E. Windows color (decimal): -5292497 or 3096239. OLE color: 3096239.
HSL color Cylindrical-coordinate representation of color #AF3E2F: hue angle of 7.03º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AF3E2F is Cyan = 0, Magento = 0.65, Yellow = 0.73 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 62 | 47 | - |
| CMYK | 0 | 0.65 | 0.73 | 0.31 |
| HSL | 7.03º | 0.58% | 0.44% | - |
| HSV(B) | 7.03º | 0.73% | 0.69% | - |
| XYZ | 19.91 | 12.76 | 4.1 | - |
| YUV | 94.08 | 101.44 | 185.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 62 | 47 | 0 | 0.65 | 0.73 | 0.31 | 7.03 | 0.58 | 0.44 |
| Hex | AF | 3E | 2F | 0 | 41 | 49 | 1F | 7 | 3A | 2C |
| Octal | 257 | 76 | 57 | 0 | 101 | 111 | 37 | 7 | 72 | 54 |
| Binary | 10101111 | 111110 | 101111 | 0 | 1000001 | 1001001 | 11111 | 111 | 111010 | 101100 |
Color Harmonies of #AF3E2F
Complementary color
Monochromatic Colors of #AF3E2F
Black with #AF3E2F
Text Example
Text Example
White with #AF3E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3E2F; }
p { color: rgb(175,62,47); }
H1.HeaderClassName
{
color: #AF3E2F;
}
.AnyTagClassName
{
color: #AF3E2F;
}
</style>
background-color css
<style>
a { background-color: #AF3E2F; }
a { background-color: rgb(175,62,47); }
div.DivClassName
{
background-color: #AF3E2F;
}
.BgClassName
{
background-color: #AF3E2F;
}
</style>
border-color css
<style>
span { border-color: #AF3E2F; }
span { border-color: rgb(175,62,47); }
td.TdClassName
{
border-color: #AF3E2F;
}
.TagClassName
{
border-color: #AF3E2F;
}
</style>