Shades of Medium Carmine #AF3C22
Tints of Medium Carmine #AF3C22
RGB
CMYK
RGB Variations
Color information
#AF3C22 (or 0xAF3C22) is known color: Medium Carmine. HEX triplet: AF, 3C and 22. RGB value is (175,60,34). Sum of RGB (Red+Green+Blue) = 175+60+34=269 (35% of max value = 765). Red value is 175 (68.75% from 255 or 65.06% from 269); Green value is 60 (23.83% from 255 or 22.30% from 269); Blue value is 34 (13.67% from 255 or 12.64% from 269); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3C22 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF3C22 is #50C3DD. Grayscale: #5B5B5B. Windows color (decimal): -5293022 or 2243759. OLE color: 2243759.
HSL color Cylindrical-coordinate representation of color #AF3C22: hue angle of 11.06º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AF3C22 is Cyan = 0, Magento = 0.66, Yellow = 0.81 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 60 | 34 | - |
| CMYK | 0 | 0.66 | 0.81 | 0.31 |
| HSL | 11.06º | 0.67% | 0.41% | - |
| HSV(B) | 11.06º | 0.81% | 0.69% | - |
| XYZ | 19.58 | 12.46 | 2.89 | - |
| YUV | 91.42 | 95.6 | 187.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 60 | 34 | 0 | 0.66 | 0.81 | 0.31 | 11.06 | 0.67 | 0.41 |
| Hex | AF | 3C | 22 | 0 | 42 | 51 | 1F | B | 43 | 29 |
| Octal | 257 | 74 | 42 | 0 | 102 | 121 | 37 | 13 | 103 | 51 |
| Binary | 10101111 | 111100 | 100010 | 0 | 1000010 | 1010001 | 11111 | 1011 | 1000011 | 101001 |
Color Harmonies of #AF3C22
Complementary color
Monochromatic Colors of #AF3C22
Black with #AF3C22
Text Example
Text Example
White with #AF3C22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3C22; }
p { color: rgb(175,60,34); }
H1.HeaderClassName
{
color: #AF3C22;
}
.AnyTagClassName
{
color: #AF3C22;
}
</style>
background-color css
<style>
a { background-color: #AF3C22; }
a { background-color: rgb(175,60,34); }
div.DivClassName
{
background-color: #AF3C22;
}
.BgClassName
{
background-color: #AF3C22;
}
</style>
border-color css
<style>
span { border-color: #AF3C22; }
span { border-color: rgb(175,60,34); }
td.TdClassName
{
border-color: #AF3C22;
}
.TagClassName
{
border-color: #AF3C22;
}
</style>