Shades of Medium Carmine #AF4831
Tints of Medium Carmine #AF4831
RGB
CMYK
RGB Variations
Color information
#AF4831 (or 0xAF4831) is known color: Medium Carmine. HEX triplet: AF, 48 and 31. RGB value is (175,72,49). Sum of RGB (Red+Green+Blue) = 175+72+49=296 (39% of max value = 765). Red value is 175 (68.75% from 255 or 59.12% from 296); Green value is 72 (28.52% from 255 or 24.32% from 296); Blue value is 49 (19.53% from 255 or 16.55% from 296); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4831 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF4831 is #50B7CE. Grayscale: #646464. Windows color (decimal): -5289935 or 3229871. OLE color: 3229871.
HSL color Cylindrical-coordinate representation of color #AF4831: hue angle of 10.95º 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 #AF4831 is Cyan = 0, Magento = 0.59, Yellow = 0.72 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 72 | 49 | - |
| CMYK | 0 | 0.59 | 0.72 | 0.31 |
| HSL | 10.95º | 0.56% | 0.44% | - |
| HSV(B) | 10.95º | 0.72% | 0.69% | - |
| XYZ | 20.55 | 13.97 | 4.52 | - |
| YUV | 100.18 | 99.12 | 181.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 72 | 49 | 0 | 0.59 | 0.72 | 0.31 | 10.95 | 0.56 | 0.44 |
| Hex | AF | 48 | 31 | 0 | 3B | 48 | 1F | B | 38 | 2C |
| Octal | 257 | 110 | 61 | 0 | 73 | 110 | 37 | 13 | 70 | 54 |
| Binary | 10101111 | 1001000 | 110001 | 0 | 111011 | 1001000 | 11111 | 1011 | 111000 | 101100 |
Color Harmonies of #AF4831
Complementary color
Monochromatic Colors of #AF4831
Black with #AF4831
Text Example
Text Example
White with #AF4831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4831; }
p { color: rgb(175,72,49); }
H1.HeaderClassName
{
color: #AF4831;
}
.AnyTagClassName
{
color: #AF4831;
}
</style>
background-color css
<style>
a { background-color: #AF4831; }
a { background-color: rgb(175,72,49); }
div.DivClassName
{
background-color: #AF4831;
}
.BgClassName
{
background-color: #AF4831;
}
</style>
border-color css
<style>
span { border-color: #AF4831; }
span { border-color: rgb(175,72,49); }
td.TdClassName
{
border-color: #AF4831;
}
.TagClassName
{
border-color: #AF4831;
}
</style>