Shades of Medium Carmine #AF483B
Tints of Medium Carmine #AF483B
RGB
CMYK
RGB Variations
Color information
#AF483B (or 0xAF483B) is known color: Medium Carmine. HEX triplet: AF, 48 and 3B. RGB value is (175,72,59). Sum of RGB (Red+Green+Blue) = 175+72+59=306 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.19% from 306); Green value is 72 (28.52% from 255 or 23.53% from 306); Blue value is 59 (23.44% from 255 or 19.28% from 306); Max value from RGB is 175 - color contains mainly: red. Hex color #AF483B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF483B is #50B7C4. Grayscale: #656565. Windows color (decimal): -5289925 or 3885231. OLE color: 3885231.
HSL color Cylindrical-coordinate representation of color #AF483B: hue angle of 6.72º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AF483B is Cyan = 0, Magento = 0.59, Yellow = 0.66 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 72 | 59 | - |
| CMYK | 0 | 0.59 | 0.66 | 0.31 |
| HSL | 6.72º | 0.5% | 0.46% | - |
| HSV(B) | 6.72º | 0.66% | 0.69% | - |
| XYZ | 20.79 | 14.06 | 5.76 | - |
| YUV | 101.32 | 104.12 | 180.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 72 | 59 | 0 | 0.59 | 0.66 | 0.31 | 6.72 | 0.5 | 0.46 |
| Hex | AF | 48 | 3B | 0 | 3B | 42 | 1F | 7 | 32 | 2E |
| Octal | 257 | 110 | 73 | 0 | 73 | 102 | 37 | 7 | 62 | 56 |
| Binary | 10101111 | 1001000 | 111011 | 0 | 111011 | 1000010 | 11111 | 111 | 110010 | 101110 |
Color Harmonies of #AF483B
Complementary color
Monochromatic Colors of #AF483B
Black with #AF483B
Text Example
Text Example
White with #AF483B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF483B; }
p { color: rgb(175,72,59); }
H1.HeaderClassName
{
color: #AF483B;
}
.AnyTagClassName
{
color: #AF483B;
}
</style>
background-color css
<style>
a { background-color: #AF483B; }
a { background-color: rgb(175,72,59); }
div.DivClassName
{
background-color: #AF483B;
}
.BgClassName
{
background-color: #AF483B;
}
</style>
border-color css
<style>
span { border-color: #AF483B; }
span { border-color: rgb(175,72,59); }
td.TdClassName
{
border-color: #AF483B;
}
.TagClassName
{
border-color: #AF483B;
}
</style>