Shades of Medium Carmine #AF412A
Tints of Medium Carmine #AF412A
RGB
CMYK
RGB Variations
Color information
#AF412A (or 0xAF412A) is known color: Medium Carmine. HEX triplet: AF, 41 and 2A. RGB value is (175,65,42). Sum of RGB (Red+Green+Blue) = 175+65+42=282 (37% of max value = 765). Red value is 175 (68.75% from 255 or 62.06% from 282); Green value is 65 (25.78% from 255 or 23.05% from 282); Blue value is 42 (16.80% from 255 or 14.89% from 282); Max value from RGB is 175 - color contains mainly: red. Hex color #AF412A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF412A is #50BED5. Grayscale: #5F5F5F. Windows color (decimal): -5291734 or 2769327. OLE color: 2769327.
HSL color Cylindrical-coordinate representation of color #AF412A: hue angle of 10.38º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AF412A is Cyan = 0, Magento = 0.63, Yellow = 0.76 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 65 | 42 | - |
| CMYK | 0 | 0.63 | 0.76 | 0.31 |
| HSL | 10.38º | 0.61% | 0.43% | - |
| HSV(B) | 10.38º | 0.76% | 0.69% | - |
| XYZ | 19.99 | 13.06 | 3.66 | - |
| YUV | 95.27 | 97.94 | 184.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 65 | 42 | 0 | 0.63 | 0.76 | 0.31 | 10.38 | 0.61 | 0.43 |
| Hex | AF | 41 | 2A | 0 | 3F | 4C | 1F | A | 3D | 2B |
| Octal | 257 | 101 | 52 | 0 | 77 | 114 | 37 | 12 | 75 | 53 |
| Binary | 10101111 | 1000001 | 101010 | 0 | 111111 | 1001100 | 11111 | 1010 | 111101 | 101011 |
Color Harmonies of #AF412A
Complementary color
Monochromatic Colors of #AF412A
Black with #AF412A
Text Example
Text Example
White with #AF412A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF412A; }
p { color: rgb(175,65,42); }
H1.HeaderClassName
{
color: #AF412A;
}
.AnyTagClassName
{
color: #AF412A;
}
</style>
background-color css
<style>
a { background-color: #AF412A; }
a { background-color: rgb(175,65,42); }
div.DivClassName
{
background-color: #AF412A;
}
.BgClassName
{
background-color: #AF412A;
}
</style>
border-color css
<style>
span { border-color: #AF412A; }
span { border-color: rgb(175,65,42); }
td.TdClassName
{
border-color: #AF412A;
}
.TagClassName
{
border-color: #AF412A;
}
</style>