Shades of Medium Carmine #AF4131
Tints of Medium Carmine #AF4131
RGB
CMYK
RGB Variations
Color information
#AF4131 (or 0xAF4131) is known color: Medium Carmine. HEX triplet: AF, 41 and 31. RGB value is (175,65,49). Sum of RGB (Red+Green+Blue) = 175+65+49=289 (38% of max value = 765). Red value is 175 (68.75% from 255 or 60.55% from 289); Green value is 65 (25.78% from 255 or 22.49% from 289); Blue value is 49 (19.53% from 255 or 16.96% from 289); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4131 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF4131 is #50BECE. Grayscale: #606060. Windows color (decimal): -5291727 or 3228079. OLE color: 3228079.
HSL color Cylindrical-coordinate representation of color #AF4131: hue angle of 7.62º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AF4131 is Cyan = 0, Magento = 0.63, Yellow = 0.72 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 65 | 49 | - |
| CMYK | 0 | 0.63 | 0.72 | 0.31 |
| HSL | 7.62º | 0.56% | 0.44% | - |
| HSV(B) | 7.62º | 0.72% | 0.69% | - |
| XYZ | 20.12 | 13.12 | 4.38 | - |
| YUV | 96.07 | 101.44 | 184.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 65 | 49 | 0 | 0.63 | 0.72 | 0.31 | 7.62 | 0.56 | 0.44 |
| Hex | AF | 41 | 31 | 0 | 3F | 48 | 1F | 8 | 38 | 2C |
| Octal | 257 | 101 | 61 | 0 | 77 | 110 | 37 | 10 | 70 | 54 |
| Binary | 10101111 | 1000001 | 110001 | 0 | 111111 | 1001000 | 11111 | 1000 | 111000 | 101100 |
Color Harmonies of #AF4131
Complementary color
Monochromatic Colors of #AF4131
Black with #AF4131
Text Example
Text Example
White with #AF4131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4131; }
p { color: rgb(175,65,49); }
H1.HeaderClassName
{
color: #AF4131;
}
.AnyTagClassName
{
color: #AF4131;
}
</style>
background-color css
<style>
a { background-color: #AF4131; }
a { background-color: rgb(175,65,49); }
div.DivClassName
{
background-color: #AF4131;
}
.BgClassName
{
background-color: #AF4131;
}
</style>
border-color css
<style>
span { border-color: #AF4131; }
span { border-color: rgb(175,65,49); }
td.TdClassName
{
border-color: #AF4131;
}
.TagClassName
{
border-color: #AF4131;
}
</style>