Shades of Medium Carmine #AF412D
Tints of Medium Carmine #AF412D
RGB
CMYK
RGB Variations
Color information
#AF412D (or 0xAF412D) is known color: Medium Carmine. HEX triplet: AF, 41 and 2D. RGB value is (175,65,45). Sum of RGB (Red+Green+Blue) = 175+65+45=285 (37% of max value = 765). Red value is 175 (68.75% from 255 or 61.40% from 285); Green value is 65 (25.78% from 255 or 22.81% from 285); Blue value is 45 (17.97% from 255 or 15.79% from 285); Max value from RGB is 175 - color contains mainly: red. Hex color #AF412D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF412D is #50BED2. Grayscale: #5F5F5F. Windows color (decimal): -5291731 or 2965935. OLE color: 2965935.
HSL color Cylindrical-coordinate representation of color #AF412D: hue angle of 9.23º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AF412D is Cyan = 0, Magento = 0.63, Yellow = 0.74 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 65 | 45 | - |
| CMYK | 0 | 0.63 | 0.74 | 0.31 |
| HSL | 9.23º | 0.59% | 0.43% | - |
| HSV(B) | 9.23º | 0.74% | 0.69% | - |
| XYZ | 20.04 | 13.08 | 3.95 | - |
| YUV | 95.61 | 99.44 | 184.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 65 | 45 | 0 | 0.63 | 0.74 | 0.31 | 9.23 | 0.59 | 0.43 |
| Hex | AF | 41 | 2D | 0 | 3F | 4A | 1F | 9 | 3B | 2B |
| Octal | 257 | 101 | 55 | 0 | 77 | 112 | 37 | 11 | 73 | 53 |
| Binary | 10101111 | 1000001 | 101101 | 0 | 111111 | 1001010 | 11111 | 1001 | 111011 | 101011 |
Color Harmonies of #AF412D
Complementary color
Monochromatic Colors of #AF412D
Black with #AF412D
Text Example
Text Example
White with #AF412D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF412D; }
p { color: rgb(175,65,45); }
H1.HeaderClassName
{
color: #AF412D;
}
.AnyTagClassName
{
color: #AF412D;
}
</style>
background-color css
<style>
a { background-color: #AF412D; }
a { background-color: rgb(175,65,45); }
div.DivClassName
{
background-color: #AF412D;
}
.BgClassName
{
background-color: #AF412D;
}
</style>
border-color css
<style>
span { border-color: #AF412D; }
span { border-color: rgb(175,65,45); }
td.TdClassName
{
border-color: #AF412D;
}
.TagClassName
{
border-color: #AF412D;
}
</style>