Shades of Medium Carmine #AF3A34
Tints of Medium Carmine #AF3A34
RGB
CMYK
RGB Variations
Color information
#AF3A34 (or 0xAF3A34) is known color: Medium Carmine. HEX triplet: AF, 3A and 34. RGB value is (175,58,52). Sum of RGB (Red+Green+Blue) = 175+58+52=285 (37% of max value = 765). Red value is 175 (68.75% from 255 or 61.40% from 285); Green value is 58 (23.05% from 255 or 20.35% from 285); Blue value is 52 (20.70% from 255 or 18.25% from 285); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3A34 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF3A34 is #50C5CB. Grayscale: #5C5C5C. Windows color (decimal): -5293516 or 3422895. OLE color: 3422895.
HSL color Cylindrical-coordinate representation of color #AF3A34: hue angle of 2.93º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AF3A34 is Cyan = 0, Magento = 0.67, Yellow = 0.70 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 58 | 52 | - |
| CMYK | 0 | 0.67 | 0.70 | 0.31 |
| HSL | 2.93º | 0.54% | 0.45% | - |
| HSV(B) | 2.93º | 0.7% | 0.69% | - |
| XYZ | 19.81 | 12.39 | 4.6 | - |
| YUV | 92.3 | 105.26 | 186.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 58 | 52 | 0 | 0.67 | 0.70 | 0.31 | 2.93 | 0.54 | 0.45 |
| Hex | AF | 3A | 34 | 0 | 43 | 46 | 1F | 3 | 36 | 2D |
| Octal | 257 | 72 | 64 | 0 | 103 | 106 | 37 | 3 | 66 | 55 |
| Binary | 10101111 | 111010 | 110100 | 0 | 1000011 | 1000110 | 11111 | 11 | 110110 | 101101 |
Color Harmonies of #AF3A34
Complementary color
Monochromatic Colors of #AF3A34
Black with #AF3A34
Text Example
Text Example
White with #AF3A34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3A34; }
p { color: rgb(175,58,52); }
H1.HeaderClassName
{
color: #AF3A34;
}
.AnyTagClassName
{
color: #AF3A34;
}
</style>
background-color css
<style>
a { background-color: #AF3A34; }
a { background-color: rgb(175,58,52); }
div.DivClassName
{
background-color: #AF3A34;
}
.BgClassName
{
background-color: #AF3A34;
}
</style>
border-color css
<style>
span { border-color: #AF3A34; }
span { border-color: rgb(175,58,52); }
td.TdClassName
{
border-color: #AF3A34;
}
.TagClassName
{
border-color: #AF3A34;
}
</style>