Shades of Medium Carmine #AF4037
Tints of Medium Carmine #AF4037
RGB
CMYK
RGB Variations
Color information
#AF4037 (or 0xAF4037) is known color: Medium Carmine. HEX triplet: AF, 40 and 37. RGB value is (175,64,55). Sum of RGB (Red+Green+Blue) = 175+64+55=294 (38% of max value = 765). Red value is 175 (68.75% from 255 or 59.52% from 294); Green value is 64 (25.39% from 255 or 21.77% from 294); Blue value is 55 (21.88% from 255 or 18.71% from 294); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4037 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF4037 is #50BFC8. Grayscale: #606060. Windows color (decimal): -5291977 or 3621039. OLE color: 3621039.
HSL color Cylindrical-coordinate representation of color #AF4037: hue angle of 4.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 #AF4037 is Cyan = 0, Magento = 0.63, Yellow = 0.69 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 64 | 55 | - |
| CMYK | 0 | 0.63 | 0.69 | 0.31 |
| HSL | 4.5º | 0.52% | 0.45% | - |
| HSV(B) | 4.5º | 0.69% | 0.69% | - |
| XYZ | 20.2 | 13.06 | 5.07 | - |
| YUV | 96.16 | 104.77 | 184.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 64 | 55 | 0 | 0.63 | 0.69 | 0.31 | 4.5 | 0.52 | 0.45 |
| Hex | AF | 40 | 37 | 0 | 3F | 45 | 1F | 4 | 34 | 2D |
| Octal | 257 | 100 | 67 | 0 | 77 | 105 | 37 | 4 | 64 | 55 |
| Binary | 10101111 | 1000000 | 110111 | 0 | 111111 | 1000101 | 11111 | 100 | 110100 | 101101 |
Color Harmonies of #AF4037
Complementary color
Monochromatic Colors of #AF4037
Black with #AF4037
Text Example
Text Example
White with #AF4037
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4037; }
p { color: rgb(175,64,55); }
H1.HeaderClassName
{
color: #AF4037;
}
.AnyTagClassName
{
color: #AF4037;
}
</style>
background-color css
<style>
a { background-color: #AF4037; }
a { background-color: rgb(175,64,55); }
div.DivClassName
{
background-color: #AF4037;
}
.BgClassName
{
background-color: #AF4037;
}
</style>
border-color css
<style>
span { border-color: #AF4037; }
span { border-color: rgb(175,64,55); }
td.TdClassName
{
border-color: #AF4037;
}
.TagClassName
{
border-color: #AF4037;
}
</style>