Shades of Medium Carmine #AF3D2C
Tints of Medium Carmine #AF3D2C
RGB
CMYK
RGB Variations
Color information
#AF3D2C (or 0xAF3D2C) is known color: Medium Carmine. HEX triplet: AF, 3D and 2C. RGB value is (175,61,44). Sum of RGB (Red+Green+Blue) = 175+61+44=280 (37% of max value = 765). Red value is 175 (68.75% from 255 or 62.5% from 280); Green value is 61 (24.22% from 255 or 21.79% from 280); Blue value is 44 (17.58% from 255 or 15.71% from 280); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3D2C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF3D2C is #50C2D3. Grayscale: #5D5D5D. Windows color (decimal): -5292756 or 2899375. OLE color: 2899375.
HSL color Cylindrical-coordinate representation of color #AF3D2C: hue angle of 7.79º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AF3D2C is Cyan = 0, Magento = 0.65, Yellow = 0.75 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 61 | 44 | - |
| CMYK | 0 | 0.65 | 0.75 | 0.31 |
| HSL | 7.79º | 0.6% | 0.43% | - |
| HSV(B) | 7.79º | 0.75% | 0.69% | - |
| XYZ | 19.8 | 12.63 | 3.78 | - |
| YUV | 93.15 | 100.27 | 186.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 61 | 44 | 0 | 0.65 | 0.75 | 0.31 | 7.79 | 0.6 | 0.43 |
| Hex | AF | 3D | 2C | 0 | 41 | 4B | 1F | 8 | 3C | 2B |
| Octal | 257 | 75 | 54 | 0 | 101 | 113 | 37 | 10 | 74 | 53 |
| Binary | 10101111 | 111101 | 101100 | 0 | 1000001 | 1001011 | 11111 | 1000 | 111100 | 101011 |
Color Harmonies of #AF3D2C
Complementary color
Monochromatic Colors of #AF3D2C
Black with #AF3D2C
Text Example
Text Example
White with #AF3D2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3D2C; }
p { color: rgb(175,61,44); }
H1.HeaderClassName
{
color: #AF3D2C;
}
.AnyTagClassName
{
color: #AF3D2C;
}
</style>
background-color css
<style>
a { background-color: #AF3D2C; }
a { background-color: rgb(175,61,44); }
div.DivClassName
{
background-color: #AF3D2C;
}
.BgClassName
{
background-color: #AF3D2C;
}
</style>
border-color css
<style>
span { border-color: #AF3D2C; }
span { border-color: rgb(175,61,44); }
td.TdClassName
{
border-color: #AF3D2C;
}
.TagClassName
{
border-color: #AF3D2C;
}
</style>