Shades of Medium Carmine #AF4239
Tints of Medium Carmine #AF4239
RGB
CMYK
RGB Variations
Color information
#AF4239 (or 0xAF4239) is known color: Medium Carmine. HEX triplet: AF, 42 and 39. RGB value is (175,66,57). Sum of RGB (Red+Green+Blue) = 175+66+57=298 (39% of max value = 765). Red value is 175 (68.75% from 255 or 58.72% from 298); Green value is 66 (26.17% from 255 or 22.15% from 298); Blue value is 57 (22.66% from 255 or 19.13% from 298); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4239 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF4239 is #50BDC6. Grayscale: #616161. Windows color (decimal): -5291463 or 3752623. OLE color: 3752623.
HSL color Cylindrical-coordinate representation of color #AF4239: hue angle of 4.58º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AF4239 is Cyan = 0, Magento = 0.62, Yellow = 0.67 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 66 | 57 | - |
| CMYK | 0 | 0.62 | 0.67 | 0.31 |
| HSL | 4.58º | 0.51% | 0.45% | - |
| HSV(B) | 4.58º | 0.67% | 0.69% | - |
| XYZ | 20.37 | 13.31 | 5.37 | - |
| YUV | 97.57 | 105.11 | 183.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 66 | 57 | 0 | 0.62 | 0.67 | 0.31 | 4.58 | 0.51 | 0.45 |
| Hex | AF | 42 | 39 | 0 | 3E | 43 | 1F | 5 | 33 | 2D |
| Octal | 257 | 102 | 71 | 0 | 76 | 103 | 37 | 5 | 63 | 55 |
| Binary | 10101111 | 1000010 | 111001 | 0 | 111110 | 1000011 | 11111 | 101 | 110011 | 101101 |
Color Harmonies of #AF4239
Complementary color
Monochromatic Colors of #AF4239
Black with #AF4239
Text Example
Text Example
White with #AF4239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4239; }
p { color: rgb(175,66,57); }
H1.HeaderClassName
{
color: #AF4239;
}
.AnyTagClassName
{
color: #AF4239;
}
</style>
background-color css
<style>
a { background-color: #AF4239; }
a { background-color: rgb(175,66,57); }
div.DivClassName
{
background-color: #AF4239;
}
.BgClassName
{
background-color: #AF4239;
}
</style>
border-color css
<style>
span { border-color: #AF4239; }
span { border-color: rgb(175,66,57); }
td.TdClassName
{
border-color: #AF4239;
}
.TagClassName
{
border-color: #AF4239;
}
</style>