Shades of Medium Carmine #AF3C39
Tints of Medium Carmine #AF3C39
RGB
CMYK
RGB Variations
Color information
#AF3C39 (or 0xAF3C39) is known color: Medium Carmine. HEX triplet: AF, 3C and 39. RGB value is (175,60,57). Sum of RGB (Red+Green+Blue) = 175+60+57=292 (38% of max value = 765). Red value is 175 (68.75% from 255 or 59.93% from 292); Green value is 60 (23.83% from 255 or 20.55% from 292); Blue value is 57 (22.66% from 255 or 19.52% from 292); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3C39 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF3C39 is #50C3C6. Grayscale: #5E5E5E. Windows color (decimal): -5292999 or 3751087. OLE color: 3751087.
HSL color Cylindrical-coordinate representation of color #AF3C39: hue angle of 1.53º 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 #AF3C39 is Cyan = 0, Magento = 0.66, Yellow = 0.67 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 60 | 57 | - |
| CMYK | 0 | 0.66 | 0.67 | 0.31 |
| HSL | 1.53º | 0.51% | 0.45% | - |
| HSV(B) | 1.53º | 0.67% | 0.69% | - |
| XYZ | 20.03 | 12.64 | 5.25 | - |
| YUV | 94.04 | 107.1 | 185.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 60 | 57 | 0 | 0.66 | 0.67 | 0.31 | 1.53 | 0.51 | 0.45 |
| Hex | AF | 3C | 39 | 0 | 42 | 43 | 1F | 2 | 33 | 2D |
| Octal | 257 | 74 | 71 | 0 | 102 | 103 | 37 | 2 | 63 | 55 |
| Binary | 10101111 | 111100 | 111001 | 0 | 1000010 | 1000011 | 11111 | 10 | 110011 | 101101 |
Color Harmonies of #AF3C39
Complementary color
Monochromatic Colors of #AF3C39
Black with #AF3C39
Text Example
Text Example
White with #AF3C39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3C39; }
p { color: rgb(175,60,57); }
H1.HeaderClassName
{
color: #AF3C39;
}
.AnyTagClassName
{
color: #AF3C39;
}
</style>
background-color css
<style>
a { background-color: #AF3C39; }
a { background-color: rgb(175,60,57); }
div.DivClassName
{
background-color: #AF3C39;
}
.BgClassName
{
background-color: #AF3C39;
}
</style>
border-color css
<style>
span { border-color: #AF3C39; }
span { border-color: rgb(175,60,57); }
td.TdClassName
{
border-color: #AF3C39;
}
.TagClassName
{
border-color: #AF3C39;
}
</style>