Shades of Medium Carmine #A83F35
Tints of Medium Carmine #A83F35
RGB
CMYK
RGB Variations
Color information
#A83F35 (or 0xA83F35) is known color: Medium Carmine. HEX triplet: A8, 3F and 35. RGB value is (168,63,53). Sum of RGB (Red+Green+Blue) = 168+63+53=284 (37% of max value = 765). Red value is 168 (66.02% from 255 or 59.15% from 284); Green value is 63 (25% from 255 or 22.18% from 284); Blue value is 53 (21.09% from 255 or 18.66% from 284); Max value from RGB is 168 - color contains mainly: red. Hex color #A83F35 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A83F35 is #57C0CA. Grayscale: #5D5D5D. Windows color (decimal): -5750987 or 3489704. OLE color: 3489704.
HSL color Cylindrical-coordinate representation of color #A83F35: hue angle of 5.22º degrees, saturation: 0.52, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A83F35 is Cyan = 0, Magento = 0.63, Yellow = 0.68 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 63 | 53 | - |
| CMYK | 0 | 0.63 | 0.68 | 0.34 |
| HSL | 5.22º | 0.52% | 0.43% | - |
| HSV(B) | 5.22º | 0.68% | 0.66% | - |
| XYZ | 18.57 | 12.14 | 4.73 | - |
| YUV | 93.26 | 105.29 | 181.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 63 | 53 | 0 | 0.63 | 0.68 | 0.34 | 5.22 | 0.52 | 0.43 |
| Hex | A8 | 3F | 35 | 0 | 3F | 44 | 22 | 5 | 34 | 2B |
| Octal | 250 | 77 | 65 | 0 | 77 | 104 | 42 | 5 | 64 | 53 |
| Binary | 10101000 | 111111 | 110101 | 0 | 111111 | 1000100 | 100010 | 101 | 110100 | 101011 |
Color Harmonies of #A83F35
Complementary color
Monochromatic Colors of #A83F35
Black with #A83F35
Text Example
Text Example
White with #A83F35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A83F35; }
p { color: rgb(168,63,53); }
H1.HeaderClassName
{
color: #A83F35;
}
.AnyTagClassName
{
color: #A83F35;
}
</style>
background-color css
<style>
a { background-color: #A83F35; }
a { background-color: rgb(168,63,53); }
div.DivClassName
{
background-color: #A83F35;
}
.BgClassName
{
background-color: #A83F35;
}
</style>
border-color css
<style>
span { border-color: #A83F35; }
span { border-color: rgb(168,63,53); }
td.TdClassName
{
border-color: #A83F35;
}
.TagClassName
{
border-color: #A83F35;
}
</style>