Shades of Medium Carmine #AF453B
Tints of Medium Carmine #AF453B
RGB
CMYK
RGB Variations
Color information
#AF453B (or 0xAF453B) is known color: Medium Carmine. HEX triplet: AF, 45 and 3B. RGB value is (175,69,59). Sum of RGB (Red+Green+Blue) = 175+69+59=303 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.76% from 303); Green value is 69 (27.34% from 255 or 22.77% from 303); Blue value is 59 (23.44% from 255 or 19.47% from 303); Max value from RGB is 175 - color contains mainly: red. Hex color #AF453B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF453B is #50BAC4. Grayscale: #636363. Windows color (decimal): -5290693 or 3884463. OLE color: 3884463.
HSL color Cylindrical-coordinate representation of color #AF453B: hue angle of 5.17º 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 #AF453B is Cyan = 0, Magento = 0.61, Yellow = 0.66 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 69 | 59 | - |
| CMYK | 0 | 0.61 | 0.66 | 0.31 |
| HSL | 5.17º | 0.5% | 0.46% | - |
| HSV(B) | 5.17º | 0.66% | 0.69% | - |
| XYZ | 20.6 | 13.69 | 5.69 | - |
| YUV | 99.55 | 105.12 | 181.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 69 | 59 | 0 | 0.61 | 0.66 | 0.31 | 5.17 | 0.5 | 0.46 |
| Hex | AF | 45 | 3B | 0 | 3D | 42 | 1F | 5 | 32 | 2E |
| Octal | 257 | 105 | 73 | 0 | 75 | 102 | 37 | 5 | 62 | 56 |
| Binary | 10101111 | 1000101 | 111011 | 0 | 111101 | 1000010 | 11111 | 101 | 110010 | 101110 |
Color Harmonies of #AF453B
Complementary color
Monochromatic Colors of #AF453B
Black with #AF453B
Text Example
Text Example
White with #AF453B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF453B; }
p { color: rgb(175,69,59); }
H1.HeaderClassName
{
color: #AF453B;
}
.AnyTagClassName
{
color: #AF453B;
}
</style>
background-color css
<style>
a { background-color: #AF453B; }
a { background-color: rgb(175,69,59); }
div.DivClassName
{
background-color: #AF453B;
}
.BgClassName
{
background-color: #AF453B;
}
</style>
border-color css
<style>
span { border-color: #AF453B; }
span { border-color: rgb(175,69,59); }
td.TdClassName
{
border-color: #AF453B;
}
.TagClassName
{
border-color: #AF453B;
}
</style>