Shades of Medium Carmine #AF473B
Tints of Medium Carmine #AF473B
RGB
CMYK
RGB Variations
Color information
#AF473B (or 0xAF473B) is known color: Medium Carmine. HEX triplet: AF, 47 and 3B. RGB value is (175,71,59). Sum of RGB (Red+Green+Blue) = 175+71+59=305 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.38% from 305); Green value is 71 (28.12% from 255 or 23.28% from 305); Blue value is 59 (23.44% from 255 or 19.34% from 305); Max value from RGB is 175 - color contains mainly: red. Hex color #AF473B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF473B is #50B8C4. Grayscale: #646464. Windows color (decimal): -5290181 or 3884975. OLE color: 3884975.
HSL color Cylindrical-coordinate representation of color #AF473B: hue angle of 6.21º degrees, saturation: 0.5, 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 #AF473B is Cyan = 0, Magento = 0.59, Yellow = 0.66 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 71 | 59 | - |
| CMYK | 0 | 0.59 | 0.66 | 0.31 |
| HSL | 6.21º | 0.5% | 0.46% | - |
| HSV(B) | 6.21º | 0.66% | 0.69% | - |
| XYZ | 20.72 | 13.94 | 5.74 | - |
| YUV | 100.73 | 104.46 | 180.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 71 | 59 | 0 | 0.59 | 0.66 | 0.31 | 6.21 | 0.5 | 0.46 |
| Hex | AF | 47 | 3B | 0 | 3B | 42 | 1F | 6 | 32 | 2E |
| Octal | 257 | 107 | 73 | 0 | 73 | 102 | 37 | 6 | 62 | 56 |
| Binary | 10101111 | 1000111 | 111011 | 0 | 111011 | 1000010 | 11111 | 110 | 110010 | 101110 |
Color Harmonies of #AF473B
Complementary color
Monochromatic Colors of #AF473B
Black with #AF473B
Text Example
Text Example
White with #AF473B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF473B; }
p { color: rgb(175,71,59); }
H1.HeaderClassName
{
color: #AF473B;
}
.AnyTagClassName
{
color: #AF473B;
}
</style>
background-color css
<style>
a { background-color: #AF473B; }
a { background-color: rgb(175,71,59); }
div.DivClassName
{
background-color: #AF473B;
}
.BgClassName
{
background-color: #AF473B;
}
</style>
border-color css
<style>
span { border-color: #AF473B; }
span { border-color: rgb(175,71,59); }
td.TdClassName
{
border-color: #AF473B;
}
.TagClassName
{
border-color: #AF473B;
}
</style>