Shades of Medium Carmine #AF3E27
Tints of Medium Carmine #AF3E27
RGB
CMYK
RGB Variations
Color information
#AF3E27 (or 0xAF3E27) is known color: Medium Carmine. HEX triplet: AF, 3E and 27. RGB value is (175,62,39). Sum of RGB (Red+Green+Blue) = 175+62+39=276 (36% of max value = 765). Red value is 175 (68.75% from 255 or 63.41% from 276); Green value is 62 (24.61% from 255 or 22.46% from 276); Blue value is 39 (15.62% from 255 or 14.13% from 276); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3E27 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF3E27 is #50C1D8. Grayscale: #5D5D5D. Windows color (decimal): -5292505 or 2571951. OLE color: 2571951.
HSL color Cylindrical-coordinate representation of color #AF3E27: hue angle of 10.15º 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 #AF3E27 is Cyan = 0, Magento = 0.65, Yellow = 0.78 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 62 | 39 | - |
| CMYK | 0 | 0.65 | 0.78 | 0.31 |
| HSL | 10.15º | 0.64% | 0.42% | - |
| HSV(B) | 10.15º | 0.78% | 0.69% | - |
| XYZ | 19.77 | 12.71 | 3.33 | - |
| YUV | 93.17 | 97.44 | 186.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 62 | 39 | 0 | 0.65 | 0.78 | 0.31 | 10.15 | 0.64 | 0.42 |
| Hex | AF | 3E | 27 | 0 | 41 | 4E | 1F | A | 40 | 2A |
| Octal | 257 | 76 | 47 | 0 | 101 | 116 | 37 | 12 | 100 | 52 |
| Binary | 10101111 | 111110 | 100111 | 0 | 1000001 | 1001110 | 11111 | 1010 | 1000000 | 101010 |
Color Harmonies of #AF3E27
Complementary color
Monochromatic Colors of #AF3E27
Black with #AF3E27
Text Example
Text Example
White with #AF3E27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3E27; }
p { color: rgb(175,62,39); }
H1.HeaderClassName
{
color: #AF3E27;
}
.AnyTagClassName
{
color: #AF3E27;
}
</style>
background-color css
<style>
a { background-color: #AF3E27; }
a { background-color: rgb(175,62,39); }
div.DivClassName
{
background-color: #AF3E27;
}
.BgClassName
{
background-color: #AF3E27;
}
</style>
border-color css
<style>
span { border-color: #AF3E27; }
span { border-color: rgb(175,62,39); }
td.TdClassName
{
border-color: #AF3E27;
}
.TagClassName
{
border-color: #AF3E27;
}
</style>