Shades of Medium Carmine #AF352C
Tints of Medium Carmine #AF352C
RGB
CMYK
RGB Variations
Color information
#AF352C (or 0xAF352C) is known color: Medium Carmine. HEX triplet: AF, 35 and 2C. RGB value is (175,53,44). Sum of RGB (Red+Green+Blue) = 175+53+44=272 (36% of max value = 765). Red value is 175 (68.75% from 255 or 64.34% from 272); Green value is 53 (21.09% from 255 or 19.49% from 272); Blue value is 44 (17.58% from 255 or 16.18% from 272); Max value from RGB is 175 - color contains mainly: red. Hex color #AF352C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF352C is #50CAD3. Grayscale: #585858. Windows color (decimal): -5294804 or 2897327. OLE color: 2897327.
HSL color Cylindrical-coordinate representation of color #AF352C: hue angle of 4.12º 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 #AF352C is Cyan = 0, Magento = 0.70, Yellow = 0.75 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 53 | 44 | - |
| CMYK | 0 | 0.70 | 0.75 | 0.31 |
| HSL | 4.12º | 0.6% | 0.43% | - |
| HSV(B) | 4.12º | 0.75% | 0.69% | - |
| XYZ | 19.41 | 11.84 | 3.65 | - |
| YUV | 88.45 | 102.92 | 189.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 53 | 44 | 0 | 0.70 | 0.75 | 0.31 | 4.12 | 0.6 | 0.43 |
| Hex | AF | 35 | 2C | 0 | 46 | 4B | 1F | 4 | 3C | 2B |
| Octal | 257 | 65 | 54 | 0 | 106 | 113 | 37 | 4 | 74 | 53 |
| Binary | 10101111 | 110101 | 101100 | 0 | 1000110 | 1001011 | 11111 | 100 | 111100 | 101011 |
Color Harmonies of #AF352C
Complementary color
Monochromatic Colors of #AF352C
Black with #AF352C
Text Example
Text Example
White with #AF352C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF352C; }
p { color: rgb(175,53,44); }
H1.HeaderClassName
{
color: #AF352C;
}
.AnyTagClassName
{
color: #AF352C;
}
</style>
background-color css
<style>
a { background-color: #AF352C; }
a { background-color: rgb(175,53,44); }
div.DivClassName
{
background-color: #AF352C;
}
.BgClassName
{
background-color: #AF352C;
}
</style>
border-color css
<style>
span { border-color: #AF352C; }
span { border-color: rgb(175,53,44); }
td.TdClassName
{
border-color: #AF352C;
}
.TagClassName
{
border-color: #AF352C;
}
</style>