Shades of Medium Carmine #AF443F
Tints of Medium Carmine #AF443F
RGB
CMYK
RGB Variations
Color information
#AF443F (or 0xAF443F) is known color: Medium Carmine. HEX triplet: AF, 44 and 3F. RGB value is (175,68,63). Sum of RGB (Red+Green+Blue) = 175+68+63=306 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.19% from 306); Green value is 68 (26.95% from 255 or 22.22% from 306); Blue value is 63 (25% from 255 or 20.59% from 306); Max value from RGB is 175 - color contains mainly: red. Hex color #AF443F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF443F is #50BBC0. Grayscale: #636363. Windows color (decimal): -5290945 or 4146351. OLE color: 4146351.
HSL color Cylindrical-coordinate representation of color #AF443F: hue angle of 2.68º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AF443F is Cyan = 0, Magento = 0.61, Yellow = 0.64 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 68 | 63 | - |
| CMYK | 0 | 0.61 | 0.64 | 0.31 |
| HSL | 2.68º | 0.47% | 0.47% | - |
| HSV(B) | 2.68º | 0.64% | 0.69% | - |
| XYZ | 20.64 | 13.61 | 6.24 | - |
| YUV | 99.42 | 107.45 | 181.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 68 | 63 | 0 | 0.61 | 0.64 | 0.31 | 2.68 | 0.47 | 0.47 |
| Hex | AF | 44 | 3F | 0 | 3D | 40 | 1F | 3 | 2F | 2F |
| Octal | 257 | 104 | 77 | 0 | 75 | 100 | 37 | 3 | 57 | 57 |
| Binary | 10101111 | 1000100 | 111111 | 0 | 111101 | 1000000 | 11111 | 11 | 101111 | 101111 |
Color Harmonies of #AF443F
Complementary color
Monochromatic Colors of #AF443F
Black with #AF443F
Text Example
Text Example
White with #AF443F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF443F; }
p { color: rgb(175,68,63); }
H1.HeaderClassName
{
color: #AF443F;
}
.AnyTagClassName
{
color: #AF443F;
}
</style>
background-color css
<style>
a { background-color: #AF443F; }
a { background-color: rgb(175,68,63); }
div.DivClassName
{
background-color: #AF443F;
}
.BgClassName
{
background-color: #AF443F;
}
</style>
border-color css
<style>
span { border-color: #AF443F; }
span { border-color: rgb(175,68,63); }
td.TdClassName
{
border-color: #AF443F;
}
.TagClassName
{
border-color: #AF443F;
}
</style>