Shades of Medium Carmine #AF413B
Tints of Medium Carmine #AF413B
RGB
CMYK
RGB Variations
Color information
#AF413B (or 0xAF413B) is known color: Medium Carmine. HEX triplet: AF, 41 and 3B. RGB value is (175,65,59). Sum of RGB (Red+Green+Blue) = 175+65+59=299 (39% of max value = 765). Red value is 175 (68.75% from 255 or 58.53% from 299); Green value is 65 (25.78% from 255 or 21.74% from 299); Blue value is 59 (23.44% from 255 or 19.73% from 299); Max value from RGB is 175 - color contains mainly: red. Hex color #AF413B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF413B is #50BEC4. Grayscale: #616161. Windows color (decimal): -5291717 or 3883439. OLE color: 3883439.
HSL color Cylindrical-coordinate representation of color #AF413B: hue angle of 3.1º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AF413B is Cyan = 0, Magento = 0.63, Yellow = 0.66 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 65 | 59 | - |
| CMYK | 0 | 0.63 | 0.66 | 0.31 |
| HSL | 3.1º | 0.5% | 0.46% | - |
| HSV(B) | 3.1º | 0.66% | 0.69% | - |
| XYZ | 20.36 | 13.21 | 5.61 | - |
| YUV | 97.21 | 106.44 | 183.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 65 | 59 | 0 | 0.63 | 0.66 | 0.31 | 3.1 | 0.5 | 0.46 |
| Hex | AF | 41 | 3B | 0 | 3F | 42 | 1F | 3 | 32 | 2E |
| Octal | 257 | 101 | 73 | 0 | 77 | 102 | 37 | 3 | 62 | 56 |
| Binary | 10101111 | 1000001 | 111011 | 0 | 111111 | 1000010 | 11111 | 11 | 110010 | 101110 |
Color Harmonies of #AF413B
Complementary color
Monochromatic Colors of #AF413B
Black with #AF413B
Text Example
Text Example
White with #AF413B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF413B; }
p { color: rgb(175,65,59); }
H1.HeaderClassName
{
color: #AF413B;
}
.AnyTagClassName
{
color: #AF413B;
}
</style>
background-color css
<style>
a { background-color: #AF413B; }
a { background-color: rgb(175,65,59); }
div.DivClassName
{
background-color: #AF413B;
}
.BgClassName
{
background-color: #AF413B;
}
</style>
border-color css
<style>
span { border-color: #AF413B; }
span { border-color: rgb(175,65,59); }
td.TdClassName
{
border-color: #AF413B;
}
.TagClassName
{
border-color: #AF413B;
}
</style>