Shades of Medium Carmine #AF4231
Tints of Medium Carmine #AF4231
RGB
CMYK
RGB Variations
Color information
#AF4231 (or 0xAF4231) is known color: Medium Carmine. HEX triplet: AF, 42 and 31. RGB value is (175,66,49). Sum of RGB (Red+Green+Blue) = 175+66+49=290 (38% of max value = 765). Red value is 175 (68.75% from 255 or 60.34% from 290); Green value is 66 (26.17% from 255 or 22.76% from 290); Blue value is 49 (19.53% from 255 or 16.90% from 290); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4231 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF4231 is #50BDCE. Grayscale: #606060. Windows color (decimal): -5291471 or 3228335. OLE color: 3228335.
HSL color Cylindrical-coordinate representation of color #AF4231: hue angle of 8.1º 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 #AF4231 is Cyan = 0, Magento = 0.62, Yellow = 0.72 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 66 | 49 | - |
| CMYK | 0 | 0.62 | 0.72 | 0.31 |
| HSL | 8.1º | 0.56% | 0.44% | - |
| HSV(B) | 8.1º | 0.72% | 0.69% | - |
| XYZ | 20.18 | 13.23 | 4.4 | - |
| YUV | 96.65 | 101.11 | 183.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 66 | 49 | 0 | 0.62 | 0.72 | 0.31 | 8.1 | 0.56 | 0.44 |
| Hex | AF | 42 | 31 | 0 | 3E | 48 | 1F | 8 | 38 | 2C |
| Octal | 257 | 102 | 61 | 0 | 76 | 110 | 37 | 10 | 70 | 54 |
| Binary | 10101111 | 1000010 | 110001 | 0 | 111110 | 1001000 | 11111 | 1000 | 111000 | 101100 |
Color Harmonies of #AF4231
Complementary color
Monochromatic Colors of #AF4231
Black with #AF4231
Text Example
Text Example
White with #AF4231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4231; }
p { color: rgb(175,66,49); }
H1.HeaderClassName
{
color: #AF4231;
}
.AnyTagClassName
{
color: #AF4231;
}
</style>
background-color css
<style>
a { background-color: #AF4231; }
a { background-color: rgb(175,66,49); }
div.DivClassName
{
background-color: #AF4231;
}
.BgClassName
{
background-color: #AF4231;
}
</style>
border-color css
<style>
span { border-color: #AF4231; }
span { border-color: rgb(175,66,49); }
td.TdClassName
{
border-color: #AF4231;
}
.TagClassName
{
border-color: #AF4231;
}
</style>