Shades of Medium Carmine #AF413C
Tints of Medium Carmine #AF413C
RGB
CMYK
RGB Variations
Color information
#AF413C (or 0xAF413C) is known color: Medium Carmine. HEX triplet: AF, 41 and 3C. RGB value is (175,65,60). Sum of RGB (Red+Green+Blue) = 175+65+60=300 (39% of max value = 765). Red value is 175 (68.75% from 255 or 58.33% from 300); Green value is 65 (25.78% from 255 or 21.67% from 300); Blue value is 60 (23.83% from 255 or 20% from 300); Max value from RGB is 175 - color contains mainly: red. Hex color #AF413C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF413C is #50BEC3. Grayscale: #616161. Windows color (decimal): -5291716 or 3948975. OLE color: 3948975.
HSL color Cylindrical-coordinate representation of color #AF413C: hue angle of 2.61º degrees, saturation: 0.49, 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 #AF413C is Cyan = 0, Magento = 0.63, Yellow = 0.66 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 65 | 60 | - |
| CMYK | 0 | 0.63 | 0.66 | 0.31 |
| HSL | 2.61º | 0.49% | 0.46% | - |
| HSV(B) | 2.61º | 0.66% | 0.69% | - |
| XYZ | 20.39 | 13.22 | 5.75 | - |
| YUV | 97.32 | 106.94 | 183.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 65 | 60 | 0 | 0.63 | 0.66 | 0.31 | 2.61 | 0.49 | 0.46 |
| Hex | AF | 41 | 3C | 0 | 3F | 42 | 1F | 3 | 31 | 2E |
| Octal | 257 | 101 | 74 | 0 | 77 | 102 | 37 | 3 | 61 | 56 |
| Binary | 10101111 | 1000001 | 111100 | 0 | 111111 | 1000010 | 11111 | 11 | 110001 | 101110 |
Color Harmonies of #AF413C
Complementary color
Monochromatic Colors of #AF413C
Black with #AF413C
Text Example
Text Example
White with #AF413C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF413C; }
p { color: rgb(175,65,60); }
H1.HeaderClassName
{
color: #AF413C;
}
.AnyTagClassName
{
color: #AF413C;
}
</style>
background-color css
<style>
a { background-color: #AF413C; }
a { background-color: rgb(175,65,60); }
div.DivClassName
{
background-color: #AF413C;
}
.BgClassName
{
background-color: #AF413C;
}
</style>
border-color css
<style>
span { border-color: #AF413C; }
span { border-color: rgb(175,65,60); }
td.TdClassName
{
border-color: #AF413C;
}
.TagClassName
{
border-color: #AF413C;
}
</style>