Shades of Medium Carmine #AF412E
Tints of Medium Carmine #AF412E
RGB
CMYK
RGB Variations
Color information
#AF412E (or 0xAF412E) is known color: Medium Carmine. HEX triplet: AF, 41 and 2E. RGB value is (175,65,46). Sum of RGB (Red+Green+Blue) = 175+65+46=286 (37% of max value = 765). Red value is 175 (68.75% from 255 or 61.19% from 286); Green value is 65 (25.78% from 255 or 22.73% from 286); Blue value is 46 (18.36% from 255 or 16.08% from 286); Max value from RGB is 175 - color contains mainly: red. Hex color #AF412E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF412E is #50BED1. Grayscale: #5F5F5F. Windows color (decimal): -5291730 or 3031471. OLE color: 3031471.
HSL color Cylindrical-coordinate representation of color #AF412E: hue angle of 8.84º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AF412E is Cyan = 0, Magento = 0.63, Yellow = 0.74 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 65 | 46 | - |
| CMYK | 0 | 0.63 | 0.74 | 0.31 |
| HSL | 8.84º | 0.58% | 0.43% | - |
| HSV(B) | 8.84º | 0.74% | 0.69% | - |
| XYZ | 20.06 | 13.09 | 4.05 | - |
| YUV | 95.72 | 99.94 | 184.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 65 | 46 | 0 | 0.63 | 0.74 | 0.31 | 8.84 | 0.58 | 0.43 |
| Hex | AF | 41 | 2E | 0 | 3F | 4A | 1F | 9 | 3A | 2B |
| Octal | 257 | 101 | 56 | 0 | 77 | 112 | 37 | 11 | 72 | 53 |
| Binary | 10101111 | 1000001 | 101110 | 0 | 111111 | 1001010 | 11111 | 1001 | 111010 | 101011 |
Color Harmonies of #AF412E
Complementary color
Monochromatic Colors of #AF412E
Black with #AF412E
Text Example
Text Example
White with #AF412E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF412E; }
p { color: rgb(175,65,46); }
H1.HeaderClassName
{
color: #AF412E;
}
.AnyTagClassName
{
color: #AF412E;
}
</style>
background-color css
<style>
a { background-color: #AF412E; }
a { background-color: rgb(175,65,46); }
div.DivClassName
{
background-color: #AF412E;
}
.BgClassName
{
background-color: #AF412E;
}
</style>
border-color css
<style>
span { border-color: #AF412E; }
span { border-color: rgb(175,65,46); }
td.TdClassName
{
border-color: #AF412E;
}
.TagClassName
{
border-color: #AF412E;
}
</style>