Shades of Medium Carmine #AF452C
Tints of Medium Carmine #AF452C
RGB
CMYK
RGB Variations
Color information
#AF452C (or 0xAF452C) is known color: Medium Carmine. HEX triplet: AF, 45 and 2C. RGB value is (175,69,44). Sum of RGB (Red+Green+Blue) = 175+69+44=288 (38% of max value = 765). Red value is 175 (68.75% from 255 or 60.76% from 288); Green value is 69 (27.34% from 255 or 23.96% from 288); Blue value is 44 (17.58% from 255 or 15.28% from 288); Max value from RGB is 175 - color contains mainly: red. Hex color #AF452C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF452C is #50BAD3. Grayscale: #626262. Windows color (decimal): -5290708 or 2901423. OLE color: 2901423.
HSL color Cylindrical-coordinate representation of color #AF452C: hue angle of 11.45º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AF452C is Cyan = 0, Magento = 0.61, Yellow = 0.75 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 69 | 44 | - |
| CMYK | 0 | 0.61 | 0.75 | 0.31 |
| HSL | 11.45º | 0.6% | 0.43% | - |
| HSV(B) | 11.45º | 0.75% | 0.69% | - |
| XYZ | 20.26 | 13.55 | 3.93 | - |
| YUV | 97.84 | 97.62 | 183.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 69 | 44 | 0 | 0.61 | 0.75 | 0.31 | 11.45 | 0.6 | 0.43 |
| Hex | AF | 45 | 2C | 0 | 3D | 4B | 1F | B | 3C | 2B |
| Octal | 257 | 105 | 54 | 0 | 75 | 113 | 37 | 13 | 74 | 53 |
| Binary | 10101111 | 1000101 | 101100 | 0 | 111101 | 1001011 | 11111 | 1011 | 111100 | 101011 |
Color Harmonies of #AF452C
Complementary color
Monochromatic Colors of #AF452C
Black with #AF452C
Text Example
Text Example
White with #AF452C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF452C; }
p { color: rgb(175,69,44); }
H1.HeaderClassName
{
color: #AF452C;
}
.AnyTagClassName
{
color: #AF452C;
}
</style>
background-color css
<style>
a { background-color: #AF452C; }
a { background-color: rgb(175,69,44); }
div.DivClassName
{
background-color: #AF452C;
}
.BgClassName
{
background-color: #AF452C;
}
</style>
border-color css
<style>
span { border-color: #AF452C; }
span { border-color: rgb(175,69,44); }
td.TdClassName
{
border-color: #AF452C;
}
.TagClassName
{
border-color: #AF452C;
}
</style>