Shades of Well Read #A43E40
Tints of Well Read #A43E40
RGB
CMYK
RGB Variations
Color information
#A43E40 (or 0xA43E40) is known color: Well Read. HEX triplet: A4, 3E and 40. RGB value is (164,62,64). Sum of RGB (Red+Green+Blue) = 164+62+64=290 (38% of max value = 765). Red value is 164 (64.45% from 255 or 56.55% from 290); Green value is 62 (24.61% from 255 or 21.38% from 290); Blue value is 64 (25.39% from 255 or 22.07% from 290); Max value from RGB is 164 - color contains mainly: red. Hex color #A43E40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A43E40 is #5BC1BF. Grayscale: #5C5C5C. Windows color (decimal): -6013376 or 4210340. OLE color: 4210340.
HSL color Cylindrical-coordinate representation of color #A43E40: hue angle of 358.82º degrees, saturation: 0.45, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A43E40 is Cyan = 0, Magento = 0.62, Yellow = 0.61 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 62 | 64 | - |
| CMYK | 0 | 0.62 | 0.61 | 0.36 |
| HSL | 358.82º | 0.45% | 0.44% | - |
| HSV(B) | 358.82º | 0.62% | 0.64% | - |
| XYZ | 17.96 | 11.71 | 6.16 | - |
| YUV | 92.73 | 111.79 | 178.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 62 | 64 | 0 | 0.62 | 0.61 | 0.36 | 358.82 | 0.45 | 0.44 |
| Hex | A4 | 3E | 40 | 0 | 3E | 3D | 24 | 167 | 2D | 2C |
| Octal | 244 | 76 | 100 | 0 | 76 | 75 | 44 | 547 | 55 | 54 |
| Binary | 10100100 | 111110 | 1000000 | 0 | 111110 | 111101 | 100100 | 101100111 | 101101 | 101100 |
Color Harmonies of #A43E40
Complementary color
Monochromatic Colors of #A43E40
Black with #A43E40
Text Example
Text Example
White with #A43E40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A43E40; }
p { color: rgb(164,62,64); }
H1.HeaderClassName
{
color: #A43E40;
}
.AnyTagClassName
{
color: #A43E40;
}
</style>
background-color css
<style>
a { background-color: #A43E40; }
a { background-color: rgb(164,62,64); }
div.DivClassName
{
background-color: #A43E40;
}
.BgClassName
{
background-color: #A43E40;
}
</style>
border-color css
<style>
span { border-color: #A43E40; }
span { border-color: rgb(164,62,64); }
td.TdClassName
{
border-color: #A43E40;
}
.TagClassName
{
border-color: #A43E40;
}
</style>