Shades of Medium Carmine #AF493F
Tints of Medium Carmine #AF493F
RGB
CMYK
RGB Variations
Color information
#AF493F (or 0xAF493F) is known color: Medium Carmine. HEX triplet: AF, 49 and 3F. RGB value is (175,73,63). Sum of RGB (Red+Green+Blue) = 175+73+63=311 (41% of max value = 765). Red value is 175 (68.75% from 255 or 56.27% from 311); Green value is 73 (28.91% from 255 or 23.47% from 311); Blue value is 63 (25% from 255 or 20.26% from 311); Max value from RGB is 175 - color contains mainly: red. Hex color #AF493F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF493F is #50B6C0. Grayscale: #666666. Windows color (decimal): -5289665 or 4147631. OLE color: 4147631.
HSL color Cylindrical-coordinate representation of color #AF493F: hue angle of 5.36º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AF493F is Cyan = 0, Magento = 0.58, Yellow = 0.64 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 73 | 63 | - |
| CMYK | 0 | 0.58 | 0.64 | 0.31 |
| HSL | 5.36º | 0.47% | 0.47% | - |
| HSV(B) | 5.36º | 0.64% | 0.69% | - |
| XYZ | 20.96 | 14.24 | 6.35 | - |
| YUV | 102.36 | 105.79 | 179.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 73 | 63 | 0 | 0.58 | 0.64 | 0.31 | 5.36 | 0.47 | 0.47 |
| Hex | AF | 49 | 3F | 0 | 3A | 40 | 1F | 5 | 2F | 2F |
| Octal | 257 | 111 | 77 | 0 | 72 | 100 | 37 | 5 | 57 | 57 |
| Binary | 10101111 | 1001001 | 111111 | 0 | 111010 | 1000000 | 11111 | 101 | 101111 | 101111 |
Color Harmonies of #AF493F
Complementary color
Monochromatic Colors of #AF493F
Black with #AF493F
Text Example
Text Example
White with #AF493F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF493F; }
p { color: rgb(175,73,63); }
H1.HeaderClassName
{
color: #AF493F;
}
.AnyTagClassName
{
color: #AF493F;
}
</style>
background-color css
<style>
a { background-color: #AF493F; }
a { background-color: rgb(175,73,63); }
div.DivClassName
{
background-color: #AF493F;
}
.BgClassName
{
background-color: #AF493F;
}
</style>
border-color css
<style>
span { border-color: #AF493F; }
span { border-color: rgb(175,73,63); }
td.TdClassName
{
border-color: #AF493F;
}
.TagClassName
{
border-color: #AF493F;
}
</style>