Shades of Medium Carmine #AF3529
Tints of Medium Carmine #AF3529
RGB
CMYK
RGB Variations
Color information
#AF3529 (or 0xAF3529) is known color: Medium Carmine. HEX triplet: AF, 35 and 29. RGB value is (175,53,41). Sum of RGB (Red+Green+Blue) = 175+53+41=269 (35% of max value = 765). Red value is 175 (68.75% from 255 or 65.06% from 269); Green value is 53 (21.09% from 255 or 19.70% from 269); Blue value is 41 (16.41% from 255 or 15.24% from 269); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3529 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF3529 is #50CAD6. Grayscale: #585858. Windows color (decimal): -5294807 or 2700719. OLE color: 2700719.
HSL color Cylindrical-coordinate representation of color #AF3529: hue angle of 5.37º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AF3529 is Cyan = 0, Magento = 0.70, Yellow = 0.77 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 53 | 41 | - |
| CMYK | 0 | 0.70 | 0.77 | 0.31 |
| HSL | 5.37º | 0.62% | 0.42% | - |
| HSV(B) | 5.37º | 0.77% | 0.69% | - |
| XYZ | 19.35 | 11.82 | 3.36 | - |
| YUV | 88.11 | 101.42 | 189.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 53 | 41 | 0 | 0.70 | 0.77 | 0.31 | 5.37 | 0.62 | 0.42 |
| Hex | AF | 35 | 29 | 0 | 46 | 4D | 1F | 5 | 3E | 2A |
| Octal | 257 | 65 | 51 | 0 | 106 | 115 | 37 | 5 | 76 | 52 |
| Binary | 10101111 | 110101 | 101001 | 0 | 1000110 | 1001101 | 11111 | 101 | 111110 | 101010 |
Color Harmonies of #AF3529
Complementary color
Monochromatic Colors of #AF3529
Black with #AF3529
Text Example
Text Example
White with #AF3529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3529; }
p { color: rgb(175,53,41); }
H1.HeaderClassName
{
color: #AF3529;
}
.AnyTagClassName
{
color: #AF3529;
}
</style>
background-color css
<style>
a { background-color: #AF3529; }
a { background-color: rgb(175,53,41); }
div.DivClassName
{
background-color: #AF3529;
}
.BgClassName
{
background-color: #AF3529;
}
</style>
border-color css
<style>
span { border-color: #AF3529; }
span { border-color: rgb(175,53,41); }
td.TdClassName
{
border-color: #AF3529;
}
.TagClassName
{
border-color: #AF3529;
}
</style>