Shades of Well Read #A03940
Tints of Well Read #A03940
RGB
CMYK
RGB Variations
Color information
#A03940 (or 0xA03940) is known color: Well Read. HEX triplet: A0, 39 and 40. RGB value is (160,57,64). Sum of RGB (Red+Green+Blue) = 160+57+64=281 (37% of max value = 765). Red value is 160 (62.89% from 255 or 56.94% from 281); Green value is 57 (22.66% from 255 or 20.28% from 281); Blue value is 64 (25.39% from 255 or 22.78% from 281); Max value from RGB is 160 - color contains mainly: red. Hex color #A03940 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A03940 is #5FC6BF. Grayscale: #585858. Windows color (decimal): -6276800 or 4209056. OLE color: 4209056.
HSL color Cylindrical-coordinate representation of color #A03940: hue angle of 355.92º degrees, saturation: 0.47, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A03940 is Cyan = 0, Magento = 0.64, Yellow = 0.6 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 57 | 64 | - |
| CMYK | 0 | 0.64 | 0.6 | 0.37 |
| HSL | 355.92º | 0.47% | 0.43% | - |
| HSV(B) | 355.92º | 0.64% | 0.63% | - |
| XYZ | 16.89 | 10.77 | 6.04 | - |
| YUV | 88.6 | 114.12 | 178.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 57 | 64 | 0 | 0.64 | 0.6 | 0.37 | 355.92 | 0.47 | 0.43 |
| Hex | A0 | 39 | 40 | 0 | 40 | 3C | 25 | 164 | 2F | 2B |
| Octal | 240 | 71 | 100 | 0 | 100 | 74 | 45 | 544 | 57 | 53 |
| Binary | 10100000 | 111001 | 1000000 | 0 | 1000000 | 111100 | 100101 | 101100100 | 101111 | 101011 |
Color Harmonies of #A03940
Complementary color
Monochromatic Colors of #A03940
Black with #A03940
Text Example
Text Example
White with #A03940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03940; }
p { color: rgb(160,57,64); }
H1.HeaderClassName
{
color: #A03940;
}
.AnyTagClassName
{
color: #A03940;
}
</style>
background-color css
<style>
a { background-color: #A03940; }
a { background-color: rgb(160,57,64); }
div.DivClassName
{
background-color: #A03940;
}
.BgClassName
{
background-color: #A03940;
}
</style>
border-color css
<style>
span { border-color: #A03940; }
span { border-color: rgb(160,57,64); }
td.TdClassName
{
border-color: #A03940;
}
.TagClassName
{
border-color: #A03940;
}
</style>