Shades of Medium Carmine #AF3C2E
Tints of Medium Carmine #AF3C2E
RGB
CMYK
RGB Variations
Color information
#AF3C2E (or 0xAF3C2E) is known color: Medium Carmine. HEX triplet: AF, 3C and 2E. RGB value is (175,60,46). Sum of RGB (Red+Green+Blue) = 175+60+46=281 (37% of max value = 765). Red value is 175 (68.75% from 255 or 62.28% from 281); Green value is 60 (23.83% from 255 or 21.35% from 281); Blue value is 46 (18.36% from 255 or 16.37% from 281); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3C2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF3C2E is #50C3D1. Grayscale: #5C5C5C. Windows color (decimal): -5293010 or 3030191. OLE color: 3030191.
HSL color Cylindrical-coordinate representation of color #AF3C2E: hue angle of 6.51º 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 #AF3C2E is Cyan = 0, Magento = 0.66, Yellow = 0.74 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 60 | 46 | - |
| CMYK | 0 | 0.66 | 0.74 | 0.31 |
| HSL | 6.51º | 0.58% | 0.43% | - |
| HSV(B) | 6.51º | 0.74% | 0.69% | - |
| XYZ | 19.79 | 12.54 | 3.96 | - |
| YUV | 92.79 | 101.6 | 186.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 60 | 46 | 0 | 0.66 | 0.74 | 0.31 | 6.51 | 0.58 | 0.43 |
| Hex | AF | 3C | 2E | 0 | 42 | 4A | 1F | 7 | 3A | 2B |
| Octal | 257 | 74 | 56 | 0 | 102 | 112 | 37 | 7 | 72 | 53 |
| Binary | 10101111 | 111100 | 101110 | 0 | 1000010 | 1001010 | 11111 | 111 | 111010 | 101011 |
Color Harmonies of #AF3C2E
Complementary color
Monochromatic Colors of #AF3C2E
Black with #AF3C2E
Text Example
Text Example
White with #AF3C2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3C2E; }
p { color: rgb(175,60,46); }
H1.HeaderClassName
{
color: #AF3C2E;
}
.AnyTagClassName
{
color: #AF3C2E;
}
</style>
background-color css
<style>
a { background-color: #AF3C2E; }
a { background-color: rgb(175,60,46); }
div.DivClassName
{
background-color: #AF3C2E;
}
.BgClassName
{
background-color: #AF3C2E;
}
</style>
border-color css
<style>
span { border-color: #AF3C2E; }
span { border-color: rgb(175,60,46); }
td.TdClassName
{
border-color: #AF3C2E;
}
.TagClassName
{
border-color: #AF3C2E;
}
</style>