Shades of Bright Red #A8233A
Tints of Bright Red #A8233A
RGB
CMYK
RGB Variations
Color information
#A8233A (or 0xA8233A) is known color: Bright Red. HEX triplet: A8, 23 and 3A. RGB value is (168,35,58). Sum of RGB (Red+Green+Blue) = 168+35+58=261 (34% of max value = 765). Red value is 168 (66.02% from 255 or 64.37% from 261); Green value is 35 (14.06% from 255 or 13.41% from 261); Blue value is 58 (23.05% from 255 or 22.22% from 261); Max value from RGB is 168 - color contains mainly: red. Hex color #A8233A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A8233A is #57DCC5. Grayscale: #4D4D4D. Windows color (decimal): -5758150 or 3810216. OLE color: 3810216.
HSL color Cylindrical-coordinate representation of color #A8233A: hue angle of 349.62º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A8233A is Cyan = 0, Magento = 0.79, Yellow = 0.65 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 35 | 58 | - |
| CMYK | 0 | 0.79 | 0.65 | 0.34 |
| HSL | 349.62º | 0.66% | 0.4% | - |
| HSV(B) | 349.62º | 0.79% | 0.66% | - |
| XYZ | 17.51 | 9.83 | 4.98 | - |
| YUV | 77.39 | 117.06 | 192.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 35 | 58 | 0 | 0.79 | 0.65 | 0.34 | 349.62 | 0.66 | 0.4 |
| Hex | A8 | 23 | 3A | 0 | 4F | 41 | 22 | 15E | 42 | 28 |
| Octal | 250 | 43 | 72 | 0 | 117 | 101 | 42 | 536 | 102 | 50 |
| Binary | 10101000 | 100011 | 111010 | 0 | 1001111 | 1000001 | 100010 | 101011110 | 1000010 | 101000 |
Color Harmonies of #A8233A
Complementary color
Monochromatic Colors of #A8233A
Black with #A8233A
Text Example
Text Example
White with #A8233A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8233A; }
p { color: rgb(168,35,58); }
H1.HeaderClassName
{
color: #A8233A;
}
.AnyTagClassName
{
color: #A8233A;
}
</style>
background-color css
<style>
a { background-color: #A8233A; }
a { background-color: rgb(168,35,58); }
div.DivClassName
{
background-color: #A8233A;
}
.BgClassName
{
background-color: #A8233A;
}
</style>
border-color css
<style>
span { border-color: #A8233A; }
span { border-color: rgb(168,35,58); }
td.TdClassName
{
border-color: #A8233A;
}
.TagClassName
{
border-color: #A8233A;
}
</style>