Shades of Medium Carmine #AF473C
Tints of Medium Carmine #AF473C
RGB
CMYK
RGB Variations
Color information
#AF473C (or 0xAF473C) is known color: Medium Carmine. HEX triplet: AF, 47 and 3C. RGB value is (175,71,60). Sum of RGB (Red+Green+Blue) = 175+71+60=306 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.19% from 306); Green value is 71 (28.12% from 255 or 23.20% from 306); Blue value is 60 (23.83% from 255 or 19.61% from 306); Max value from RGB is 175 - color contains mainly: red. Hex color #AF473C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF473C is #50B8C3. Grayscale: #646464. Windows color (decimal): -5290180 or 3950511. OLE color: 3950511.
HSL color Cylindrical-coordinate representation of color #AF473C: hue angle of 5.74º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AF473C is Cyan = 0, Magento = 0.59, Yellow = 0.66 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 71 | 60 | - |
| CMYK | 0 | 0.59 | 0.66 | 0.31 |
| HSL | 5.74º | 0.49% | 0.46% | - |
| HSV(B) | 5.74º | 0.66% | 0.69% | - |
| XYZ | 20.75 | 13.95 | 5.87 | - |
| YUV | 100.84 | 104.96 | 180.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 71 | 60 | 0 | 0.59 | 0.66 | 0.31 | 5.74 | 0.49 | 0.46 |
| Hex | AF | 47 | 3C | 0 | 3B | 42 | 1F | 6 | 31 | 2E |
| Octal | 257 | 107 | 74 | 0 | 73 | 102 | 37 | 6 | 61 | 56 |
| Binary | 10101111 | 1000111 | 111100 | 0 | 111011 | 1000010 | 11111 | 110 | 110001 | 101110 |
Color Harmonies of #AF473C
Complementary color
Monochromatic Colors of #AF473C
Black with #AF473C
Text Example
Text Example
White with #AF473C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF473C; }
p { color: rgb(175,71,60); }
H1.HeaderClassName
{
color: #AF473C;
}
.AnyTagClassName
{
color: #AF473C;
}
</style>
background-color css
<style>
a { background-color: #AF473C; }
a { background-color: rgb(175,71,60); }
div.DivClassName
{
background-color: #AF473C;
}
.BgClassName
{
background-color: #AF473C;
}
</style>
border-color css
<style>
span { border-color: #AF473C; }
span { border-color: rgb(175,71,60); }
td.TdClassName
{
border-color: #AF473C;
}
.TagClassName
{
border-color: #AF473C;
}
</style>