Shades of Medium Carmine #AF3E37
Tints of Medium Carmine #AF3E37
RGB
CMYK
RGB Variations
Color information
#AF3E37 (or 0xAF3E37) is known color: Medium Carmine. HEX triplet: AF, 3E and 37. RGB value is (175,62,55). Sum of RGB (Red+Green+Blue) = 175+62+55=292 (38% of max value = 765). Red value is 175 (68.75% from 255 or 59.93% from 292); Green value is 62 (24.61% from 255 or 21.23% from 292); Blue value is 55 (21.88% from 255 or 18.84% from 292); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3E37 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF3E37 is #50C1C8. Grayscale: #5F5F5F. Windows color (decimal): -5292489 or 3620527. OLE color: 3620527.
HSL color Cylindrical-coordinate representation of color #AF3E37: hue angle of 3.5º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AF3E37 is Cyan = 0, Magento = 0.65, Yellow = 0.69 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 62 | 55 | - |
| CMYK | 0 | 0.65 | 0.69 | 0.31 |
| HSL | 3.5º | 0.52% | 0.45% | - |
| HSV(B) | 3.5º | 0.69% | 0.69% | - |
| XYZ | 20.09 | 12.84 | 5.03 | - |
| YUV | 94.99 | 105.44 | 185.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 62 | 55 | 0 | 0.65 | 0.69 | 0.31 | 3.5 | 0.52 | 0.45 |
| Hex | AF | 3E | 37 | 0 | 41 | 45 | 1F | 4 | 34 | 2D |
| Octal | 257 | 76 | 67 | 0 | 101 | 105 | 37 | 4 | 64 | 55 |
| Binary | 10101111 | 111110 | 110111 | 0 | 1000001 | 1000101 | 11111 | 100 | 110100 | 101101 |
Color Harmonies of #AF3E37
Complementary color
Monochromatic Colors of #AF3E37
Black with #AF3E37
Text Example
Text Example
White with #AF3E37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3E37; }
p { color: rgb(175,62,55); }
H1.HeaderClassName
{
color: #AF3E37;
}
.AnyTagClassName
{
color: #AF3E37;
}
</style>
background-color css
<style>
a { background-color: #AF3E37; }
a { background-color: rgb(175,62,55); }
div.DivClassName
{
background-color: #AF3E37;
}
.BgClassName
{
background-color: #AF3E37;
}
</style>
border-color css
<style>
span { border-color: #AF3E37; }
span { border-color: rgb(175,62,55); }
td.TdClassName
{
border-color: #AF3E37;
}
.TagClassName
{
border-color: #AF3E37;
}
</style>