Shades of Medium Carmine #AF3535
Tints of Medium Carmine #AF3535
RGB
CMYK
RGB Variations
Color information
#AF3535 (or 0xAF3535) is known color: Medium Carmine. HEX triplet: AF, 35 and 35. RGB value is (175,53,53). Sum of RGB (Red+Green+Blue) = 175+53+53=281 (37% of max value = 765). Red value is 175 (68.75% from 255 or 62.28% from 281); Green value is 53 (21.09% from 255 or 18.86% from 281); Blue value is 53 (21.09% from 255 or 18.86% from 281); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3535 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF3535 is #50CACA. Grayscale: #595959. Windows color (decimal): -5294795 or 3487151. OLE color: 3487151.
HSL color Cylindrical-coordinate representation of color #AF3535: hue angle of 0º 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 #AF3535 is Cyan = 0, Magento = 0.70, Yellow = 0.70 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 53 | 53 | - |
| CMYK | 0 | 0.70 | 0.70 | 0.31 |
| HSL | 0º | 0.54% | 0.45% | - |
| HSV(B) | 0º | 0.7% | 0.69% | - |
| XYZ | 19.59 | 11.92 | 4.64 | - |
| YUV | 89.48 | 107.42 | 189 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 53 | 53 | 0 | 0.70 | 0.70 | 0.31 | 0 | 0.54 | 0.45 |
| Hex | AF | 35 | 35 | 0 | 46 | 46 | 1F | 0 | 36 | 2D |
| Octal | 257 | 65 | 65 | 0 | 106 | 106 | 37 | 0 | 66 | 55 |
| Binary | 10101111 | 110101 | 110101 | 0 | 1000110 | 1000110 | 11111 | 0 | 110110 | 101101 |
Color Harmonies of #AF3535
Complementary color
Monochromatic Colors of #AF3535
Black with #AF3535
Text Example
Text Example
White with #AF3535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3535; }
p { color: rgb(175,53,53); }
H1.HeaderClassName
{
color: #AF3535;
}
.AnyTagClassName
{
color: #AF3535;
}
</style>
background-color css
<style>
a { background-color: #AF3535; }
a { background-color: rgb(175,53,53); }
div.DivClassName
{
background-color: #AF3535;
}
.BgClassName
{
background-color: #AF3535;
}
</style>
border-color css
<style>
span { border-color: #AF3535; }
span { border-color: rgb(175,53,53); }
td.TdClassName
{
border-color: #AF3535;
}
.TagClassName
{
border-color: #AF3535;
}
</style>