Shades of Bright Red #A8233B
Tints of Bright Red #A8233B
RGB
CMYK
RGB Variations
Color information
#A8233B (or 0xA8233B) is known color: Bright Red. HEX triplet: A8, 23 and 3B. RGB value is (168,35,59). Sum of RGB (Red+Green+Blue) = 168+35+59=262 (34% of max value = 765). Red value is 168 (66.02% from 255 or 64.12% from 262); Green value is 35 (14.06% from 255 or 13.36% from 262); Blue value is 59 (23.44% from 255 or 22.52% from 262); Max value from RGB is 168 - color contains mainly: red. Hex color #A8233B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A8233B is #57DCC4. Grayscale: #4D4D4D. Windows color (decimal): -5758149 or 3875752. OLE color: 3875752.
HSL color Cylindrical-coordinate representation of color #A8233B: hue angle of 349.17º 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 #A8233B is Cyan = 0, Magento = 0.79, Yellow = 0.65 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 35 | 59 | - |
| CMYK | 0 | 0.79 | 0.65 | 0.34 |
| HSL | 349.17º | 0.66% | 0.4% | - |
| HSV(B) | 349.17º | 0.79% | 0.66% | - |
| XYZ | 17.54 | 9.84 | 5.11 | - |
| YUV | 77.5 | 117.56 | 192.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 35 | 59 | 0 | 0.79 | 0.65 | 0.34 | 349.17 | 0.66 | 0.4 |
| Hex | A8 | 23 | 3B | 0 | 4F | 41 | 22 | 15D | 42 | 28 |
| Octal | 250 | 43 | 73 | 0 | 117 | 101 | 42 | 535 | 102 | 50 |
| Binary | 10101000 | 100011 | 111011 | 0 | 1001111 | 1000001 | 100010 | 101011101 | 1000010 | 101000 |
Color Harmonies of #A8233B
Complementary color
Monochromatic Colors of #A8233B
Black with #A8233B
Text Example
Text Example
White with #A8233B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8233B; }
p { color: rgb(168,35,59); }
H1.HeaderClassName
{
color: #A8233B;
}
.AnyTagClassName
{
color: #A8233B;
}
</style>
background-color css
<style>
a { background-color: #A8233B; }
a { background-color: rgb(168,35,59); }
div.DivClassName
{
background-color: #A8233B;
}
.BgClassName
{
background-color: #A8233B;
}
</style>
border-color css
<style>
span { border-color: #A8233B; }
span { border-color: rgb(168,35,59); }
td.TdClassName
{
border-color: #A8233B;
}
.TagClassName
{
border-color: #A8233B;
}
</style>