Shades of Well Read #A33B3E
Tints of Well Read #A33B3E
RGB
CMYK
RGB Variations
Color information
#A33B3E (or 0xA33B3E) is known color: Well Read. HEX triplet: A3, 3B and 3E. RGB value is (163,59,62). Sum of RGB (Red+Green+Blue) = 163+59+62=284 (37% of max value = 765). Red value is 163 (64.06% from 255 or 57.39% from 284); Green value is 59 (23.44% from 255 or 20.77% from 284); Blue value is 62 (24.61% from 255 or 21.83% from 284); Max value from RGB is 163 - color contains mainly: red. Hex color #A33B3E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A33B3E is #5CC4C1. Grayscale: #5A5A5A. Windows color (decimal): -6079682 or 4078499. OLE color: 4078499.
HSL color Cylindrical-coordinate representation of color #A33B3E: hue angle of 358.27º degrees, saturation: 0.47, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A33B3E is Cyan = 0, Magento = 0.64, Yellow = 0.62 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 59 | 62 | - |
| CMYK | 0 | 0.64 | 0.62 | 0.36 |
| HSL | 358.27º | 0.47% | 0.44% | - |
| HSV(B) | 358.27º | 0.64% | 0.64% | - |
| XYZ | 17.54 | 11.26 | 5.81 | - |
| YUV | 90.44 | 111.96 | 179.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 59 | 62 | 0 | 0.64 | 0.62 | 0.36 | 358.27 | 0.47 | 0.44 |
| Hex | A3 | 3B | 3E | 0 | 40 | 3E | 24 | 166 | 2F | 2C |
| Octal | 243 | 73 | 76 | 0 | 100 | 76 | 44 | 546 | 57 | 54 |
| Binary | 10100011 | 111011 | 111110 | 0 | 1000000 | 111110 | 100100 | 101100110 | 101111 | 101100 |
Color Harmonies of #A33B3E
Complementary color
Monochromatic Colors of #A33B3E
Black with #A33B3E
Text Example
Text Example
White with #A33B3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A33B3E; }
p { color: rgb(163,59,62); }
H1.HeaderClassName
{
color: #A33B3E;
}
.AnyTagClassName
{
color: #A33B3E;
}
</style>
background-color css
<style>
a { background-color: #A33B3E; }
a { background-color: rgb(163,59,62); }
div.DivClassName
{
background-color: #A33B3E;
}
.BgClassName
{
background-color: #A33B3E;
}
</style>
border-color css
<style>
span { border-color: #A33B3E; }
span { border-color: rgb(163,59,62); }
td.TdClassName
{
border-color: #A33B3E;
}
.TagClassName
{
border-color: #A33B3E;
}
</style>