Shades of Medium Carmine #AF3F39
Tints of Medium Carmine #AF3F39
RGB
CMYK
RGB Variations
Color information
#AF3F39 (or 0xAF3F39) is known color: Medium Carmine. HEX triplet: AF, 3F and 39. RGB value is (175,63,57). Sum of RGB (Red+Green+Blue) = 175+63+57=295 (39% of max value = 765). Red value is 175 (68.75% from 255 or 59.32% from 295); Green value is 63 (25% from 255 or 21.36% from 295); Blue value is 57 (22.66% from 255 or 19.32% from 295); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3F39 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF3F39 is #50C0C6. Grayscale: #5F5F5F. Windows color (decimal): -5292231 or 3751855. OLE color: 3751855.
HSL color Cylindrical-coordinate representation of color #AF3F39: hue angle of 3.05º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AF3F39 is Cyan = 0, Magento = 0.64, Yellow = 0.67 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 63 | 57 | - |
| CMYK | 0 | 0.64 | 0.67 | 0.31 |
| HSL | 3.05º | 0.51% | 0.45% | - |
| HSV(B) | 3.05º | 0.67% | 0.69% | - |
| XYZ | 20.2 | 12.96 | 5.31 | - |
| YUV | 95.8 | 106.11 | 184.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 63 | 57 | 0 | 0.64 | 0.67 | 0.31 | 3.05 | 0.51 | 0.45 |
| Hex | AF | 3F | 39 | 0 | 40 | 43 | 1F | 3 | 33 | 2D |
| Octal | 257 | 77 | 71 | 0 | 100 | 103 | 37 | 3 | 63 | 55 |
| Binary | 10101111 | 111111 | 111001 | 0 | 1000000 | 1000011 | 11111 | 11 | 110011 | 101101 |
Color Harmonies of #AF3F39
Complementary color
Monochromatic Colors of #AF3F39
Black with #AF3F39
Text Example
Text Example
White with #AF3F39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3F39; }
p { color: rgb(175,63,57); }
H1.HeaderClassName
{
color: #AF3F39;
}
.AnyTagClassName
{
color: #AF3F39;
}
</style>
background-color css
<style>
a { background-color: #AF3F39; }
a { background-color: rgb(175,63,57); }
div.DivClassName
{
background-color: #AF3F39;
}
.BgClassName
{
background-color: #AF3F39;
}
</style>
border-color css
<style>
span { border-color: #AF3F39; }
span { border-color: rgb(175,63,57); }
td.TdClassName
{
border-color: #AF3F39;
}
.TagClassName
{
border-color: #AF3F39;
}
</style>