Shades of Medium Carmine #AF403F
Tints of Medium Carmine #AF403F
RGB
CMYK
RGB Variations
Color information
#AF403F (or 0xAF403F) is known color: Medium Carmine. HEX triplet: AF, 40 and 3F. RGB value is (175,64,63). Sum of RGB (Red+Green+Blue) = 175+64+63=302 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.95% from 302); Green value is 64 (25.39% from 255 or 21.19% from 302); Blue value is 63 (25% from 255 or 20.86% from 302); Max value from RGB is 175 - color contains mainly: red. Hex color #AF403F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF403F is #50BFC0. Grayscale: #616161. Windows color (decimal): -5291969 or 4145327. OLE color: 4145327.
HSL color Cylindrical-coordinate representation of color #AF403F: hue angle of 0.54º 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 #AF403F is Cyan = 0, Magento = 0.63, Yellow = 0.64 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 64 | 63 | - |
| CMYK | 0 | 0.63 | 0.64 | 0.31 |
| HSL | 0.54º | 0.47% | 0.47% | - |
| HSV(B) | 0.54º | 0.64% | 0.69% | - |
| XYZ | 20.41 | 13.14 | 6.16 | - |
| YUV | 97.08 | 108.77 | 183.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 64 | 63 | 0 | 0.63 | 0.64 | 0.31 | 0.54 | 0.47 | 0.47 |
| Hex | AF | 40 | 3F | 0 | 3F | 40 | 1F | 1 | 2F | 2F |
| Octal | 257 | 100 | 77 | 0 | 77 | 100 | 37 | 1 | 57 | 57 |
| Binary | 10101111 | 1000000 | 111111 | 0 | 111111 | 1000000 | 11111 | 1 | 101111 | 101111 |
Color Harmonies of #AF403F
Complementary color
Monochromatic Colors of #AF403F
Black with #AF403F
Text Example
Text Example
White with #AF403F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF403F; }
p { color: rgb(175,64,63); }
H1.HeaderClassName
{
color: #AF403F;
}
.AnyTagClassName
{
color: #AF403F;
}
</style>
background-color css
<style>
a { background-color: #AF403F; }
a { background-color: rgb(175,64,63); }
div.DivClassName
{
background-color: #AF403F;
}
.BgClassName
{
background-color: #AF403F;
}
</style>
border-color css
<style>
span { border-color: #AF403F; }
span { border-color: rgb(175,64,63); }
td.TdClassName
{
border-color: #AF403F;
}
.TagClassName
{
border-color: #AF403F;
}
</style>