Shades of Medium Carmine #AF4435
Tints of Medium Carmine #AF4435
RGB
CMYK
RGB Variations
Color information
#AF4435 (or 0xAF4435) is known color: Medium Carmine. HEX triplet: AF, 44 and 35. RGB value is (175,68,53). Sum of RGB (Red+Green+Blue) = 175+68+53=296 (39% of max value = 765). Red value is 175 (68.75% from 255 or 59.12% from 296); Green value is 68 (26.95% from 255 or 22.97% from 296); Blue value is 53 (21.09% from 255 or 17.91% from 296); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4435 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF4435 is #50BBCA. Grayscale: #626262. Windows color (decimal): -5290955 or 3490991. OLE color: 3490991.
HSL color Cylindrical-coordinate representation of color #AF4435: hue angle of 7.38º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AF4435 is Cyan = 0, Magento = 0.61, Yellow = 0.70 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 68 | 53 | - |
| CMYK | 0 | 0.61 | 0.70 | 0.31 |
| HSL | 7.38º | 0.54% | 0.45% | - |
| HSV(B) | 7.38º | 0.7% | 0.69% | - |
| XYZ | 20.39 | 13.51 | 4.9 | - |
| YUV | 98.28 | 102.45 | 182.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 68 | 53 | 0 | 0.61 | 0.70 | 0.31 | 7.38 | 0.54 | 0.45 |
| Hex | AF | 44 | 35 | 0 | 3D | 46 | 1F | 7 | 36 | 2D |
| Octal | 257 | 104 | 65 | 0 | 75 | 106 | 37 | 7 | 66 | 55 |
| Binary | 10101111 | 1000100 | 110101 | 0 | 111101 | 1000110 | 11111 | 111 | 110110 | 101101 |
Color Harmonies of #AF4435
Complementary color
Monochromatic Colors of #AF4435
Black with #AF4435
Text Example
Text Example
White with #AF4435
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4435; }
p { color: rgb(175,68,53); }
H1.HeaderClassName
{
color: #AF4435;
}
.AnyTagClassName
{
color: #AF4435;
}
</style>
background-color css
<style>
a { background-color: #AF4435; }
a { background-color: rgb(175,68,53); }
div.DivClassName
{
background-color: #AF4435;
}
.BgClassName
{
background-color: #AF4435;
}
</style>
border-color css
<style>
span { border-color: #AF4435; }
span { border-color: rgb(175,68,53); }
td.TdClassName
{
border-color: #AF4435;
}
.TagClassName
{
border-color: #AF4435;
}
</style>