Shades of Medium Carmine #AF3431
Tints of Medium Carmine #AF3431
RGB
CMYK
RGB Variations
Color information
#AF3431 (or 0xAF3431) is known color: Medium Carmine. HEX triplet: AF, 34 and 31. RGB value is (175,52,49). Sum of RGB (Red+Green+Blue) = 175+52+49=276 (36% of max value = 765). Red value is 175 (68.75% from 255 or 63.41% from 276); Green value is 52 (20.70% from 255 or 18.84% from 276); Blue value is 49 (19.53% from 255 or 17.75% from 276); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3431 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF3431 is #50CBCE. Grayscale: #585858. Windows color (decimal): -5295055 or 3224751. OLE color: 3224751.
HSL color Cylindrical-coordinate representation of color #AF3431: hue angle of 1.43º 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 #AF3431 is Cyan = 0, Magento = 0.70, Yellow = 0.72 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 52 | 49 | - |
| CMYK | 0 | 0.70 | 0.72 | 0.31 |
| HSL | 1.43º | 0.56% | 0.44% | - |
| HSV(B) | 1.43º | 0.72% | 0.69% | - |
| XYZ | 19.46 | 11.79 | 4.16 | - |
| YUV | 88.44 | 105.75 | 189.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 52 | 49 | 0 | 0.70 | 0.72 | 0.31 | 1.43 | 0.56 | 0.44 |
| Hex | AF | 34 | 31 | 0 | 46 | 48 | 1F | 1 | 38 | 2C |
| Octal | 257 | 64 | 61 | 0 | 106 | 110 | 37 | 1 | 70 | 54 |
| Binary | 10101111 | 110100 | 110001 | 0 | 1000110 | 1001000 | 11111 | 1 | 111000 | 101100 |
Color Harmonies of #AF3431
Complementary color
Monochromatic Colors of #AF3431
Black with #AF3431
Text Example
Text Example
White with #AF3431
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3431; }
p { color: rgb(175,52,49); }
H1.HeaderClassName
{
color: #AF3431;
}
.AnyTagClassName
{
color: #AF3431;
}
</style>
background-color css
<style>
a { background-color: #AF3431; }
a { background-color: rgb(175,52,49); }
div.DivClassName
{
background-color: #AF3431;
}
.BgClassName
{
background-color: #AF3431;
}
</style>
border-color css
<style>
span { border-color: #AF3431; }
span { border-color: rgb(175,52,49); }
td.TdClassName
{
border-color: #AF3431;
}
.TagClassName
{
border-color: #AF3431;
}
</style>