Shades of Medium Carmine #AF3F27
Tints of Medium Carmine #AF3F27
RGB
CMYK
RGB Variations
Color information
#AF3F27 (or 0xAF3F27) is known color: Medium Carmine. HEX triplet: AF, 3F and 27. RGB value is (175,63,39). Sum of RGB (Red+Green+Blue) = 175+63+39=277 (36% of max value = 765). Red value is 175 (68.75% from 255 or 63.18% from 277); Green value is 63 (25% from 255 or 22.74% from 277); Blue value is 39 (15.62% from 255 or 14.08% from 277); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3F27 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF3F27 is #50C0D8. Grayscale: #5D5D5D. Windows color (decimal): -5292249 or 2572207. OLE color: 2572207.
HSL color Cylindrical-coordinate representation of color #AF3F27: hue angle of 10.59º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AF3F27 is Cyan = 0, Magento = 0.64, Yellow = 0.78 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 63 | 39 | - |
| CMYK | 0 | 0.64 | 0.78 | 0.31 |
| HSL | 10.59º | 0.64% | 0.42% | - |
| HSV(B) | 10.59º | 0.78% | 0.69% | - |
| XYZ | 19.82 | 12.82 | 3.35 | - |
| YUV | 93.75 | 97.11 | 185.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 63 | 39 | 0 | 0.64 | 0.78 | 0.31 | 10.59 | 0.64 | 0.42 |
| Hex | AF | 3F | 27 | 0 | 40 | 4E | 1F | B | 40 | 2A |
| Octal | 257 | 77 | 47 | 0 | 100 | 116 | 37 | 13 | 100 | 52 |
| Binary | 10101111 | 111111 | 100111 | 0 | 1000000 | 1001110 | 11111 | 1011 | 1000000 | 101010 |
Color Harmonies of #AF3F27
Complementary color
Monochromatic Colors of #AF3F27
Black with #AF3F27
Text Example
Text Example
White with #AF3F27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3F27; }
p { color: rgb(175,63,39); }
H1.HeaderClassName
{
color: #AF3F27;
}
.AnyTagClassName
{
color: #AF3F27;
}
</style>
background-color css
<style>
a { background-color: #AF3F27; }
a { background-color: rgb(175,63,39); }
div.DivClassName
{
background-color: #AF3F27;
}
.BgClassName
{
background-color: #AF3F27;
}
</style>
border-color css
<style>
span { border-color: #AF3F27; }
span { border-color: rgb(175,63,39); }
td.TdClassName
{
border-color: #AF3F27;
}
.TagClassName
{
border-color: #AF3F27;
}
</style>