Shades of Medium Carmine #A93833
Tints of Medium Carmine #A93833
RGB
CMYK
RGB Variations
Color information
#A93833 (or 0xA93833) is known color: Medium Carmine. HEX triplet: A9, 38 and 33. RGB value is (169,56,51). Sum of RGB (Red+Green+Blue) = 169+56+51=276 (36% of max value = 765). Red value is 169 (66.41% from 255 or 61.23% from 276); Green value is 56 (22.27% from 255 or 20.29% from 276); Blue value is 51 (20.31% from 255 or 18.48% from 276); Max value from RGB is 169 - color contains mainly: red. Hex color #A93833 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A93833 is #56C7CC. Grayscale: #595959. Windows color (decimal): -5687245 or 3356841. OLE color: 3356841.
HSL color Cylindrical-coordinate representation of color #A93833: hue angle of 2.54º degrees, saturation: 0.54, 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 #A93833 is Cyan = 0, Magento = 0.67, Yellow = 0.70 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 56 | 51 | - |
| CMYK | 0 | 0.67 | 0.70 | 0.34 |
| HSL | 2.54º | 0.54% | 0.43% | - |
| HSV(B) | 2.54º | 0.7% | 0.66% | - |
| XYZ | 18.37 | 11.5 | 4.38 | - |
| YUV | 89.22 | 106.44 | 184.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 56 | 51 | 0 | 0.67 | 0.70 | 0.34 | 2.54 | 0.54 | 0.43 |
| Hex | A9 | 38 | 33 | 0 | 43 | 46 | 22 | 3 | 36 | 2B |
| Octal | 251 | 70 | 63 | 0 | 103 | 106 | 42 | 3 | 66 | 53 |
| Binary | 10101001 | 111000 | 110011 | 0 | 1000011 | 1000110 | 100010 | 11 | 110110 | 101011 |
Color Harmonies of #A93833
Complementary color
Monochromatic Colors of #A93833
Black with #A93833
Text Example
Text Example
White with #A93833
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A93833; }
p { color: rgb(169,56,51); }
H1.HeaderClassName
{
color: #A93833;
}
.AnyTagClassName
{
color: #A93833;
}
</style>
background-color css
<style>
a { background-color: #A93833; }
a { background-color: rgb(169,56,51); }
div.DivClassName
{
background-color: #A93833;
}
.BgClassName
{
background-color: #A93833;
}
</style>
border-color css
<style>
span { border-color: #A93833; }
span { border-color: rgb(169,56,51); }
td.TdClassName
{
border-color: #A93833;
}
.TagClassName
{
border-color: #A93833;
}
</style>