Shades of Medium Carmine #AF372B
Tints of Medium Carmine #AF372B
RGB
CMYK
RGB Variations
Color information
#AF372B (or 0xAF372B) is known color: Medium Carmine. HEX triplet: AF, 37 and 2B. RGB value is (175,55,43). Sum of RGB (Red+Green+Blue) = 175+55+43=273 (36% of max value = 765). Red value is 175 (68.75% from 255 or 64.10% from 273); Green value is 55 (21.88% from 255 or 20.15% from 273); Blue value is 43 (17.19% from 255 or 15.75% from 273); Max value from RGB is 175 - color contains mainly: red. Hex color #AF372B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF372B is #50C8D4. Grayscale: #595959. Windows color (decimal): -5294293 or 2832303. OLE color: 2832303.
HSL color Cylindrical-coordinate representation of color #AF372B: hue angle of 5.45º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AF372B is Cyan = 0, Magento = 0.69, Yellow = 0.75 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 55 | 43 | - |
| CMYK | 0 | 0.69 | 0.75 | 0.31 |
| HSL | 5.45º | 0.61% | 0.43% | - |
| HSV(B) | 5.45º | 0.75% | 0.69% | - |
| XYZ | 19.48 | 12.02 | 3.58 | - |
| YUV | 89.51 | 101.76 | 188.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 55 | 43 | 0 | 0.69 | 0.75 | 0.31 | 5.45 | 0.61 | 0.43 |
| Hex | AF | 37 | 2B | 0 | 45 | 4B | 1F | 5 | 3D | 2B |
| Octal | 257 | 67 | 53 | 0 | 105 | 113 | 37 | 5 | 75 | 53 |
| Binary | 10101111 | 110111 | 101011 | 0 | 1000101 | 1001011 | 11111 | 101 | 111101 | 101011 |
Color Harmonies of #AF372B
Complementary color
Monochromatic Colors of #AF372B
Black with #AF372B
Text Example
Text Example
White with #AF372B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF372B; }
p { color: rgb(175,55,43); }
H1.HeaderClassName
{
color: #AF372B;
}
.AnyTagClassName
{
color: #AF372B;
}
</style>
background-color css
<style>
a { background-color: #AF372B; }
a { background-color: rgb(175,55,43); }
div.DivClassName
{
background-color: #AF372B;
}
.BgClassName
{
background-color: #AF372B;
}
</style>
border-color css
<style>
span { border-color: #AF372B; }
span { border-color: rgb(175,55,43); }
td.TdClassName
{
border-color: #AF372B;
}
.TagClassName
{
border-color: #AF372B;
}
</style>