Shades of Medium Carmine #AF442E
Tints of Medium Carmine #AF442E
RGB
CMYK
RGB Variations
Color information
#AF442E (or 0xAF442E) is known color: Medium Carmine. HEX triplet: AF, 44 and 2E. RGB value is (175,68,46). Sum of RGB (Red+Green+Blue) = 175+68+46=289 (38% of max value = 765). Red value is 175 (68.75% from 255 or 60.55% from 289); Green value is 68 (26.95% from 255 or 23.53% from 289); Blue value is 46 (18.36% from 255 or 15.92% from 289); Max value from RGB is 175 - color contains mainly: red. Hex color #AF442E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF442E is #50BBD1. Grayscale: #616161. Windows color (decimal): -5290962 or 3032239. OLE color: 3032239.
HSL color Cylindrical-coordinate representation of color #AF442E: hue angle of 10.23º 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 #AF442E is Cyan = 0, Magento = 0.61, Yellow = 0.74 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 68 | 46 | - |
| CMYK | 0 | 0.61 | 0.74 | 0.31 |
| HSL | 10.23º | 0.58% | 0.43% | - |
| HSV(B) | 10.23º | 0.74% | 0.69% | - |
| XYZ | 20.24 | 13.45 | 4.11 | - |
| YUV | 97.49 | 98.95 | 183.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 68 | 46 | 0 | 0.61 | 0.74 | 0.31 | 10.23 | 0.58 | 0.43 |
| Hex | AF | 44 | 2E | 0 | 3D | 4A | 1F | A | 3A | 2B |
| Octal | 257 | 104 | 56 | 0 | 75 | 112 | 37 | 12 | 72 | 53 |
| Binary | 10101111 | 1000100 | 101110 | 0 | 111101 | 1001010 | 11111 | 1010 | 111010 | 101011 |
Color Harmonies of #AF442E
Complementary color
Monochromatic Colors of #AF442E
Black with #AF442E
Text Example
Text Example
White with #AF442E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF442E; }
p { color: rgb(175,68,46); }
H1.HeaderClassName
{
color: #AF442E;
}
.AnyTagClassName
{
color: #AF442E;
}
</style>
background-color css
<style>
a { background-color: #AF442E; }
a { background-color: rgb(175,68,46); }
div.DivClassName
{
background-color: #AF442E;
}
.BgClassName
{
background-color: #AF442E;
}
</style>
border-color css
<style>
span { border-color: #AF442E; }
span { border-color: rgb(175,68,46); }
td.TdClassName
{
border-color: #AF442E;
}
.TagClassName
{
border-color: #AF442E;
}
</style>