Shades of Medium Carmine #AF413D
Tints of Medium Carmine #AF413D
RGB
CMYK
RGB Variations
Color information
#AF413D (or 0xAF413D) is known color: Medium Carmine. HEX triplet: AF, 41 and 3D. RGB value is (175,65,61). Sum of RGB (Red+Green+Blue) = 175+65+61=301 (39% of max value = 765). Red value is 175 (68.75% from 255 or 58.14% from 301); Green value is 65 (25.78% from 255 or 21.59% from 301); Blue value is 61 (24.22% from 255 or 20.27% from 301); Max value from RGB is 175 - color contains mainly: red. Hex color #AF413D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF413D is #50BEC2. Grayscale: #616161. Windows color (decimal): -5291715 or 4014511. OLE color: 4014511.
HSL color Cylindrical-coordinate representation of color #AF413D: hue angle of 2.11º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AF413D is Cyan = 0, Magento = 0.63, Yellow = 0.65 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 65 | 61 | - |
| CMYK | 0 | 0.63 | 0.65 | 0.31 |
| HSL | 2.11º | 0.48% | 0.46% | - |
| HSV(B) | 2.11º | 0.65% | 0.69% | - |
| XYZ | 20.41 | 13.23 | 5.89 | - |
| YUV | 97.43 | 107.44 | 183.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 65 | 61 | 0 | 0.63 | 0.65 | 0.31 | 2.11 | 0.48 | 0.46 |
| Hex | AF | 41 | 3D | 0 | 3F | 41 | 1F | 2 | 30 | 2E |
| Octal | 257 | 101 | 75 | 0 | 77 | 101 | 37 | 2 | 60 | 56 |
| Binary | 10101111 | 1000001 | 111101 | 0 | 111111 | 1000001 | 11111 | 10 | 110000 | 101110 |
Color Harmonies of #AF413D
Complementary color
Monochromatic Colors of #AF413D
Black with #AF413D
Text Example
Text Example
White with #AF413D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF413D; }
p { color: rgb(175,65,61); }
H1.HeaderClassName
{
color: #AF413D;
}
.AnyTagClassName
{
color: #AF413D;
}
</style>
background-color css
<style>
a { background-color: #AF413D; }
a { background-color: rgb(175,65,61); }
div.DivClassName
{
background-color: #AF413D;
}
.BgClassName
{
background-color: #AF413D;
}
</style>
border-color css
<style>
span { border-color: #AF413D; }
span { border-color: rgb(175,65,61); }
td.TdClassName
{
border-color: #AF413D;
}
.TagClassName
{
border-color: #AF413D;
}
</style>