Shades of Medium Carmine #AF4137
Tints of Medium Carmine #AF4137
RGB
CMYK
RGB Variations
Color information
#AF4137 (or 0xAF4137) is known color: Medium Carmine. HEX triplet: AF, 41 and 37. RGB value is (175,65,55). Sum of RGB (Red+Green+Blue) = 175+65+55=295 (39% of max value = 765). Red value is 175 (68.75% from 255 or 59.32% from 295); Green value is 65 (25.78% from 255 or 22.03% from 295); Blue value is 55 (21.88% from 255 or 18.64% from 295); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4137 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF4137 is #50BEC8. Grayscale: #606060. Windows color (decimal): -5291721 or 3621295. OLE color: 3621295.
HSL color Cylindrical-coordinate representation of color #AF4137: hue angle of 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 #AF4137 is Cyan = 0, Magento = 0.63, Yellow = 0.69 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 65 | 55 | - |
| CMYK | 0 | 0.63 | 0.69 | 0.31 |
| HSL | 5º | 0.52% | 0.45% | - |
| HSV(B) | 5º | 0.69% | 0.69% | - |
| XYZ | 20.26 | 13.17 | 5.09 | - |
| YUV | 96.75 | 104.44 | 183.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 65 | 55 | 0 | 0.63 | 0.69 | 0.31 | 5 | 0.52 | 0.45 |
| Hex | AF | 41 | 37 | 0 | 3F | 45 | 1F | 5 | 34 | 2D |
| Octal | 257 | 101 | 67 | 0 | 77 | 105 | 37 | 5 | 64 | 55 |
| Binary | 10101111 | 1000001 | 110111 | 0 | 111111 | 1000101 | 11111 | 101 | 110100 | 101101 |
Color Harmonies of #AF4137
Complementary color
Monochromatic Colors of #AF4137
Black with #AF4137
Text Example
Text Example
White with #AF4137
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4137; }
p { color: rgb(175,65,55); }
H1.HeaderClassName
{
color: #AF4137;
}
.AnyTagClassName
{
color: #AF4137;
}
</style>
background-color css
<style>
a { background-color: #AF4137; }
a { background-color: rgb(175,65,55); }
div.DivClassName
{
background-color: #AF4137;
}
.BgClassName
{
background-color: #AF4137;
}
</style>
border-color css
<style>
span { border-color: #AF4137; }
span { border-color: rgb(175,65,55); }
td.TdClassName
{
border-color: #AF4137;
}
.TagClassName
{
border-color: #AF4137;
}
</style>