Shades of Medium Carmine #AF3921
Tints of Medium Carmine #AF3921
RGB
CMYK
RGB Variations
Color information
#AF3921 (or 0xAF3921) is known color: Medium Carmine. HEX triplet: AF, 39 and 21. RGB value is (175,57,33). Sum of RGB (Red+Green+Blue) = 175+57+33=265 (35% of max value = 765). Red value is 175 (68.75% from 255 or 66.04% from 265); Green value is 57 (22.66% from 255 or 21.51% from 265); Blue value is 33 (13.28% from 255 or 12.45% from 265); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3921 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF3921 is #50C6DE. Grayscale: #595959. Windows color (decimal): -5293791 or 2177455. OLE color: 2177455.
HSL color Cylindrical-coordinate representation of color #AF3921: hue angle of 10.14º 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 #AF3921 is Cyan = 0, Magento = 0.67, Yellow = 0.81 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 57 | 33 | - |
| CMYK | 0 | 0.67 | 0.81 | 0.31 |
| HSL | 10.14º | 0.68% | 0.41% | - |
| HSV(B) | 10.14º | 0.81% | 0.69% | - |
| XYZ | 19.42 | 12.15 | 2.76 | - |
| YUV | 89.55 | 96.09 | 188.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 57 | 33 | 0 | 0.67 | 0.81 | 0.31 | 10.14 | 0.68 | 0.41 |
| Hex | AF | 39 | 21 | 0 | 43 | 51 | 1F | A | 44 | 29 |
| Octal | 257 | 71 | 41 | 0 | 103 | 121 | 37 | 12 | 104 | 51 |
| Binary | 10101111 | 111001 | 100001 | 0 | 1000011 | 1010001 | 11111 | 1010 | 1000100 | 101001 |
Color Harmonies of #AF3921
Complementary color
Monochromatic Colors of #AF3921
Black with #AF3921
Text Example
Text Example
White with #AF3921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3921; }
p { color: rgb(175,57,33); }
H1.HeaderClassName
{
color: #AF3921;
}
.AnyTagClassName
{
color: #AF3921;
}
</style>
background-color css
<style>
a { background-color: #AF3921; }
a { background-color: rgb(175,57,33); }
div.DivClassName
{
background-color: #AF3921;
}
.BgClassName
{
background-color: #AF3921;
}
</style>
border-color css
<style>
span { border-color: #AF3921; }
span { border-color: rgb(175,57,33); }
td.TdClassName
{
border-color: #AF3921;
}
.TagClassName
{
border-color: #AF3921;
}
</style>