Shades of Medium Carmine #AF372F
Tints of Medium Carmine #AF372F
RGB
CMYK
RGB Variations
Color information
#AF372F (or 0xAF372F) is known color: Medium Carmine. HEX triplet: AF, 37 and 2F. RGB value is (175,55,47). Sum of RGB (Red+Green+Blue) = 175+55+47=277 (36% of max value = 765). Red value is 175 (68.75% from 255 or 63.18% from 277); Green value is 55 (21.88% from 255 or 19.86% from 277); Blue value is 47 (18.75% from 255 or 16.97% from 277); Max value from RGB is 175 - color contains mainly: red. Hex color #AF372F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF372F is #50C8D0. Grayscale: #5A5A5A. Windows color (decimal): -5294289 or 3094447. OLE color: 3094447.
HSL color Cylindrical-coordinate representation of color #AF372F: hue angle of 3.75º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AF372F is Cyan = 0, Magento = 0.69, Yellow = 0.73 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 55 | 47 | - |
| CMYK | 0 | 0.69 | 0.73 | 0.31 |
| HSL | 3.75º | 0.58% | 0.44% | - |
| HSV(B) | 3.75º | 0.73% | 0.69% | - |
| XYZ | 19.56 | 12.05 | 3.98 | - |
| YUV | 89.97 | 103.76 | 188.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 55 | 47 | 0 | 0.69 | 0.73 | 0.31 | 3.75 | 0.58 | 0.44 |
| Hex | AF | 37 | 2F | 0 | 45 | 49 | 1F | 4 | 3A | 2C |
| Octal | 257 | 67 | 57 | 0 | 105 | 111 | 37 | 4 | 72 | 54 |
| Binary | 10101111 | 110111 | 101111 | 0 | 1000101 | 1001001 | 11111 | 100 | 111010 | 101100 |
Color Harmonies of #AF372F
Complementary color
Monochromatic Colors of #AF372F
Black with #AF372F
Text Example
Text Example
White with #AF372F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF372F; }
p { color: rgb(175,55,47); }
H1.HeaderClassName
{
color: #AF372F;
}
.AnyTagClassName
{
color: #AF372F;
}
</style>
background-color css
<style>
a { background-color: #AF372F; }
a { background-color: rgb(175,55,47); }
div.DivClassName
{
background-color: #AF372F;
}
.BgClassName
{
background-color: #AF372F;
}
</style>
border-color css
<style>
span { border-color: #AF372F; }
span { border-color: rgb(175,55,47); }
td.TdClassName
{
border-color: #AF372F;
}
.TagClassName
{
border-color: #AF372F;
}
</style>