Shades of Well Read #A23B3F
Tints of Well Read #A23B3F
RGB
CMYK
RGB Variations
Color information
#A23B3F (or 0xA23B3F) is known color: Well Read. HEX triplet: A2, 3B and 3F. RGB value is (162,59,63). Sum of RGB (Red+Green+Blue) = 162+59+63=284 (37% of max value = 765). Red value is 162 (63.67% from 255 or 57.04% from 284); Green value is 59 (23.44% from 255 or 20.77% from 284); Blue value is 63 (25% from 255 or 22.18% from 284); Max value from RGB is 162 - color contains mainly: red. Hex color #A23B3F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A23B3F is #5DC4C0. Grayscale: #5A5A5A. Windows color (decimal): -6145217 or 4144034. OLE color: 4144034.
HSL color Cylindrical-coordinate representation of color #A23B3F: hue angle of 357.67º 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 #A23B3F is Cyan = 0, Magento = 0.64, Yellow = 0.61 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 59 | 63 | - |
| CMYK | 0 | 0.64 | 0.61 | 0.36 |
| HSL | 357.67º | 0.47% | 0.43% | - |
| HSV(B) | 357.67º | 0.64% | 0.64% | - |
| XYZ | 17.36 | 11.17 | 5.94 | - |
| YUV | 90.25 | 112.62 | 179.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 59 | 63 | 0 | 0.64 | 0.61 | 0.36 | 357.67 | 0.47 | 0.43 |
| Hex | A2 | 3B | 3F | 0 | 40 | 3D | 24 | 166 | 2F | 2B |
| Octal | 242 | 73 | 77 | 0 | 100 | 75 | 44 | 546 | 57 | 53 |
| Binary | 10100010 | 111011 | 111111 | 0 | 1000000 | 111101 | 100100 | 101100110 | 101111 | 101011 |
Color Harmonies of #A23B3F
Complementary color
Monochromatic Colors of #A23B3F
Black with #A23B3F
Text Example
Text Example
White with #A23B3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A23B3F; }
p { color: rgb(162,59,63); }
H1.HeaderClassName
{
color: #A23B3F;
}
.AnyTagClassName
{
color: #A23B3F;
}
</style>
background-color css
<style>
a { background-color: #A23B3F; }
a { background-color: rgb(162,59,63); }
div.DivClassName
{
background-color: #A23B3F;
}
.BgClassName
{
background-color: #A23B3F;
}
</style>
border-color css
<style>
span { border-color: #A23B3F; }
span { border-color: rgb(162,59,63); }
td.TdClassName
{
border-color: #A23B3F;
}
.TagClassName
{
border-color: #A23B3F;
}
</style>