Shades of Medium Carmine #AF412B
Tints of Medium Carmine #AF412B
RGB
CMYK
RGB Variations
Color information
#AF412B (or 0xAF412B) is known color: Medium Carmine. HEX triplet: AF, 41 and 2B. RGB value is (175,65,43). Sum of RGB (Red+Green+Blue) = 175+65+43=283 (37% of max value = 765). Red value is 175 (68.75% from 255 or 61.84% from 283); Green value is 65 (25.78% from 255 or 22.97% from 283); Blue value is 43 (17.19% from 255 or 15.19% from 283); Max value from RGB is 175 - color contains mainly: red. Hex color #AF412B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF412B is #50BED4. Grayscale: #5F5F5F. Windows color (decimal): -5291733 or 2834863. OLE color: 2834863.
HSL color Cylindrical-coordinate representation of color #AF412B: hue angle of 10º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AF412B is Cyan = 0, Magento = 0.63, Yellow = 0.75 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 65 | 43 | - |
| CMYK | 0 | 0.63 | 0.75 | 0.31 |
| HSL | 10º | 0.61% | 0.43% | - |
| HSV(B) | 10º | 0.75% | 0.69% | - |
| XYZ | 20.01 | 13.07 | 3.75 | - |
| YUV | 95.38 | 98.44 | 184.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 65 | 43 | 0 | 0.63 | 0.75 | 0.31 | 10 | 0.61 | 0.43 |
| Hex | AF | 41 | 2B | 0 | 3F | 4B | 1F | A | 3D | 2B |
| Octal | 257 | 101 | 53 | 0 | 77 | 113 | 37 | 12 | 75 | 53 |
| Binary | 10101111 | 1000001 | 101011 | 0 | 111111 | 1001011 | 11111 | 1010 | 111101 | 101011 |
Color Harmonies of #AF412B
Complementary color
Monochromatic Colors of #AF412B
Black with #AF412B
Text Example
Text Example
White with #AF412B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF412B; }
p { color: rgb(175,65,43); }
H1.HeaderClassName
{
color: #AF412B;
}
.AnyTagClassName
{
color: #AF412B;
}
</style>
background-color css
<style>
a { background-color: #AF412B; }
a { background-color: rgb(175,65,43); }
div.DivClassName
{
background-color: #AF412B;
}
.BgClassName
{
background-color: #AF412B;
}
</style>
border-color css
<style>
span { border-color: #AF412B; }
span { border-color: rgb(175,65,43); }
td.TdClassName
{
border-color: #AF412B;
}
.TagClassName
{
border-color: #AF412B;
}
</style>