Shades of Medium Carmine #AF3F23
Tints of Medium Carmine #AF3F23
RGB
CMYK
RGB Variations
Color information
#AF3F23 (or 0xAF3F23) is known color: Medium Carmine. HEX triplet: AF, 3F and 23. RGB value is (175,63,35). Sum of RGB (Red+Green+Blue) = 175+63+35=273 (36% of max value = 765). Red value is 175 (68.75% from 255 or 64.10% from 273); Green value is 63 (25% from 255 or 23.08% from 273); Blue value is 35 (14.06% from 255 or 12.82% from 273); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3F23 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF3F23 is #50C0DC. Grayscale: #5D5D5D. Windows color (decimal): -5292253 or 2310063. OLE color: 2310063.
HSL color Cylindrical-coordinate representation of color #AF3F23: hue angle of 12º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AF3F23 is Cyan = 0, Magento = 0.64, Yellow = 0.8 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 63 | 35 | - |
| CMYK | 0 | 0.64 | 0.8 | 0.31 |
| HSL | 12º | 0.67% | 0.41% | - |
| HSV(B) | 12º | 0.8% | 0.69% | - |
| XYZ | 19.76 | 12.79 | 3.02 | - |
| YUV | 93.3 | 95.11 | 186.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 63 | 35 | 0 | 0.64 | 0.8 | 0.31 | 12 | 0.67 | 0.41 |
| Hex | AF | 3F | 23 | 0 | 40 | 50 | 1F | C | 43 | 29 |
| Octal | 257 | 77 | 43 | 0 | 100 | 120 | 37 | 14 | 103 | 51 |
| Binary | 10101111 | 111111 | 100011 | 0 | 1000000 | 1010000 | 11111 | 1100 | 1000011 | 101001 |
Color Harmonies of #AF3F23
Complementary color
Monochromatic Colors of #AF3F23
Black with #AF3F23
Text Example
Text Example
White with #AF3F23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3F23; }
p { color: rgb(175,63,35); }
H1.HeaderClassName
{
color: #AF3F23;
}
.AnyTagClassName
{
color: #AF3F23;
}
</style>
background-color css
<style>
a { background-color: #AF3F23; }
a { background-color: rgb(175,63,35); }
div.DivClassName
{
background-color: #AF3F23;
}
.BgClassName
{
background-color: #AF3F23;
}
</style>
border-color css
<style>
span { border-color: #AF3F23; }
span { border-color: rgb(175,63,35); }
td.TdClassName
{
border-color: #AF3F23;
}
.TagClassName
{
border-color: #AF3F23;
}
</style>