Shades of Medium Carmine #AF452B
Tints of Medium Carmine #AF452B
RGB
CMYK
RGB Variations
Color information
#AF452B (or 0xAF452B) is known color: Medium Carmine. HEX triplet: AF, 45 and 2B. RGB value is (175,69,43). Sum of RGB (Red+Green+Blue) = 175+69+43=287 (38% of max value = 765). Red value is 175 (68.75% from 255 or 60.98% from 287); Green value is 69 (27.34% from 255 or 24.04% from 287); Blue value is 43 (17.19% from 255 or 14.98% from 287); Max value from RGB is 175 - color contains mainly: red. Hex color #AF452B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF452B is #50BAD4. Grayscale: #616161. Windows color (decimal): -5290709 or 2835887. OLE color: 2835887.
HSL color Cylindrical-coordinate representation of color #AF452B: hue angle of 11.82º degrees, saturation: 0.61, 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 #AF452B is Cyan = 0, Magento = 0.61, Yellow = 0.75 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 69 | 43 | - |
| CMYK | 0 | 0.61 | 0.75 | 0.31 |
| HSL | 11.82º | 0.61% | 0.43% | - |
| HSV(B) | 11.82º | 0.75% | 0.69% | - |
| XYZ | 20.24 | 13.54 | 3.83 | - |
| YUV | 97.73 | 97.12 | 183.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 69 | 43 | 0 | 0.61 | 0.75 | 0.31 | 11.82 | 0.61 | 0.43 |
| Hex | AF | 45 | 2B | 0 | 3D | 4B | 1F | C | 3D | 2B |
| Octal | 257 | 105 | 53 | 0 | 75 | 113 | 37 | 14 | 75 | 53 |
| Binary | 10101111 | 1000101 | 101011 | 0 | 111101 | 1001011 | 11111 | 1100 | 111101 | 101011 |
Color Harmonies of #AF452B
Complementary color
Monochromatic Colors of #AF452B
Black with #AF452B
Text Example
Text Example
White with #AF452B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF452B; }
p { color: rgb(175,69,43); }
H1.HeaderClassName
{
color: #AF452B;
}
.AnyTagClassName
{
color: #AF452B;
}
</style>
background-color css
<style>
a { background-color: #AF452B; }
a { background-color: rgb(175,69,43); }
div.DivClassName
{
background-color: #AF452B;
}
.BgClassName
{
background-color: #AF452B;
}
</style>
border-color css
<style>
span { border-color: #AF452B; }
span { border-color: rgb(175,69,43); }
td.TdClassName
{
border-color: #AF452B;
}
.TagClassName
{
border-color: #AF452B;
}
</style>