Shades of Medium Carmine #AF4837
Tints of Medium Carmine #AF4837
RGB
CMYK
RGB Variations
Color information
#AF4837 (or 0xAF4837) is known color: Medium Carmine. HEX triplet: AF, 48 and 37. RGB value is (175,72,55). Sum of RGB (Red+Green+Blue) = 175+72+55=302 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.95% from 302); Green value is 72 (28.52% from 255 or 23.84% from 302); Blue value is 55 (21.88% from 255 or 18.21% from 302); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4837 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF4837 is #50B7C8. Grayscale: #656565. Windows color (decimal): -5289929 or 3623087. OLE color: 3623087.
HSL color Cylindrical-coordinate representation of color #AF4837: hue angle of 8.5º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AF4837 is Cyan = 0, Magento = 0.59, Yellow = 0.69 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 72 | 55 | - |
| CMYK | 0 | 0.59 | 0.69 | 0.31 |
| HSL | 8.5º | 0.52% | 0.45% | - |
| HSV(B) | 8.5º | 0.69% | 0.69% | - |
| XYZ | 20.69 | 14.02 | 5.23 | - |
| YUV | 100.86 | 102.12 | 180.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 72 | 55 | 0 | 0.59 | 0.69 | 0.31 | 8.5 | 0.52 | 0.45 |
| Hex | AF | 48 | 37 | 0 | 3B | 45 | 1F | 8 | 34 | 2D |
| Octal | 257 | 110 | 67 | 0 | 73 | 105 | 37 | 10 | 64 | 55 |
| Binary | 10101111 | 1001000 | 110111 | 0 | 111011 | 1000101 | 11111 | 1000 | 110100 | 101101 |
Color Harmonies of #AF4837
Complementary color
Monochromatic Colors of #AF4837
Black with #AF4837
Text Example
Text Example
White with #AF4837
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4837; }
p { color: rgb(175,72,55); }
H1.HeaderClassName
{
color: #AF4837;
}
.AnyTagClassName
{
color: #AF4837;
}
</style>
background-color css
<style>
a { background-color: #AF4837; }
a { background-color: rgb(175,72,55); }
div.DivClassName
{
background-color: #AF4837;
}
.BgClassName
{
background-color: #AF4837;
}
</style>
border-color css
<style>
span { border-color: #AF4837; }
span { border-color: rgb(175,72,55); }
td.TdClassName
{
border-color: #AF4837;
}
.TagClassName
{
border-color: #AF4837;
}
</style>