Shades of Well Read #A33C40
Tints of Well Read #A33C40
RGB
CMYK
RGB Variations
Color information
#A33C40 (or 0xA33C40) is known color: Well Read. HEX triplet: A3, 3C and 40. RGB value is (163,60,64). Sum of RGB (Red+Green+Blue) = 163+60+64=287 (38% of max value = 765). Red value is 163 (64.06% from 255 or 56.79% from 287); Green value is 60 (23.83% from 255 or 20.91% from 287); Blue value is 64 (25.39% from 255 or 22.30% from 287); Max value from RGB is 163 - color contains mainly: red. Hex color #A33C40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A33C40 is #5CC3BF. Grayscale: #5B5B5B. Windows color (decimal): -6079424 or 4209827. OLE color: 4209827.
HSL color Cylindrical-coordinate representation of color #A33C40: hue angle of 357.67º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A33C40 is Cyan = 0, Magento = 0.63, Yellow = 0.61 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 60 | 64 | - |
| CMYK | 0 | 0.63 | 0.61 | 0.36 |
| HSL | 357.67º | 0.46% | 0.44% | - |
| HSV(B) | 357.67º | 0.63% | 0.64% | - |
| XYZ | 17.65 | 11.39 | 6.12 | - |
| YUV | 91.25 | 112.62 | 179.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 60 | 64 | 0 | 0.63 | 0.61 | 0.36 | 357.67 | 0.46 | 0.44 |
| Hex | A3 | 3C | 40 | 0 | 3F | 3D | 24 | 166 | 2E | 2C |
| Octal | 243 | 74 | 100 | 0 | 77 | 75 | 44 | 546 | 56 | 54 |
| Binary | 10100011 | 111100 | 1000000 | 0 | 111111 | 111101 | 100100 | 101100110 | 101110 | 101100 |
Color Harmonies of #A33C40
Complementary color
Monochromatic Colors of #A33C40
Black with #A33C40
Text Example
Text Example
White with #A33C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A33C40; }
p { color: rgb(163,60,64); }
H1.HeaderClassName
{
color: #A33C40;
}
.AnyTagClassName
{
color: #A33C40;
}
</style>
background-color css
<style>
a { background-color: #A33C40; }
a { background-color: rgb(163,60,64); }
div.DivClassName
{
background-color: #A33C40;
}
.BgClassName
{
background-color: #A33C40;
}
</style>
border-color css
<style>
span { border-color: #A33C40; }
span { border-color: rgb(163,60,64); }
td.TdClassName
{
border-color: #A33C40;
}
.TagClassName
{
border-color: #A33C40;
}
</style>