Shades of Medium Carmine #AF4537
Tints of Medium Carmine #AF4537
RGB
CMYK
RGB Variations
Color information
#AF4537 (or 0xAF4537) is known color: Medium Carmine. HEX triplet: AF, 45 and 37. RGB value is (175,69,55). Sum of RGB (Red+Green+Blue) = 175+69+55=299 (39% of max value = 765). Red value is 175 (68.75% from 255 or 58.53% from 299); Green value is 69 (27.34% from 255 or 23.08% from 299); Blue value is 55 (21.88% from 255 or 18.39% from 299); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4537 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF4537 is #50BAC8. Grayscale: #636363. Windows color (decimal): -5290697 or 3622319. OLE color: 3622319.
HSL color Cylindrical-coordinate representation of color #AF4537: hue angle of 7º 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 #AF4537 is Cyan = 0, Magento = 0.61, Yellow = 0.69 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 69 | 55 | - |
| CMYK | 0 | 0.61 | 0.69 | 0.31 |
| HSL | 7º | 0.52% | 0.45% | - |
| HSV(B) | 7º | 0.69% | 0.69% | - |
| XYZ | 20.5 | 13.65 | 5.17 | - |
| YUV | 99.1 | 103.12 | 182.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 69 | 55 | 0 | 0.61 | 0.69 | 0.31 | 7 | 0.52 | 0.45 |
| Hex | AF | 45 | 37 | 0 | 3D | 45 | 1F | 7 | 34 | 2D |
| Octal | 257 | 105 | 67 | 0 | 75 | 105 | 37 | 7 | 64 | 55 |
| Binary | 10101111 | 1000101 | 110111 | 0 | 111101 | 1000101 | 11111 | 111 | 110100 | 101101 |
Color Harmonies of #AF4537
Complementary color
Monochromatic Colors of #AF4537
Black with #AF4537
Text Example
Text Example
White with #AF4537
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4537; }
p { color: rgb(175,69,55); }
H1.HeaderClassName
{
color: #AF4537;
}
.AnyTagClassName
{
color: #AF4537;
}
</style>
background-color css
<style>
a { background-color: #AF4537; }
a { background-color: rgb(175,69,55); }
div.DivClassName
{
background-color: #AF4537;
}
.BgClassName
{
background-color: #AF4537;
}
</style>
border-color css
<style>
span { border-color: #AF4537; }
span { border-color: rgb(175,69,55); }
td.TdClassName
{
border-color: #AF4537;
}
.TagClassName
{
border-color: #AF4537;
}
</style>