Shades of Medium Carmine #AF3C34
Tints of Medium Carmine #AF3C34
RGB
CMYK
RGB Variations
Color information
#AF3C34 (or 0xAF3C34) is known color: Medium Carmine. HEX triplet: AF, 3C and 34. RGB value is (175,60,52). Sum of RGB (Red+Green+Blue) = 175+60+52=287 (38% of max value = 765). Red value is 175 (68.75% from 255 or 60.98% from 287); Green value is 60 (23.83% from 255 or 20.91% from 287); Blue value is 52 (20.70% from 255 or 18.12% from 287); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3C34 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF3C34 is #50C3CB. Grayscale: #5D5D5D. Windows color (decimal): -5293004 or 3423407. OLE color: 3423407.
HSL color Cylindrical-coordinate representation of color #AF3C34: hue angle of 3.9º 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 #AF3C34 is Cyan = 0, Magento = 0.66, Yellow = 0.70 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 60 | 52 | - |
| CMYK | 0 | 0.66 | 0.70 | 0.31 |
| HSL | 3.9º | 0.54% | 0.45% | - |
| HSV(B) | 3.9º | 0.7% | 0.69% | - |
| XYZ | 19.91 | 12.59 | 4.63 | - |
| YUV | 93.47 | 104.6 | 186.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 60 | 52 | 0 | 0.66 | 0.70 | 0.31 | 3.9 | 0.54 | 0.45 |
| Hex | AF | 3C | 34 | 0 | 42 | 46 | 1F | 4 | 36 | 2D |
| Octal | 257 | 74 | 64 | 0 | 102 | 106 | 37 | 4 | 66 | 55 |
| Binary | 10101111 | 111100 | 110100 | 0 | 1000010 | 1000110 | 11111 | 100 | 110110 | 101101 |
Color Harmonies of #AF3C34
Complementary color
Monochromatic Colors of #AF3C34
Black with #AF3C34
Text Example
Text Example
White with #AF3C34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3C34; }
p { color: rgb(175,60,52); }
H1.HeaderClassName
{
color: #AF3C34;
}
.AnyTagClassName
{
color: #AF3C34;
}
</style>
background-color css
<style>
a { background-color: #AF3C34; }
a { background-color: rgb(175,60,52); }
div.DivClassName
{
background-color: #AF3C34;
}
.BgClassName
{
background-color: #AF3C34;
}
</style>
border-color css
<style>
span { border-color: #AF3C34; }
span { border-color: rgb(175,60,52); }
td.TdClassName
{
border-color: #AF3C34;
}
.TagClassName
{
border-color: #AF3C34;
}
</style>