Shades of Well Read #A43D3E
Tints of Well Read #A43D3E
RGB
CMYK
RGB Variations
Color information
#A43D3E (or 0xA43D3E) is known color: Well Read. HEX triplet: A4, 3D and 3E. RGB value is (164,61,62). Sum of RGB (Red+Green+Blue) = 164+61+62=287 (38% of max value = 765). Red value is 164 (64.45% from 255 or 57.14% from 287); Green value is 61 (24.22% from 255 or 21.25% from 287); Blue value is 62 (24.61% from 255 or 21.60% from 287); Max value from RGB is 164 - color contains mainly: red. Hex color #A43D3E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A43D3E is #5BC2C1. Grayscale: #5C5C5C. Windows color (decimal): -6013634 or 4079012. OLE color: 4079012.
HSL color Cylindrical-coordinate representation of color #A43D3E: hue angle of 359.42º 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 #A43D3E is Cyan = 0, Magento = 0.63, Yellow = 0.62 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 61 | 62 | - |
| CMYK | 0 | 0.63 | 0.62 | 0.36 |
| HSL | 359.42º | 0.46% | 0.44% | - |
| HSV(B) | 359.42º | 0.63% | 0.64% | - |
| XYZ | 17.85 | 11.58 | 5.85 | - |
| YUV | 91.91 | 111.12 | 179.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 61 | 62 | 0 | 0.63 | 0.62 | 0.36 | 359.42 | 0.46 | 0.44 |
| Hex | A4 | 3D | 3E | 0 | 3F | 3E | 24 | 167 | 2E | 2C |
| Octal | 244 | 75 | 76 | 0 | 77 | 76 | 44 | 547 | 56 | 54 |
| Binary | 10100100 | 111101 | 111110 | 0 | 111111 | 111110 | 100100 | 101100111 | 101110 | 101100 |
Color Harmonies of #A43D3E
Complementary color
Monochromatic Colors of #A43D3E
Black with #A43D3E
Text Example
Text Example
White with #A43D3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A43D3E; }
p { color: rgb(164,61,62); }
H1.HeaderClassName
{
color: #A43D3E;
}
.AnyTagClassName
{
color: #A43D3E;
}
</style>
background-color css
<style>
a { background-color: #A43D3E; }
a { background-color: rgb(164,61,62); }
div.DivClassName
{
background-color: #A43D3E;
}
.BgClassName
{
background-color: #A43D3E;
}
</style>
border-color css
<style>
span { border-color: #A43D3E; }
span { border-color: rgb(164,61,62); }
td.TdClassName
{
border-color: #A43D3E;
}
.TagClassName
{
border-color: #A43D3E;
}
</style>