Shades of Medium Carmine #AF4740
Tints of Medium Carmine #AF4740
RGB
CMYK
RGB Variations
Color information
#AF4740 (or 0xAF4740) is known color: Medium Carmine. HEX triplet: AF, 47 and 40. RGB value is (175,71,64). Sum of RGB (Red+Green+Blue) = 175+71+64=310 (41% of max value = 765). Red value is 175 (68.75% from 255 or 56.45% from 310); Green value is 71 (28.12% from 255 or 22.90% from 310); Blue value is 64 (25.39% from 255 or 20.65% from 310); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4740 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF4740 is #50B8BF. Grayscale: #656565. Windows color (decimal): -5290176 or 4212655. OLE color: 4212655.
HSL color Cylindrical-coordinate representation of color #AF4740: hue angle of 3.78º 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 #AF4740 is Cyan = 0, Magento = 0.59, Yellow = 0.63 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 71 | 64 | - |
| CMYK | 0 | 0.59 | 0.63 | 0.31 |
| HSL | 3.78º | 0.46% | 0.47% | - |
| HSV(B) | 3.78º | 0.63% | 0.69% | - |
| XYZ | 20.86 | 13.99 | 6.45 | - |
| YUV | 101.3 | 106.96 | 180.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 71 | 64 | 0 | 0.59 | 0.63 | 0.31 | 3.78 | 0.46 | 0.47 |
| Hex | AF | 47 | 40 | 0 | 3B | 3F | 1F | 4 | 2E | 2F |
| Octal | 257 | 107 | 100 | 0 | 73 | 77 | 37 | 4 | 56 | 57 |
| Binary | 10101111 | 1000111 | 1000000 | 0 | 111011 | 111111 | 11111 | 100 | 101110 | 101111 |
Color Harmonies of #AF4740
Complementary color
Monochromatic Colors of #AF4740
Black with #AF4740
Text Example
Text Example
White with #AF4740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4740; }
p { color: rgb(175,71,64); }
H1.HeaderClassName
{
color: #AF4740;
}
.AnyTagClassName
{
color: #AF4740;
}
</style>
background-color css
<style>
a { background-color: #AF4740; }
a { background-color: rgb(175,71,64); }
div.DivClassName
{
background-color: #AF4740;
}
.BgClassName
{
background-color: #AF4740;
}
</style>
border-color css
<style>
span { border-color: #AF4740; }
span { border-color: rgb(175,71,64); }
td.TdClassName
{
border-color: #AF4740;
}
.TagClassName
{
border-color: #AF4740;
}
</style>