Shades of Medium Carmine #AF402E
Tints of Medium Carmine #AF402E
RGB
CMYK
RGB Variations
Color information
#AF402E (or 0xAF402E) is known color: Medium Carmine. HEX triplet: AF, 40 and 2E. RGB value is (175,64,46). Sum of RGB (Red+Green+Blue) = 175+64+46=285 (37% of max value = 765). Red value is 175 (68.75% from 255 or 61.40% from 285); Green value is 64 (25.39% from 255 or 22.46% from 285); Blue value is 46 (18.36% from 255 or 16.14% from 285); Max value from RGB is 175 - color contains mainly: red. Hex color #AF402E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF402E is #50BFD1. Grayscale: #5F5F5F. Windows color (decimal): -5291986 or 3031215. OLE color: 3031215.
HSL color Cylindrical-coordinate representation of color #AF402E: hue angle of 8.37º degrees, saturation: 0.58, 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 #AF402E is Cyan = 0, Magento = 0.63, Yellow = 0.74 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 64 | 46 | - |
| CMYK | 0 | 0.63 | 0.74 | 0.31 |
| HSL | 8.37º | 0.58% | 0.43% | - |
| HSV(B) | 8.37º | 0.74% | 0.69% | - |
| XYZ | 20.01 | 12.98 | 4.04 | - |
| YUV | 95.14 | 100.27 | 184.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 64 | 46 | 0 | 0.63 | 0.74 | 0.31 | 8.37 | 0.58 | 0.43 |
| Hex | AF | 40 | 2E | 0 | 3F | 4A | 1F | 8 | 3A | 2B |
| Octal | 257 | 100 | 56 | 0 | 77 | 112 | 37 | 10 | 72 | 53 |
| Binary | 10101111 | 1000000 | 101110 | 0 | 111111 | 1001010 | 11111 | 1000 | 111010 | 101011 |
Color Harmonies of #AF402E
Complementary color
Monochromatic Colors of #AF402E
Black with #AF402E
Text Example
Text Example
White with #AF402E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF402E; }
p { color: rgb(175,64,46); }
H1.HeaderClassName
{
color: #AF402E;
}
.AnyTagClassName
{
color: #AF402E;
}
</style>
background-color css
<style>
a { background-color: #AF402E; }
a { background-color: rgb(175,64,46); }
div.DivClassName
{
background-color: #AF402E;
}
.BgClassName
{
background-color: #AF402E;
}
</style>
border-color css
<style>
span { border-color: #AF402E; }
span { border-color: rgb(175,64,46); }
td.TdClassName
{
border-color: #AF402E;
}
.TagClassName
{
border-color: #AF402E;
}
</style>