Shades of Medium Carmine #AF3C2A
Tints of Medium Carmine #AF3C2A
RGB
CMYK
RGB Variations
Color information
#AF3C2A (or 0xAF3C2A) is known color: Medium Carmine. HEX triplet: AF, 3C and 2A. RGB value is (175,60,42). Sum of RGB (Red+Green+Blue) = 175+60+42=277 (36% of max value = 765). Red value is 175 (68.75% from 255 or 63.18% from 277); Green value is 60 (23.83% from 255 or 21.66% from 277); Blue value is 42 (16.80% from 255 or 15.16% from 277); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3C2A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF3C2A is #50C3D5. Grayscale: #5C5C5C. Windows color (decimal): -5293014 or 2768047. OLE color: 2768047.
HSL color Cylindrical-coordinate representation of color #AF3C2A: hue angle of 8.12º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AF3C2A is Cyan = 0, Magento = 0.66, Yellow = 0.76 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 60 | 42 | - |
| CMYK | 0 | 0.66 | 0.76 | 0.31 |
| HSL | 8.12º | 0.61% | 0.43% | - |
| HSV(B) | 8.12º | 0.76% | 0.69% | - |
| XYZ | 19.71 | 12.51 | 3.57 | - |
| YUV | 92.33 | 99.6 | 186.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 60 | 42 | 0 | 0.66 | 0.76 | 0.31 | 8.12 | 0.61 | 0.43 |
| Hex | AF | 3C | 2A | 0 | 42 | 4C | 1F | 8 | 3D | 2B |
| Octal | 257 | 74 | 52 | 0 | 102 | 114 | 37 | 10 | 75 | 53 |
| Binary | 10101111 | 111100 | 101010 | 0 | 1000010 | 1001100 | 11111 | 1000 | 111101 | 101011 |
Color Harmonies of #AF3C2A
Complementary color
Monochromatic Colors of #AF3C2A
Black with #AF3C2A
Text Example
Text Example
White with #AF3C2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3C2A; }
p { color: rgb(175,60,42); }
H1.HeaderClassName
{
color: #AF3C2A;
}
.AnyTagClassName
{
color: #AF3C2A;
}
</style>
background-color css
<style>
a { background-color: #AF3C2A; }
a { background-color: rgb(175,60,42); }
div.DivClassName
{
background-color: #AF3C2A;
}
.BgClassName
{
background-color: #AF3C2A;
}
</style>
border-color css
<style>
span { border-color: #AF3C2A; }
span { border-color: rgb(175,60,42); }
td.TdClassName
{
border-color: #AF3C2A;
}
.TagClassName
{
border-color: #AF3C2A;
}
</style>