Shades of Medium Carmine #AF3F3B
Tints of Medium Carmine #AF3F3B
RGB
CMYK
RGB Variations
Color information
#AF3F3B (or 0xAF3F3B) is known color: Medium Carmine. HEX triplet: AF, 3F and 3B. RGB value is (175,63,59). Sum of RGB (Red+Green+Blue) = 175+63+59=297 (39% of max value = 765). Red value is 175 (68.75% from 255 or 58.92% from 297); Green value is 63 (25% from 255 or 21.21% from 297); Blue value is 59 (23.44% from 255 or 19.87% from 297); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3F3B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF3F3B is #50C0C4. Grayscale: #606060. Windows color (decimal): -5292229 or 3882927. OLE color: 3882927.
HSL color Cylindrical-coordinate representation of color #AF3F3B: hue angle of 2.07º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AF3F3B is Cyan = 0, Magento = 0.64, Yellow = 0.66 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 63 | 59 | - |
| CMYK | 0 | 0.64 | 0.66 | 0.31 |
| HSL | 2.07º | 0.5% | 0.46% | - |
| HSV(B) | 2.07º | 0.66% | 0.69% | - |
| XYZ | 20.25 | 12.98 | 5.58 | - |
| YUV | 96.03 | 107.11 | 184.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 63 | 59 | 0 | 0.64 | 0.66 | 0.31 | 2.07 | 0.5 | 0.46 |
| Hex | AF | 3F | 3B | 0 | 40 | 42 | 1F | 2 | 32 | 2E |
| Octal | 257 | 77 | 73 | 0 | 100 | 102 | 37 | 2 | 62 | 56 |
| Binary | 10101111 | 111111 | 111011 | 0 | 1000000 | 1000010 | 11111 | 10 | 110010 | 101110 |
Color Harmonies of #AF3F3B
Complementary color
Monochromatic Colors of #AF3F3B
Black with #AF3F3B
Text Example
Text Example
White with #AF3F3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3F3B; }
p { color: rgb(175,63,59); }
H1.HeaderClassName
{
color: #AF3F3B;
}
.AnyTagClassName
{
color: #AF3F3B;
}
</style>
background-color css
<style>
a { background-color: #AF3F3B; }
a { background-color: rgb(175,63,59); }
div.DivClassName
{
background-color: #AF3F3B;
}
.BgClassName
{
background-color: #AF3F3B;
}
</style>
border-color css
<style>
span { border-color: #AF3F3B; }
span { border-color: rgb(175,63,59); }
td.TdClassName
{
border-color: #AF3F3B;
}
.TagClassName
{
border-color: #AF3F3B;
}
</style>