Shades of Medium Carmine #AF4932
Tints of Medium Carmine #AF4932
RGB
CMYK
RGB Variations
Color information
#AF4932 (or 0xAF4932) is known color: Medium Carmine. HEX triplet: AF, 49 and 32. RGB value is (175,73,50). Sum of RGB (Red+Green+Blue) = 175+73+50=298 (39% of max value = 765). Red value is 175 (68.75% from 255 or 58.72% from 298); Green value is 73 (28.91% from 255 or 24.50% from 298); Blue value is 50 (19.92% from 255 or 16.78% from 298); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4932 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF4932 is #50B6CD. Grayscale: #656565. Windows color (decimal): -5289678 or 3295663. OLE color: 3295663.
HSL color Cylindrical-coordinate representation of color #AF4932: hue angle of 11.04º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AF4932 is Cyan = 0, Magento = 0.58, Yellow = 0.71 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 73 | 50 | - |
| CMYK | 0 | 0.58 | 0.71 | 0.31 |
| HSL | 11.04º | 0.56% | 0.44% | - |
| HSV(B) | 11.04º | 0.71% | 0.69% | - |
| XYZ | 20.64 | 14.11 | 4.65 | - |
| YUV | 100.88 | 99.29 | 180.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 73 | 50 | 0 | 0.58 | 0.71 | 0.31 | 11.04 | 0.56 | 0.44 |
| Hex | AF | 49 | 32 | 0 | 3A | 47 | 1F | B | 38 | 2C |
| Octal | 257 | 111 | 62 | 0 | 72 | 107 | 37 | 13 | 70 | 54 |
| Binary | 10101111 | 1001001 | 110010 | 0 | 111010 | 1000111 | 11111 | 1011 | 111000 | 101100 |
Color Harmonies of #AF4932
Complementary color
Monochromatic Colors of #AF4932
Black with #AF4932
Text Example
Text Example
White with #AF4932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4932; }
p { color: rgb(175,73,50); }
H1.HeaderClassName
{
color: #AF4932;
}
.AnyTagClassName
{
color: #AF4932;
}
</style>
background-color css
<style>
a { background-color: #AF4932; }
a { background-color: rgb(175,73,50); }
div.DivClassName
{
background-color: #AF4932;
}
.BgClassName
{
background-color: #AF4932;
}
</style>
border-color css
<style>
span { border-color: #AF4932; }
span { border-color: rgb(175,73,50); }
td.TdClassName
{
border-color: #AF4932;
}
.TagClassName
{
border-color: #AF4932;
}
</style>