Shades of Medium Carmine #AF3C2B
Tints of Medium Carmine #AF3C2B
RGB
CMYK
RGB Variations
Color information
#AF3C2B (or 0xAF3C2B) is known color: Medium Carmine. HEX triplet: AF, 3C and 2B. RGB value is (175,60,43). Sum of RGB (Red+Green+Blue) = 175+60+43=278 (36% of max value = 765). Red value is 175 (68.75% from 255 or 62.95% from 278); Green value is 60 (23.83% from 255 or 21.58% from 278); Blue value is 43 (17.19% from 255 or 15.47% from 278); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3C2B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF3C2B is #50C3D4. Grayscale: #5C5C5C. Windows color (decimal): -5293013 or 2833583. OLE color: 2833583.
HSL color Cylindrical-coordinate representation of color #AF3C2B: hue angle of 7.73º 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 #AF3C2B is Cyan = 0, Magento = 0.66, Yellow = 0.75 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 60 | 43 | - |
| CMYK | 0 | 0.66 | 0.75 | 0.31 |
| HSL | 7.73º | 0.61% | 0.43% | - |
| HSV(B) | 7.73º | 0.75% | 0.69% | - |
| XYZ | 19.73 | 12.52 | 3.66 | - |
| YUV | 92.45 | 100.1 | 186.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 60 | 43 | 0 | 0.66 | 0.75 | 0.31 | 7.73 | 0.61 | 0.43 |
| Hex | AF | 3C | 2B | 0 | 42 | 4B | 1F | 8 | 3D | 2B |
| Octal | 257 | 74 | 53 | 0 | 102 | 113 | 37 | 10 | 75 | 53 |
| Binary | 10101111 | 111100 | 101011 | 0 | 1000010 | 1001011 | 11111 | 1000 | 111101 | 101011 |
Color Harmonies of #AF3C2B
Complementary color
Monochromatic Colors of #AF3C2B
Black with #AF3C2B
Text Example
Text Example
White with #AF3C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3C2B; }
p { color: rgb(175,60,43); }
H1.HeaderClassName
{
color: #AF3C2B;
}
.AnyTagClassName
{
color: #AF3C2B;
}
</style>
background-color css
<style>
a { background-color: #AF3C2B; }
a { background-color: rgb(175,60,43); }
div.DivClassName
{
background-color: #AF3C2B;
}
.BgClassName
{
background-color: #AF3C2B;
}
</style>
border-color css
<style>
span { border-color: #AF3C2B; }
span { border-color: rgb(175,60,43); }
td.TdClassName
{
border-color: #AF3C2B;
}
.TagClassName
{
border-color: #AF3C2B;
}
</style>