Shades of Medium Carmine #AF352F
Tints of Medium Carmine #AF352F
RGB
CMYK
RGB Variations
Color information
#AF352F (or 0xAF352F) is known color: Medium Carmine. HEX triplet: AF, 35 and 2F. RGB value is (175,53,47). Sum of RGB (Red+Green+Blue) = 175+53+47=275 (36% of max value = 765). Red value is 175 (68.75% from 255 or 63.64% from 275); Green value is 53 (21.09% from 255 or 19.27% from 275); Blue value is 47 (18.75% from 255 or 17.09% from 275); Max value from RGB is 175 - color contains mainly: red. Hex color #AF352F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF352F is #50CAD0. Grayscale: #585858. Windows color (decimal): -5294801 or 3093935. OLE color: 3093935.
HSL color Cylindrical-coordinate representation of color #AF352F: hue angle of 2.81º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AF352F is Cyan = 0, Magento = 0.70, Yellow = 0.73 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 53 | 47 | - |
| CMYK | 0 | 0.70 | 0.73 | 0.31 |
| HSL | 2.81º | 0.58% | 0.44% | - |
| HSV(B) | 2.81º | 0.73% | 0.69% | - |
| XYZ | 19.47 | 11.87 | 3.95 | - |
| YUV | 88.79 | 104.42 | 189.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 53 | 47 | 0 | 0.70 | 0.73 | 0.31 | 2.81 | 0.58 | 0.44 |
| Hex | AF | 35 | 2F | 0 | 46 | 49 | 1F | 3 | 3A | 2C |
| Octal | 257 | 65 | 57 | 0 | 106 | 111 | 37 | 3 | 72 | 54 |
| Binary | 10101111 | 110101 | 101111 | 0 | 1000110 | 1001001 | 11111 | 11 | 111010 | 101100 |
Color Harmonies of #AF352F
Complementary color
Monochromatic Colors of #AF352F
Black with #AF352F
Text Example
Text Example
White with #AF352F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF352F; }
p { color: rgb(175,53,47); }
H1.HeaderClassName
{
color: #AF352F;
}
.AnyTagClassName
{
color: #AF352F;
}
</style>
background-color css
<style>
a { background-color: #AF352F; }
a { background-color: rgb(175,53,47); }
div.DivClassName
{
background-color: #AF352F;
}
.BgClassName
{
background-color: #AF352F;
}
</style>
border-color css
<style>
span { border-color: #AF352F; }
span { border-color: rgb(175,53,47); }
td.TdClassName
{
border-color: #AF352F;
}
.TagClassName
{
border-color: #AF352F;
}
</style>