Shades of Well Read #A23B40
Tints of Well Read #A23B40
RGB
CMYK
RGB Variations
Color information
#A23B40 (or 0xA23B40) is known color: Well Read. HEX triplet: A2, 3B and 40. RGB value is (162,59,64). Sum of RGB (Red+Green+Blue) = 162+59+64=285 (37% of max value = 765). Red value is 162 (63.67% from 255 or 56.84% from 285); Green value is 59 (23.44% from 255 or 20.70% from 285); Blue value is 64 (25.39% from 255 or 22.46% from 285); Max value from RGB is 162 - color contains mainly: red. Hex color #A23B40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A23B40 is #5DC4BF. Grayscale: #5A5A5A. Windows color (decimal): -6145216 or 4209570. OLE color: 4209570.
HSL color Cylindrical-coordinate representation of color #A23B40: hue angle of 357.09º 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 #A23B40 is Cyan = 0, Magento = 0.64, Yellow = 0.60 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 59 | 64 | - |
| CMYK | 0 | 0.64 | 0.60 | 0.36 |
| HSL | 357.09º | 0.47% | 0.43% | - |
| HSV(B) | 357.09º | 0.64% | 0.64% | - |
| XYZ | 17.39 | 11.18 | 6.09 | - |
| YUV | 90.37 | 113.12 | 179.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 59 | 64 | 0 | 0.64 | 0.60 | 0.36 | 357.09 | 0.47 | 0.43 |
| Hex | A2 | 3B | 40 | 0 | 40 | 3C | 24 | 165 | 2F | 2B |
| Octal | 242 | 73 | 100 | 0 | 100 | 74 | 44 | 545 | 57 | 53 |
| Binary | 10100010 | 111011 | 1000000 | 0 | 1000000 | 111100 | 100100 | 101100101 | 101111 | 101011 |
Color Harmonies of #A23B40
Complementary color
Monochromatic Colors of #A23B40
Black with #A23B40
Text Example
Text Example
White with #A23B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A23B40; }
p { color: rgb(162,59,64); }
H1.HeaderClassName
{
color: #A23B40;
}
.AnyTagClassName
{
color: #A23B40;
}
</style>
background-color css
<style>
a { background-color: #A23B40; }
a { background-color: rgb(162,59,64); }
div.DivClassName
{
background-color: #A23B40;
}
.BgClassName
{
background-color: #A23B40;
}
</style>
border-color css
<style>
span { border-color: #A23B40; }
span { border-color: rgb(162,59,64); }
td.TdClassName
{
border-color: #A23B40;
}
.TagClassName
{
border-color: #A23B40;
}
</style>