Shades of Medium Carmine #AF3721
Tints of Medium Carmine #AF3721
RGB
CMYK
RGB Variations
Color information
#AF3721 (or 0xAF3721) is known color: Medium Carmine. HEX triplet: AF, 37 and 21. RGB value is (175,55,33). Sum of RGB (Red+Green+Blue) = 175+55+33=263 (34% of max value = 765). Red value is 175 (68.75% from 255 or 66.54% from 263); Green value is 55 (21.88% from 255 or 20.91% from 263); Blue value is 33 (13.28% from 255 or 12.55% from 263); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3721 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF3721 is #50C8DE. Grayscale: #585858. Windows color (decimal): -5294303 or 2176943. OLE color: 2176943.
HSL color Cylindrical-coordinate representation of color #AF3721: hue angle of 9.3º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AF3721 is Cyan = 0, Magento = 0.69, Yellow = 0.81 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 55 | 33 | - |
| CMYK | 0 | 0.69 | 0.81 | 0.31 |
| HSL | 9.3º | 0.68% | 0.41% | - |
| HSV(B) | 9.3º | 0.81% | 0.69% | - |
| XYZ | 19.32 | 11.96 | 2.73 | - |
| YUV | 88.37 | 96.76 | 189.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 55 | 33 | 0 | 0.69 | 0.81 | 0.31 | 9.3 | 0.68 | 0.41 |
| Hex | AF | 37 | 21 | 0 | 45 | 51 | 1F | 9 | 44 | 29 |
| Octal | 257 | 67 | 41 | 0 | 105 | 121 | 37 | 11 | 104 | 51 |
| Binary | 10101111 | 110111 | 100001 | 0 | 1000101 | 1010001 | 11111 | 1001 | 1000100 | 101001 |
Color Harmonies of #AF3721
Complementary color
Monochromatic Colors of #AF3721
Black with #AF3721
Text Example
Text Example
White with #AF3721
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3721; }
p { color: rgb(175,55,33); }
H1.HeaderClassName
{
color: #AF3721;
}
.AnyTagClassName
{
color: #AF3721;
}
</style>
background-color css
<style>
a { background-color: #AF3721; }
a { background-color: rgb(175,55,33); }
div.DivClassName
{
background-color: #AF3721;
}
.BgClassName
{
background-color: #AF3721;
}
</style>
border-color css
<style>
span { border-color: #AF3721; }
span { border-color: rgb(175,55,33); }
td.TdClassName
{
border-color: #AF3721;
}
.TagClassName
{
border-color: #AF3721;
}
</style>