Shades of Medium Carmine #AF413F
Tints of Medium Carmine #AF413F
RGB
CMYK
RGB Variations
Color information
#AF413F (or 0xAF413F) is known color: Medium Carmine. HEX triplet: AF, 41 and 3F. RGB value is (175,65,63). Sum of RGB (Red+Green+Blue) = 175+65+63=303 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.76% from 303); Green value is 65 (25.78% from 255 or 21.45% from 303); Blue value is 63 (25% from 255 or 20.79% from 303); Max value from RGB is 175 - color contains mainly: red. Hex color #AF413F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF413F is #50BEC0. Grayscale: #616161. Windows color (decimal): -5291713 or 4145583. OLE color: 4145583.
HSL color Cylindrical-coordinate representation of color #AF413F: hue angle of 1.07º 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 #AF413F is Cyan = 0, Magento = 0.63, Yellow = 0.64 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 65 | 63 | - |
| CMYK | 0 | 0.63 | 0.64 | 0.31 |
| HSL | 1.07º | 0.47% | 0.47% | - |
| HSV(B) | 1.07º | 0.64% | 0.69% | - |
| XYZ | 20.47 | 13.25 | 6.18 | - |
| YUV | 97.66 | 108.44 | 183.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 65 | 63 | 0 | 0.63 | 0.64 | 0.31 | 1.07 | 0.47 | 0.47 |
| Hex | AF | 41 | 3F | 0 | 3F | 40 | 1F | 1 | 2F | 2F |
| Octal | 257 | 101 | 77 | 0 | 77 | 100 | 37 | 1 | 57 | 57 |
| Binary | 10101111 | 1000001 | 111111 | 0 | 111111 | 1000000 | 11111 | 1 | 101111 | 101111 |
Color Harmonies of #AF413F
Complementary color
Monochromatic Colors of #AF413F
Black with #AF413F
Text Example
Text Example
White with #AF413F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF413F; }
p { color: rgb(175,65,63); }
H1.HeaderClassName
{
color: #AF413F;
}
.AnyTagClassName
{
color: #AF413F;
}
</style>
background-color css
<style>
a { background-color: #AF413F; }
a { background-color: rgb(175,65,63); }
div.DivClassName
{
background-color: #AF413F;
}
.BgClassName
{
background-color: #AF413F;
}
</style>
border-color css
<style>
span { border-color: #AF413F; }
span { border-color: rgb(175,65,63); }
td.TdClassName
{
border-color: #AF413F;
}
.TagClassName
{
border-color: #AF413F;
}
</style>