Shades of Medium Carmine #AF3E39
Tints of Medium Carmine #AF3E39
RGB
CMYK
RGB Variations
Color information
#AF3E39 (or 0xAF3E39) is known color: Medium Carmine. HEX triplet: AF, 3E and 39. RGB value is (175,62,57). Sum of RGB (Red+Green+Blue) = 175+62+57=294 (38% of max value = 765). Red value is 175 (68.75% from 255 or 59.52% from 294); Green value is 62 (24.61% from 255 or 21.09% from 294); Blue value is 57 (22.66% from 255 or 19.39% from 294); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3E39 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF3E39 is #50C1C6. Grayscale: #5F5F5F. Windows color (decimal): -5292487 or 3751599. OLE color: 3751599.
HSL color Cylindrical-coordinate representation of color #AF3E39: hue angle of 2.54º 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 #AF3E39 is Cyan = 0, Magento = 0.65, Yellow = 0.67 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 62 | 57 | - |
| CMYK | 0 | 0.65 | 0.67 | 0.31 |
| HSL | 2.54º | 0.51% | 0.45% | - |
| HSV(B) | 2.54º | 0.67% | 0.69% | - |
| XYZ | 20.14 | 12.85 | 5.29 | - |
| YUV | 95.22 | 106.44 | 184.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 62 | 57 | 0 | 0.65 | 0.67 | 0.31 | 2.54 | 0.51 | 0.45 |
| Hex | AF | 3E | 39 | 0 | 41 | 43 | 1F | 3 | 33 | 2D |
| Octal | 257 | 76 | 71 | 0 | 101 | 103 | 37 | 3 | 63 | 55 |
| Binary | 10101111 | 111110 | 111001 | 0 | 1000001 | 1000011 | 11111 | 11 | 110011 | 101101 |
Color Harmonies of #AF3E39
Complementary color
Monochromatic Colors of #AF3E39
Black with #AF3E39
Text Example
Text Example
White with #AF3E39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3E39; }
p { color: rgb(175,62,57); }
H1.HeaderClassName
{
color: #AF3E39;
}
.AnyTagClassName
{
color: #AF3E39;
}
</style>
background-color css
<style>
a { background-color: #AF3E39; }
a { background-color: rgb(175,62,57); }
div.DivClassName
{
background-color: #AF3E39;
}
.BgClassName
{
background-color: #AF3E39;
}
</style>
border-color css
<style>
span { border-color: #AF3E39; }
span { border-color: rgb(175,62,57); }
td.TdClassName
{
border-color: #AF3E39;
}
.TagClassName
{
border-color: #AF3E39;
}
</style>