Shades of Medium Carmine #AF4229
Tints of Medium Carmine #AF4229
RGB
CMYK
RGB Variations
Color information
#AF4229 (or 0xAF4229) is known color: Medium Carmine. HEX triplet: AF, 42 and 29. RGB value is (175,66,41). Sum of RGB (Red+Green+Blue) = 175+66+41=282 (37% of max value = 765). Red value is 175 (68.75% from 255 or 62.06% from 282); Green value is 66 (26.17% from 255 or 23.40% from 282); Blue value is 41 (16.41% from 255 or 14.54% from 282); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4229 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF4229 is #50BDD6. Grayscale: #5F5F5F. Windows color (decimal): -5291479 or 2704047. OLE color: 2704047.
HSL color Cylindrical-coordinate representation of color #AF4229: hue angle of 11.19º 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 #AF4229 is Cyan = 0, Magento = 0.62, Yellow = 0.77 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 66 | 41 | - |
| CMYK | 0 | 0.62 | 0.77 | 0.31 |
| HSL | 11.19º | 0.62% | 0.42% | - |
| HSV(B) | 11.19º | 0.77% | 0.69% | - |
| XYZ | 20.03 | 13.17 | 3.58 | - |
| YUV | 95.74 | 97.11 | 184.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 66 | 41 | 0 | 0.62 | 0.77 | 0.31 | 11.19 | 0.62 | 0.42 |
| Hex | AF | 42 | 29 | 0 | 3E | 4D | 1F | B | 3E | 2A |
| Octal | 257 | 102 | 51 | 0 | 76 | 115 | 37 | 13 | 76 | 52 |
| Binary | 10101111 | 1000010 | 101001 | 0 | 111110 | 1001101 | 11111 | 1011 | 111110 | 101010 |
Color Harmonies of #AF4229
Complementary color
Monochromatic Colors of #AF4229
Black with #AF4229
Text Example
Text Example
White with #AF4229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4229; }
p { color: rgb(175,66,41); }
H1.HeaderClassName
{
color: #AF4229;
}
.AnyTagClassName
{
color: #AF4229;
}
</style>
background-color css
<style>
a { background-color: #AF4229; }
a { background-color: rgb(175,66,41); }
div.DivClassName
{
background-color: #AF4229;
}
.BgClassName
{
background-color: #AF4229;
}
</style>
border-color css
<style>
span { border-color: #AF4229; }
span { border-color: rgb(175,66,41); }
td.TdClassName
{
border-color: #AF4229;
}
.TagClassName
{
border-color: #AF4229;
}
</style>