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