Shades of Medium Carmine #AF443D
Tints of Medium Carmine #AF443D
RGB
CMYK
RGB Variations
Color information
#AF443D (or 0xAF443D) is known color: Medium Carmine. HEX triplet: AF, 44 and 3D. RGB value is (175,68,61). Sum of RGB (Red+Green+Blue) = 175+68+61=304 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.57% from 304); Green value is 68 (26.95% from 255 or 22.37% from 304); Blue value is 61 (24.22% from 255 or 20.07% from 304); Max value from RGB is 175 - color contains mainly: red. Hex color #AF443D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF443D is #50BBC2. Grayscale: #636363. Windows color (decimal): -5290947 or 4015279. OLE color: 4015279.
HSL color Cylindrical-coordinate representation of color #AF443D: hue angle of 3.68º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AF443D is Cyan = 0, Magento = 0.61, Yellow = 0.65 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 68 | 61 | - |
| CMYK | 0 | 0.61 | 0.65 | 0.31 |
| HSL | 3.68º | 0.48% | 0.46% | - |
| HSV(B) | 3.68º | 0.65% | 0.69% | - |
| XYZ | 20.59 | 13.59 | 5.95 | - |
| YUV | 99.2 | 106.45 | 182.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 68 | 61 | 0 | 0.61 | 0.65 | 0.31 | 3.68 | 0.48 | 0.46 |
| Hex | AF | 44 | 3D | 0 | 3D | 41 | 1F | 4 | 30 | 2E |
| Octal | 257 | 104 | 75 | 0 | 75 | 101 | 37 | 4 | 60 | 56 |
| Binary | 10101111 | 1000100 | 111101 | 0 | 111101 | 1000001 | 11111 | 100 | 110000 | 101110 |
Color Harmonies of #AF443D
Complementary color
Monochromatic Colors of #AF443D
Black with #AF443D
Text Example
Text Example
White with #AF443D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF443D; }
p { color: rgb(175,68,61); }
H1.HeaderClassName
{
color: #AF443D;
}
.AnyTagClassName
{
color: #AF443D;
}
</style>
background-color css
<style>
a { background-color: #AF443D; }
a { background-color: rgb(175,68,61); }
div.DivClassName
{
background-color: #AF443D;
}
.BgClassName
{
background-color: #AF443D;
}
</style>
border-color css
<style>
span { border-color: #AF443D; }
span { border-color: rgb(175,68,61); }
td.TdClassName
{
border-color: #AF443D;
}
.TagClassName
{
border-color: #AF443D;
}
</style>