Shades of Well Read #A23A3E
Tints of Well Read #A23A3E
RGB
CMYK
RGB Variations
Color information
#A23A3E (or 0xA23A3E) is known color: Well Read. HEX triplet: A2, 3A and 3E. RGB value is (162,58,62). Sum of RGB (Red+Green+Blue) = 162+58+62=282 (37% of max value = 765). Red value is 162 (63.67% from 255 or 57.45% from 282); Green value is 58 (23.05% from 255 or 20.57% from 282); Blue value is 62 (24.61% from 255 or 21.99% from 282); Max value from RGB is 162 - color contains mainly: red. Hex color #A23A3E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A23A3E is #5DC5C1. Grayscale: #595959. Windows color (decimal): -6145474 or 4078242. OLE color: 4078242.
HSL color Cylindrical-coordinate representation of color #A23A3E: hue angle of 357.69º degrees, saturation: 0.47, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A23A3E is Cyan = 0, Magento = 0.64, Yellow = 0.62 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 58 | 62 | - |
| CMYK | 0 | 0.64 | 0.62 | 0.36 |
| HSL | 357.69º | 0.47% | 0.43% | - |
| HSV(B) | 357.69º | 0.64% | 0.64% | - |
| XYZ | 17.28 | 11.06 | 5.78 | - |
| YUV | 89.55 | 112.46 | 179.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 58 | 62 | 0 | 0.64 | 0.62 | 0.36 | 357.69 | 0.47 | 0.43 |
| Hex | A2 | 3A | 3E | 0 | 40 | 3E | 24 | 166 | 2F | 2B |
| Octal | 242 | 72 | 76 | 0 | 100 | 76 | 44 | 546 | 57 | 53 |
| Binary | 10100010 | 111010 | 111110 | 0 | 1000000 | 111110 | 100100 | 101100110 | 101111 | 101011 |
Color Harmonies of #A23A3E
Complementary color
Monochromatic Colors of #A23A3E
Black with #A23A3E
Text Example
Text Example
White with #A23A3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A23A3E; }
p { color: rgb(162,58,62); }
H1.HeaderClassName
{
color: #A23A3E;
}
.AnyTagClassName
{
color: #A23A3E;
}
</style>
background-color css
<style>
a { background-color: #A23A3E; }
a { background-color: rgb(162,58,62); }
div.DivClassName
{
background-color: #A23A3E;
}
.BgClassName
{
background-color: #A23A3E;
}
</style>
border-color css
<style>
span { border-color: #A23A3E; }
span { border-color: rgb(162,58,62); }
td.TdClassName
{
border-color: #A23A3E;
}
.TagClassName
{
border-color: #A23A3E;
}
</style>