Shades of Medium Carmine #AF493C
Tints of Medium Carmine #AF493C
RGB
CMYK
RGB Variations
Color information
#AF493C (or 0xAF493C) is known color: Medium Carmine. HEX triplet: AF, 49 and 3C. RGB value is (175,73,60). Sum of RGB (Red+Green+Blue) = 175+73+60=308 (40% of max value = 765). Red value is 175 (68.75% from 255 or 56.82% from 308); Green value is 73 (28.91% from 255 or 23.70% from 308); Blue value is 60 (23.83% from 255 or 19.48% from 308); Max value from RGB is 175 - color contains mainly: red. Hex color #AF493C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF493C is #50B6C3. Grayscale: #666666. Windows color (decimal): -5289668 or 3951023. OLE color: 3951023.
HSL color Cylindrical-coordinate representation of color #AF493C: hue angle of 6.78º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AF493C is Cyan = 0, Magento = 0.58, Yellow = 0.66 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 73 | 60 | - |
| CMYK | 0 | 0.58 | 0.66 | 0.31 |
| HSL | 6.78º | 0.49% | 0.46% | - |
| HSV(B) | 6.78º | 0.66% | 0.69% | - |
| XYZ | 20.88 | 14.21 | 5.92 | - |
| YUV | 102.02 | 104.29 | 180.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 73 | 60 | 0 | 0.58 | 0.66 | 0.31 | 6.78 | 0.49 | 0.46 |
| Hex | AF | 49 | 3C | 0 | 3A | 42 | 1F | 7 | 31 | 2E |
| Octal | 257 | 111 | 74 | 0 | 72 | 102 | 37 | 7 | 61 | 56 |
| Binary | 10101111 | 1001001 | 111100 | 0 | 111010 | 1000010 | 11111 | 111 | 110001 | 101110 |
Color Harmonies of #AF493C
Complementary color
Monochromatic Colors of #AF493C
Black with #AF493C
Text Example
Text Example
White with #AF493C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF493C; }
p { color: rgb(175,73,60); }
H1.HeaderClassName
{
color: #AF493C;
}
.AnyTagClassName
{
color: #AF493C;
}
</style>
background-color css
<style>
a { background-color: #AF493C; }
a { background-color: rgb(175,73,60); }
div.DivClassName
{
background-color: #AF493C;
}
.BgClassName
{
background-color: #AF493C;
}
</style>
border-color css
<style>
span { border-color: #AF493C; }
span { border-color: rgb(175,73,60); }
td.TdClassName
{
border-color: #AF493C;
}
.TagClassName
{
border-color: #AF493C;
}
</style>