Shades of Medium Carmine #AF4241
Tints of Medium Carmine #AF4241
RGB
CMYK
RGB Variations
Color information
#AF4241 (or 0xAF4241) is known color: Medium Carmine. HEX triplet: AF, 42 and 41. RGB value is (175,66,65). Sum of RGB (Red+Green+Blue) = 175+66+65=306 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.19% from 306); Green value is 66 (26.17% from 255 or 21.57% from 306); Blue value is 65 (25.78% from 255 or 21.24% from 306); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4241 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF4241 is #50BDBE. Grayscale: #626262. Windows color (decimal): -5291455 or 4276911. OLE color: 4276911.
HSL color Cylindrical-coordinate representation of color #AF4241: hue angle of 0.55º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AF4241 is Cyan = 0, Magento = 0.62, Yellow = 0.63 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 66 | 65 | - |
| CMYK | 0 | 0.62 | 0.63 | 0.31 |
| HSL | 0.55º | 0.46% | 0.47% | - |
| HSV(B) | 0.55º | 0.63% | 0.69% | - |
| XYZ | 20.58 | 13.39 | 6.5 | - |
| YUV | 98.48 | 109.11 | 182.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 66 | 65 | 0 | 0.62 | 0.63 | 0.31 | 0.55 | 0.46 | 0.47 |
| Hex | AF | 42 | 41 | 0 | 3E | 3F | 1F | 1 | 2E | 2F |
| Octal | 257 | 102 | 101 | 0 | 76 | 77 | 37 | 1 | 56 | 57 |
| Binary | 10101111 | 1000010 | 1000001 | 0 | 111110 | 111111 | 11111 | 1 | 101110 | 101111 |
Color Harmonies of #AF4241
Complementary color
Monochromatic Colors of #AF4241
Black with #AF4241
Text Example
Text Example
White with #AF4241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4241; }
p { color: rgb(175,66,65); }
H1.HeaderClassName
{
color: #AF4241;
}
.AnyTagClassName
{
color: #AF4241;
}
</style>
background-color css
<style>
a { background-color: #AF4241; }
a { background-color: rgb(175,66,65); }
div.DivClassName
{
background-color: #AF4241;
}
.BgClassName
{
background-color: #AF4241;
}
</style>
border-color css
<style>
span { border-color: #AF4241; }
span { border-color: rgb(175,66,65); }
td.TdClassName
{
border-color: #AF4241;
}
.TagClassName
{
border-color: #AF4241;
}
</style>