Shades of Medium Carmine #AF402F
Tints of Medium Carmine #AF402F
RGB
CMYK
RGB Variations
Color information
#AF402F (or 0xAF402F) is known color: Medium Carmine. HEX triplet: AF, 40 and 2F. RGB value is (175,64,47). Sum of RGB (Red+Green+Blue) = 175+64+47=286 (37% of max value = 765). Red value is 175 (68.75% from 255 or 61.19% from 286); Green value is 64 (25.39% from 255 or 22.38% from 286); Blue value is 47 (18.75% from 255 or 16.43% from 286); Max value from RGB is 175 - color contains mainly: red. Hex color #AF402F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF402F is #50BFD0. Grayscale: #5F5F5F. Windows color (decimal): -5291985 or 3096751. OLE color: 3096751.
HSL color Cylindrical-coordinate representation of color #AF402F: hue angle of 7.97º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AF402F is Cyan = 0, Magento = 0.63, Yellow = 0.73 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 64 | 47 | - |
| CMYK | 0 | 0.63 | 0.73 | 0.31 |
| HSL | 7.97º | 0.58% | 0.44% | - |
| HSV(B) | 7.97º | 0.73% | 0.69% | - |
| XYZ | 20.03 | 12.99 | 4.14 | - |
| YUV | 95.25 | 100.77 | 184.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 64 | 47 | 0 | 0.63 | 0.73 | 0.31 | 7.97 | 0.58 | 0.44 |
| Hex | AF | 40 | 2F | 0 | 3F | 49 | 1F | 8 | 3A | 2C |
| Octal | 257 | 100 | 57 | 0 | 77 | 111 | 37 | 10 | 72 | 54 |
| Binary | 10101111 | 1000000 | 101111 | 0 | 111111 | 1001001 | 11111 | 1000 | 111010 | 101100 |
Color Harmonies of #AF402F
Complementary color
Monochromatic Colors of #AF402F
Black with #AF402F
Text Example
Text Example
White with #AF402F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF402F; }
p { color: rgb(175,64,47); }
H1.HeaderClassName
{
color: #AF402F;
}
.AnyTagClassName
{
color: #AF402F;
}
</style>
background-color css
<style>
a { background-color: #AF402F; }
a { background-color: rgb(175,64,47); }
div.DivClassName
{
background-color: #AF402F;
}
.BgClassName
{
background-color: #AF402F;
}
</style>
border-color css
<style>
span { border-color: #AF402F; }
span { border-color: rgb(175,64,47); }
td.TdClassName
{
border-color: #AF402F;
}
.TagClassName
{
border-color: #AF402F;
}
</style>