Shades of Medium Carmine #AF3E33
Tints of Medium Carmine #AF3E33
RGB
CMYK
RGB Variations
Color information
#AF3E33 (or 0xAF3E33) is known color: Medium Carmine. HEX triplet: AF, 3E and 33. RGB value is (175,62,51). Sum of RGB (Red+Green+Blue) = 175+62+51=288 (38% of max value = 765). Red value is 175 (68.75% from 255 or 60.76% from 288); Green value is 62 (24.61% from 255 or 21.53% from 288); Blue value is 51 (20.31% from 255 or 17.71% from 288); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3E33 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF3E33 is #50C1CC. Grayscale: #5E5E5E. Windows color (decimal): -5292493 or 3358383. OLE color: 3358383.
HSL color Cylindrical-coordinate representation of color #AF3E33: hue angle of 5.32º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AF3E33 is Cyan = 0, Magento = 0.65, Yellow = 0.71 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 62 | 51 | - |
| CMYK | 0 | 0.65 | 0.71 | 0.31 |
| HSL | 5.32º | 0.55% | 0.44% | - |
| HSV(B) | 5.32º | 0.71% | 0.69% | - |
| XYZ | 20 | 12.8 | 4.55 | - |
| YUV | 94.53 | 103.44 | 185.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 62 | 51 | 0 | 0.65 | 0.71 | 0.31 | 5.32 | 0.55 | 0.44 |
| Hex | AF | 3E | 33 | 0 | 41 | 47 | 1F | 5 | 37 | 2C |
| Octal | 257 | 76 | 63 | 0 | 101 | 107 | 37 | 5 | 67 | 54 |
| Binary | 10101111 | 111110 | 110011 | 0 | 1000001 | 1000111 | 11111 | 101 | 110111 | 101100 |
Color Harmonies of #AF3E33
Complementary color
Monochromatic Colors of #AF3E33
Black with #AF3E33
Text Example
Text Example
White with #AF3E33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3E33; }
p { color: rgb(175,62,51); }
H1.HeaderClassName
{
color: #AF3E33;
}
.AnyTagClassName
{
color: #AF3E33;
}
</style>
background-color css
<style>
a { background-color: #AF3E33; }
a { background-color: rgb(175,62,51); }
div.DivClassName
{
background-color: #AF3E33;
}
.BgClassName
{
background-color: #AF3E33;
}
</style>
border-color css
<style>
span { border-color: #AF3E33; }
span { border-color: rgb(175,62,51); }
td.TdClassName
{
border-color: #AF3E33;
}
.TagClassName
{
border-color: #AF3E33;
}
</style>