Shades of Medium Carmine #AF463A
Tints of Medium Carmine #AF463A
RGB
CMYK
RGB Variations
Color information
#AF463A (or 0xAF463A) is known color: Medium Carmine. HEX triplet: AF, 46 and 3A. RGB value is (175,70,58). Sum of RGB (Red+Green+Blue) = 175+70+58=303 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.76% from 303); Green value is 70 (27.73% from 255 or 23.10% from 303); Blue value is 58 (23.05% from 255 or 19.14% from 303); Max value from RGB is 175 - color contains mainly: red. Hex color #AF463A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF463A is #50B9C5. Grayscale: #646464. Windows color (decimal): -5290438 or 3819183. OLE color: 3819183.
HSL color Cylindrical-coordinate representation of color #AF463A: hue angle of 6.15º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AF463A is Cyan = 0, Magento = 0.60, Yellow = 0.67 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 70 | 58 | - |
| CMYK | 0 | 0.60 | 0.67 | 0.31 |
| HSL | 6.15º | 0.5% | 0.46% | - |
| HSV(B) | 6.15º | 0.67% | 0.69% | - |
| XYZ | 20.63 | 13.8 | 5.58 | - |
| YUV | 100.03 | 104.29 | 181.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 70 | 58 | 0 | 0.60 | 0.67 | 0.31 | 6.15 | 0.5 | 0.46 |
| Hex | AF | 46 | 3A | 0 | 3C | 43 | 1F | 6 | 32 | 2E |
| Octal | 257 | 106 | 72 | 0 | 74 | 103 | 37 | 6 | 62 | 56 |
| Binary | 10101111 | 1000110 | 111010 | 0 | 111100 | 1000011 | 11111 | 110 | 110010 | 101110 |
Color Harmonies of #AF463A
Complementary color
Monochromatic Colors of #AF463A
Black with #AF463A
Text Example
Text Example
White with #AF463A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF463A; }
p { color: rgb(175,70,58); }
H1.HeaderClassName
{
color: #AF463A;
}
.AnyTagClassName
{
color: #AF463A;
}
</style>
background-color css
<style>
a { background-color: #AF463A; }
a { background-color: rgb(175,70,58); }
div.DivClassName
{
background-color: #AF463A;
}
.BgClassName
{
background-color: #AF463A;
}
</style>
border-color css
<style>
span { border-color: #AF463A; }
span { border-color: rgb(175,70,58); }
td.TdClassName
{
border-color: #AF463A;
}
.TagClassName
{
border-color: #AF463A;
}
</style>