Shades of Medium Carmine #A74334
Tints of Medium Carmine #A74334
RGB
CMYK
RGB Variations
Color information
#A74334 (or 0xA74334) is known color: Medium Carmine. HEX triplet: A7, 43 and 34. RGB value is (167,67,52). Sum of RGB (Red+Green+Blue) = 167+67+52=286 (37% of max value = 765). Red value is 167 (65.62% from 255 or 58.39% from 286); Green value is 67 (26.56% from 255 or 23.43% from 286); Blue value is 52 (20.70% from 255 or 18.18% from 286); Max value from RGB is 167 - color contains mainly: red. Hex color #A74334 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A74334 is #58BCCB. Grayscale: #5F5F5F. Windows color (decimal): -5815500 or 3425191. OLE color: 3425191.
HSL color Cylindrical-coordinate representation of color #A74334: hue angle of 7.83º degrees, saturation: 0.53, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A74334 is Cyan = 0, Magento = 0.60, Yellow = 0.69 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 67 | 52 | - |
| CMYK | 0 | 0.60 | 0.69 | 0.35 |
| HSL | 7.83º | 0.53% | 0.43% | - |
| HSV(B) | 7.83º | 0.69% | 0.65% | - |
| XYZ | 18.56 | 12.48 | 4.68 | - |
| YUV | 95.19 | 103.63 | 179.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 67 | 52 | 0 | 0.60 | 0.69 | 0.35 | 7.83 | 0.53 | 0.43 |
| Hex | A7 | 43 | 34 | 0 | 3C | 45 | 23 | 8 | 35 | 2B |
| Octal | 247 | 103 | 64 | 0 | 74 | 105 | 43 | 10 | 65 | 53 |
| Binary | 10100111 | 1000011 | 110100 | 0 | 111100 | 1000101 | 100011 | 1000 | 110101 | 101011 |
Color Harmonies of #A74334
Complementary color
Monochromatic Colors of #A74334
Black with #A74334
Text Example
Text Example
White with #A74334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A74334; }
p { color: rgb(167,67,52); }
H1.HeaderClassName
{
color: #A74334;
}
.AnyTagClassName
{
color: #A74334;
}
</style>
background-color css
<style>
a { background-color: #A74334; }
a { background-color: rgb(167,67,52); }
div.DivClassName
{
background-color: #A74334;
}
.BgClassName
{
background-color: #A74334;
}
</style>
border-color css
<style>
span { border-color: #A74334; }
span { border-color: rgb(167,67,52); }
td.TdClassName
{
border-color: #A74334;
}
.TagClassName
{
border-color: #A74334;
}
</style>