Shades of Medium Carmine #AF3E34
Tints of Medium Carmine #AF3E34
RGB
CMYK
RGB Variations
Color information
#AF3E34 (or 0xAF3E34) is known color: Medium Carmine. HEX triplet: AF, 3E and 34. RGB value is (175,62,52). Sum of RGB (Red+Green+Blue) = 175+62+52=289 (38% of max value = 765). Red value is 175 (68.75% from 255 or 60.55% from 289); Green value is 62 (24.61% from 255 or 21.45% from 289); Blue value is 52 (20.70% from 255 or 17.99% from 289); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3E34 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF3E34 is #50C1CB. Grayscale: #5E5E5E. Windows color (decimal): -5292492 or 3423919. OLE color: 3423919.
HSL color Cylindrical-coordinate representation of color #AF3E34: hue angle of 4.88º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AF3E34 is Cyan = 0, Magento = 0.65, Yellow = 0.70 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 62 | 52 | - |
| CMYK | 0 | 0.65 | 0.70 | 0.31 |
| HSL | 4.88º | 0.54% | 0.45% | - |
| HSV(B) | 4.88º | 0.7% | 0.69% | - |
| XYZ | 20.02 | 12.81 | 4.67 | - |
| YUV | 94.65 | 103.94 | 185.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 62 | 52 | 0 | 0.65 | 0.70 | 0.31 | 4.88 | 0.54 | 0.45 |
| Hex | AF | 3E | 34 | 0 | 41 | 46 | 1F | 5 | 36 | 2D |
| Octal | 257 | 76 | 64 | 0 | 101 | 106 | 37 | 5 | 66 | 55 |
| Binary | 10101111 | 111110 | 110100 | 0 | 1000001 | 1000110 | 11111 | 101 | 110110 | 101101 |
Color Harmonies of #AF3E34
Complementary color
Monochromatic Colors of #AF3E34
Black with #AF3E34
Text Example
Text Example
White with #AF3E34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3E34; }
p { color: rgb(175,62,52); }
H1.HeaderClassName
{
color: #AF3E34;
}
.AnyTagClassName
{
color: #AF3E34;
}
</style>
background-color css
<style>
a { background-color: #AF3E34; }
a { background-color: rgb(175,62,52); }
div.DivClassName
{
background-color: #AF3E34;
}
.BgClassName
{
background-color: #AF3E34;
}
</style>
border-color css
<style>
span { border-color: #AF3E34; }
span { border-color: rgb(175,62,52); }
td.TdClassName
{
border-color: #AF3E34;
}
.TagClassName
{
border-color: #AF3E34;
}
</style>