Shades of Medium Carmine #AF3A3A
Tints of Medium Carmine #AF3A3A
RGB
CMYK
RGB Variations
Color information
#AF3A3A (or 0xAF3A3A) is known color: Medium Carmine. HEX triplet: AF, 3A and 3A. RGB value is (175,58,58). Sum of RGB (Red+Green+Blue) = 175+58+58=291 (38% of max value = 765). Red value is 175 (68.75% from 255 or 60.14% from 291); Green value is 58 (23.05% from 255 or 19.93% from 291); Blue value is 58 (23.05% from 255 or 19.93% from 291); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3A3A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF3A3A is #50C5C5. Grayscale: #5D5D5D. Windows color (decimal): -5293510 or 3816111. OLE color: 3816111.
HSL color Cylindrical-coordinate representation of color #AF3A3A: hue angle of 0º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AF3A3A is Cyan = 0, Magento = 0.67, Yellow = 0.67 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 58 | 58 | - |
| CMYK | 0 | 0.67 | 0.67 | 0.31 |
| HSL | 0º | 0.5% | 0.46% | - |
| HSV(B) | 0º | 0.67% | 0.69% | - |
| XYZ | 19.96 | 12.45 | 5.35 | - |
| YUV | 92.98 | 108.26 | 186.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 58 | 58 | 0 | 0.67 | 0.67 | 0.31 | 0 | 0.5 | 0.46 |
| Hex | AF | 3A | 3A | 0 | 43 | 43 | 1F | 0 | 32 | 2E |
| Octal | 257 | 72 | 72 | 0 | 103 | 103 | 37 | 0 | 62 | 56 |
| Binary | 10101111 | 111010 | 111010 | 0 | 1000011 | 1000011 | 11111 | 0 | 110010 | 101110 |
Color Harmonies of #AF3A3A
Complementary color
Monochromatic Colors of #AF3A3A
Black with #AF3A3A
Text Example
Text Example
White with #AF3A3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3A3A; }
p { color: rgb(175,58,58); }
H1.HeaderClassName
{
color: #AF3A3A;
}
.AnyTagClassName
{
color: #AF3A3A;
}
</style>
background-color css
<style>
a { background-color: #AF3A3A; }
a { background-color: rgb(175,58,58); }
div.DivClassName
{
background-color: #AF3A3A;
}
.BgClassName
{
background-color: #AF3A3A;
}
</style>
border-color css
<style>
span { border-color: #AF3A3A; }
span { border-color: rgb(175,58,58); }
td.TdClassName
{
border-color: #AF3A3A;
}
.TagClassName
{
border-color: #AF3A3A;
}
</style>