Shades of Medium Carmine #AF3E26
Tints of Medium Carmine #AF3E26
RGB
CMYK
RGB Variations
Color information
#AF3E26 (or 0xAF3E26) is known color: Medium Carmine. HEX triplet: AF, 3E and 26. RGB value is (175,62,38). Sum of RGB (Red+Green+Blue) = 175+62+38=275 (36% of max value = 765). Red value is 175 (68.75% from 255 or 63.64% from 275); Green value is 62 (24.61% from 255 or 22.55% from 275); Blue value is 38 (15.23% from 255 or 13.82% from 275); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3E26 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF3E26 is #50C1D9. Grayscale: #5D5D5D. Windows color (decimal): -5292506 or 2506415. OLE color: 2506415.
HSL color Cylindrical-coordinate representation of color #AF3E26: hue angle of 10.51º 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 #AF3E26 is Cyan = 0, Magento = 0.65, Yellow = 0.78 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 62 | 38 | - |
| CMYK | 0 | 0.65 | 0.78 | 0.31 |
| HSL | 10.51º | 0.64% | 0.42% | - |
| HSV(B) | 10.51º | 0.78% | 0.69% | - |
| XYZ | 19.75 | 12.7 | 3.24 | - |
| YUV | 93.05 | 96.94 | 186.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 62 | 38 | 0 | 0.65 | 0.78 | 0.31 | 10.51 | 0.64 | 0.42 |
| Hex | AF | 3E | 26 | 0 | 41 | 4E | 1F | B | 40 | 2A |
| Octal | 257 | 76 | 46 | 0 | 101 | 116 | 37 | 13 | 100 | 52 |
| Binary | 10101111 | 111110 | 100110 | 0 | 1000001 | 1001110 | 11111 | 1011 | 1000000 | 101010 |
Color Harmonies of #AF3E26
Complementary color
Monochromatic Colors of #AF3E26
Black with #AF3E26
Text Example
Text Example
White with #AF3E26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3E26; }
p { color: rgb(175,62,38); }
H1.HeaderClassName
{
color: #AF3E26;
}
.AnyTagClassName
{
color: #AF3E26;
}
</style>
background-color css
<style>
a { background-color: #AF3E26; }
a { background-color: rgb(175,62,38); }
div.DivClassName
{
background-color: #AF3E26;
}
.BgClassName
{
background-color: #AF3E26;
}
</style>
border-color css
<style>
span { border-color: #AF3E26; }
span { border-color: rgb(175,62,38); }
td.TdClassName
{
border-color: #AF3E26;
}
.TagClassName
{
border-color: #AF3E26;
}
</style>