Shades of Medium Carmine #AF4640
Tints of Medium Carmine #AF4640
RGB
CMYK
RGB Variations
Color information
#AF4640 (or 0xAF4640) is known color: Medium Carmine. HEX triplet: AF, 46 and 40. RGB value is (175,70,64). Sum of RGB (Red+Green+Blue) = 175+70+64=309 (40% of max value = 765). Red value is 175 (68.75% from 255 or 56.63% from 309); Green value is 70 (27.73% from 255 or 22.65% from 309); Blue value is 64 (25.39% from 255 or 20.71% from 309); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4640 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF4640 is #50B9BF. Grayscale: #646464. Windows color (decimal): -5290432 or 4212399. OLE color: 4212399.
HSL color Cylindrical-coordinate representation of color #AF4640: hue angle of 3.24º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AF4640 is Cyan = 0, Magento = 0.60, Yellow = 0.63 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 70 | 64 | - |
| CMYK | 0 | 0.60 | 0.63 | 0.31 |
| HSL | 3.24º | 0.46% | 0.47% | - |
| HSV(B) | 3.24º | 0.63% | 0.69% | - |
| XYZ | 20.79 | 13.86 | 6.43 | - |
| YUV | 100.71 | 107.29 | 180.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 70 | 64 | 0 | 0.60 | 0.63 | 0.31 | 3.24 | 0.46 | 0.47 |
| Hex | AF | 46 | 40 | 0 | 3C | 3F | 1F | 3 | 2E | 2F |
| Octal | 257 | 106 | 100 | 0 | 74 | 77 | 37 | 3 | 56 | 57 |
| Binary | 10101111 | 1000110 | 1000000 | 0 | 111100 | 111111 | 11111 | 11 | 101110 | 101111 |
Color Harmonies of #AF4640
Complementary color
Monochromatic Colors of #AF4640
Black with #AF4640
Text Example
Text Example
White with #AF4640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4640; }
p { color: rgb(175,70,64); }
H1.HeaderClassName
{
color: #AF4640;
}
.AnyTagClassName
{
color: #AF4640;
}
</style>
background-color css
<style>
a { background-color: #AF4640; }
a { background-color: rgb(175,70,64); }
div.DivClassName
{
background-color: #AF4640;
}
.BgClassName
{
background-color: #AF4640;
}
</style>
border-color css
<style>
span { border-color: #AF4640; }
span { border-color: rgb(175,70,64); }
td.TdClassName
{
border-color: #AF4640;
}
.TagClassName
{
border-color: #AF4640;
}
</style>