Shades of Medium Carmine #AF3F2E
Tints of Medium Carmine #AF3F2E
RGB
CMYK
RGB Variations
Color information
#AF3F2E (or 0xAF3F2E) is known color: Medium Carmine. HEX triplet: AF, 3F and 2E. RGB value is (175,63,46). Sum of RGB (Red+Green+Blue) = 175+63+46=284 (37% of max value = 765). Red value is 175 (68.75% from 255 or 61.62% from 284); Green value is 63 (25% from 255 or 22.18% from 284); Blue value is 46 (18.36% from 255 or 16.20% from 284); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3F2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF3F2E is #50C0D1. Grayscale: #5E5E5E. Windows color (decimal): -5292242 or 3030959. OLE color: 3030959.
HSL color Cylindrical-coordinate representation of color #AF3F2E: hue angle of 7.91º 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 #AF3F2E is Cyan = 0, Magento = 0.64, Yellow = 0.74 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 63 | 46 | - |
| CMYK | 0 | 0.64 | 0.74 | 0.31 |
| HSL | 7.91º | 0.58% | 0.43% | - |
| HSV(B) | 7.91º | 0.74% | 0.69% | - |
| XYZ | 19.95 | 12.87 | 4.02 | - |
| YUV | 94.55 | 100.61 | 185.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 63 | 46 | 0 | 0.64 | 0.74 | 0.31 | 7.91 | 0.58 | 0.43 |
| Hex | AF | 3F | 2E | 0 | 40 | 4A | 1F | 8 | 3A | 2B |
| Octal | 257 | 77 | 56 | 0 | 100 | 112 | 37 | 10 | 72 | 53 |
| Binary | 10101111 | 111111 | 101110 | 0 | 1000000 | 1001010 | 11111 | 1000 | 111010 | 101011 |
Color Harmonies of #AF3F2E
Complementary color
Monochromatic Colors of #AF3F2E
Black with #AF3F2E
Text Example
Text Example
White with #AF3F2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3F2E; }
p { color: rgb(175,63,46); }
H1.HeaderClassName
{
color: #AF3F2E;
}
.AnyTagClassName
{
color: #AF3F2E;
}
</style>
background-color css
<style>
a { background-color: #AF3F2E; }
a { background-color: rgb(175,63,46); }
div.DivClassName
{
background-color: #AF3F2E;
}
.BgClassName
{
background-color: #AF3F2E;
}
</style>
border-color css
<style>
span { border-color: #AF3F2E; }
span { border-color: rgb(175,63,46); }
td.TdClassName
{
border-color: #AF3F2E;
}
.TagClassName
{
border-color: #AF3F2E;
}
</style>