Shades of Medium Carmine #AF4140
Tints of Medium Carmine #AF4140
RGB
CMYK
RGB Variations
Color information
#AF4140 (or 0xAF4140) is known color: Medium Carmine. HEX triplet: AF, 41 and 40. RGB value is (175,65,64). Sum of RGB (Red+Green+Blue) = 175+65+64=304 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.57% from 304); Green value is 65 (25.78% from 255 or 21.38% from 304); Blue value is 64 (25.39% from 255 or 21.05% from 304); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4140 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF4140 is #50BEBF. Grayscale: #616161. Windows color (decimal): -5291712 or 4211119. OLE color: 4211119.
HSL color Cylindrical-coordinate representation of color #AF4140: hue angle of 0.54º 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 #AF4140 is Cyan = 0, Magento = 0.63, Yellow = 0.63 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 65 | 64 | - |
| CMYK | 0 | 0.63 | 0.63 | 0.31 |
| HSL | 0.54º | 0.46% | 0.47% | - |
| HSV(B) | 0.54º | 0.63% | 0.69% | - |
| XYZ | 20.49 | 13.26 | 6.33 | - |
| YUV | 97.78 | 108.94 | 183.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 65 | 64 | 0 | 0.63 | 0.63 | 0.31 | 0.54 | 0.46 | 0.47 |
| Hex | AF | 41 | 40 | 0 | 3F | 3F | 1F | 1 | 2E | 2F |
| Octal | 257 | 101 | 100 | 0 | 77 | 77 | 37 | 1 | 56 | 57 |
| Binary | 10101111 | 1000001 | 1000000 | 0 | 111111 | 111111 | 11111 | 1 | 101110 | 101111 |
Color Harmonies of #AF4140
Complementary color
Monochromatic Colors of #AF4140
Black with #AF4140
Text Example
Text Example
White with #AF4140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4140; }
p { color: rgb(175,65,64); }
H1.HeaderClassName
{
color: #AF4140;
}
.AnyTagClassName
{
color: #AF4140;
}
</style>
background-color css
<style>
a { background-color: #AF4140; }
a { background-color: rgb(175,65,64); }
div.DivClassName
{
background-color: #AF4140;
}
.BgClassName
{
background-color: #AF4140;
}
</style>
border-color css
<style>
span { border-color: #AF4140; }
span { border-color: rgb(175,65,64); }
td.TdClassName
{
border-color: #AF4140;
}
.TagClassName
{
border-color: #AF4140;
}
</style>