Shades of Medium Carmine #AF4138
Tints of Medium Carmine #AF4138
RGB
CMYK
RGB Variations
Color information
#AF4138 (or 0xAF4138) is known color: Medium Carmine. HEX triplet: AF, 41 and 38. RGB value is (175,65,56). Sum of RGB (Red+Green+Blue) = 175+65+56=296 (39% of max value = 765). Red value is 175 (68.75% from 255 or 59.12% from 296); Green value is 65 (25.78% from 255 or 21.96% from 296); Blue value is 56 (22.27% from 255 or 18.92% from 296); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4138 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF4138 is #50BEC7. Grayscale: #616161. Windows color (decimal): -5291720 or 3686831. OLE color: 3686831.
HSL color Cylindrical-coordinate representation of color #AF4138: hue angle of 4.54º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AF4138 is Cyan = 0, Magento = 0.63, Yellow = 0.68 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 65 | 56 | - |
| CMYK | 0 | 0.63 | 0.68 | 0.31 |
| HSL | 4.54º | 0.52% | 0.45% | - |
| HSV(B) | 4.54º | 0.68% | 0.69% | - |
| XYZ | 20.28 | 13.18 | 5.22 | - |
| YUV | 96.86 | 104.94 | 183.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 65 | 56 | 0 | 0.63 | 0.68 | 0.31 | 4.54 | 0.52 | 0.45 |
| Hex | AF | 41 | 38 | 0 | 3F | 44 | 1F | 5 | 34 | 2D |
| Octal | 257 | 101 | 70 | 0 | 77 | 104 | 37 | 5 | 64 | 55 |
| Binary | 10101111 | 1000001 | 111000 | 0 | 111111 | 1000100 | 11111 | 101 | 110100 | 101101 |
Color Harmonies of #AF4138
Complementary color
Monochromatic Colors of #AF4138
Black with #AF4138
Text Example
Text Example
White with #AF4138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4138; }
p { color: rgb(175,65,56); }
H1.HeaderClassName
{
color: #AF4138;
}
.AnyTagClassName
{
color: #AF4138;
}
</style>
background-color css
<style>
a { background-color: #AF4138; }
a { background-color: rgb(175,65,56); }
div.DivClassName
{
background-color: #AF4138;
}
.BgClassName
{
background-color: #AF4138;
}
</style>
border-color css
<style>
span { border-color: #AF4138; }
span { border-color: rgb(175,65,56); }
td.TdClassName
{
border-color: #AF4138;
}
.TagClassName
{
border-color: #AF4138;
}
</style>