Shades of Medium Carmine #A83A38
Tints of Medium Carmine #A83A38
RGB
CMYK
RGB Variations
Color information
#A83A38 (or 0xA83A38) is known color: Medium Carmine. HEX triplet: A8, 3A and 38. RGB value is (168,58,56). Sum of RGB (Red+Green+Blue) = 168+58+56=282 (37% of max value = 765). Red value is 168 (66.02% from 255 or 59.57% from 282); Green value is 58 (23.05% from 255 or 20.57% from 282); Blue value is 56 (22.27% from 255 or 19.86% from 282); Max value from RGB is 168 - color contains mainly: red. Hex color #A83A38 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A83A38 is #57C5C7. Grayscale: #5A5A5A. Windows color (decimal): -5752264 or 3685032. OLE color: 3685032.
HSL color Cylindrical-coordinate representation of color #A83A38: hue angle of 1.07º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A83A38 is Cyan = 0, Magento = 0.65, Yellow = 0.67 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 58 | 56 | - |
| CMYK | 0 | 0.65 | 0.67 | 0.34 |
| HSL | 1.07º | 0.5% | 0.44% | - |
| HSV(B) | 1.07º | 0.67% | 0.66% | - |
| XYZ | 18.38 | 11.64 | 5.02 | - |
| YUV | 90.66 | 108.44 | 183.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 58 | 56 | 0 | 0.65 | 0.67 | 0.34 | 1.07 | 0.5 | 0.44 |
| Hex | A8 | 3A | 38 | 0 | 41 | 43 | 22 | 1 | 32 | 2C |
| Octal | 250 | 72 | 70 | 0 | 101 | 103 | 42 | 1 | 62 | 54 |
| Binary | 10101000 | 111010 | 111000 | 0 | 1000001 | 1000011 | 100010 | 1 | 110010 | 101100 |
Color Harmonies of #A83A38
Complementary color
Monochromatic Colors of #A83A38
Black with #A83A38
Text Example
Text Example
White with #A83A38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A83A38; }
p { color: rgb(168,58,56); }
H1.HeaderClassName
{
color: #A83A38;
}
.AnyTagClassName
{
color: #A83A38;
}
</style>
background-color css
<style>
a { background-color: #A83A38; }
a { background-color: rgb(168,58,56); }
div.DivClassName
{
background-color: #A83A38;
}
.BgClassName
{
background-color: #A83A38;
}
</style>
border-color css
<style>
span { border-color: #A83A38; }
span { border-color: rgb(168,58,56); }
td.TdClassName
{
border-color: #A83A38;
}
.TagClassName
{
border-color: #A83A38;
}
</style>