Shades of Medium Carmine #A83833
Tints of Medium Carmine #A83833
RGB
CMYK
RGB Variations
Color information
#A83833 (or 0xA83833) is known color: Medium Carmine. HEX triplet: A8, 38 and 33. RGB value is (168,56,51). Sum of RGB (Red+Green+Blue) = 168+56+51=275 (36% of max value = 765). Red value is 168 (66.02% from 255 or 61.09% from 275); Green value is 56 (22.27% from 255 or 20.36% from 275); Blue value is 51 (20.31% from 255 or 18.55% from 275); Max value from RGB is 168 - color contains mainly: red. Hex color #A83833 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A83833 is #57C7CC. Grayscale: #595959. Windows color (decimal): -5752781 or 3356840. OLE color: 3356840.
HSL color Cylindrical-coordinate representation of color #A83833: hue angle of 2.56º degrees, saturation: 0.53, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A83833 is Cyan = 0, Magento = 0.67, Yellow = 0.70 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 56 | 51 | - |
| CMYK | 0 | 0.67 | 0.70 | 0.34 |
| HSL | 2.56º | 0.53% | 0.43% | - |
| HSV(B) | 2.56º | 0.7% | 0.66% | - |
| XYZ | 18.16 | 11.39 | 4.37 | - |
| YUV | 88.92 | 106.61 | 184.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 56 | 51 | 0 | 0.67 | 0.70 | 0.34 | 2.56 | 0.53 | 0.43 |
| Hex | A8 | 38 | 33 | 0 | 43 | 46 | 22 | 3 | 35 | 2B |
| Octal | 250 | 70 | 63 | 0 | 103 | 106 | 42 | 3 | 65 | 53 |
| Binary | 10101000 | 111000 | 110011 | 0 | 1000011 | 1000110 | 100010 | 11 | 110101 | 101011 |
Color Harmonies of #A83833
Complementary color
Monochromatic Colors of #A83833
Black with #A83833
Text Example
Text Example
White with #A83833
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A83833; }
p { color: rgb(168,56,51); }
H1.HeaderClassName
{
color: #A83833;
}
.AnyTagClassName
{
color: #A83833;
}
</style>
background-color css
<style>
a { background-color: #A83833; }
a { background-color: rgb(168,56,51); }
div.DivClassName
{
background-color: #A83833;
}
.BgClassName
{
background-color: #A83833;
}
</style>
border-color css
<style>
span { border-color: #A83833; }
span { border-color: rgb(168,56,51); }
td.TdClassName
{
border-color: #A83833;
}
.TagClassName
{
border-color: #A83833;
}
</style>