Shades of Medium Carmine #AF342E
Tints of Medium Carmine #AF342E
RGB
CMYK
RGB Variations
Color information
#AF342E (or 0xAF342E) is known color: Medium Carmine. HEX triplet: AF, 34 and 2E. RGB value is (175,52,46). Sum of RGB (Red+Green+Blue) = 175+52+46=273 (36% of max value = 765). Red value is 175 (68.75% from 255 or 64.10% from 273); Green value is 52 (20.70% from 255 or 19.05% from 273); Blue value is 46 (18.36% from 255 or 16.85% from 273); Max value from RGB is 175 - color contains mainly: red. Hex color #AF342E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF342E is #50CBD1. Grayscale: #585858. Windows color (decimal): -5295058 or 3028143. OLE color: 3028143.
HSL color Cylindrical-coordinate representation of color #AF342E: hue angle of 2.79º 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 #AF342E is Cyan = 0, Magento = 0.70, Yellow = 0.74 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 52 | 46 | - |
| CMYK | 0 | 0.70 | 0.74 | 0.31 |
| HSL | 2.79º | 0.58% | 0.43% | - |
| HSV(B) | 2.79º | 0.74% | 0.69% | - |
| XYZ | 19.4 | 11.77 | 3.83 | - |
| YUV | 88.09 | 104.25 | 189.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 52 | 46 | 0 | 0.70 | 0.74 | 0.31 | 2.79 | 0.58 | 0.43 |
| Hex | AF | 34 | 2E | 0 | 46 | 4A | 1F | 3 | 3A | 2B |
| Octal | 257 | 64 | 56 | 0 | 106 | 112 | 37 | 3 | 72 | 53 |
| Binary | 10101111 | 110100 | 101110 | 0 | 1000110 | 1001010 | 11111 | 11 | 111010 | 101011 |
Color Harmonies of #AF342E
Complementary color
Monochromatic Colors of #AF342E
Black with #AF342E
Text Example
Text Example
White with #AF342E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF342E; }
p { color: rgb(175,52,46); }
H1.HeaderClassName
{
color: #AF342E;
}
.AnyTagClassName
{
color: #AF342E;
}
</style>
background-color css
<style>
a { background-color: #AF342E; }
a { background-color: rgb(175,52,46); }
div.DivClassName
{
background-color: #AF342E;
}
.BgClassName
{
background-color: #AF342E;
}
</style>
border-color css
<style>
span { border-color: #AF342E; }
span { border-color: rgb(175,52,46); }
td.TdClassName
{
border-color: #AF342E;
}
.TagClassName
{
border-color: #AF342E;
}
</style>