Shades of Bright Red #A8233C
Tints of Bright Red #A8233C
RGB
CMYK
RGB Variations
Color information
#A8233C (or 0xA8233C) is known color: Bright Red. HEX triplet: A8, 23 and 3C. RGB value is (168,35,60). Sum of RGB (Red+Green+Blue) = 168+35+60=263 (34% of max value = 765). Red value is 168 (66.02% from 255 or 63.88% from 263); Green value is 35 (14.06% from 255 or 13.31% from 263); Blue value is 60 (23.83% from 255 or 22.81% from 263); Max value from RGB is 168 - color contains mainly: red. Hex color #A8233C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A8233C is #57DCC3. Grayscale: #4D4D4D. Windows color (decimal): -5758148 or 3941288. OLE color: 3941288.
HSL color Cylindrical-coordinate representation of color #A8233C: hue angle of 348.72º 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 #A8233C is Cyan = 0, Magento = 0.79, Yellow = 0.64 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 35 | 60 | - |
| CMYK | 0 | 0.79 | 0.64 | 0.34 |
| HSL | 348.72º | 0.66% | 0.4% | - |
| HSV(B) | 348.72º | 0.79% | 0.66% | - |
| XYZ | 17.57 | 9.85 | 5.25 | - |
| YUV | 77.62 | 118.06 | 192.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 35 | 60 | 0 | 0.79 | 0.64 | 0.34 | 348.72 | 0.66 | 0.4 |
| Hex | A8 | 23 | 3C | 0 | 4F | 40 | 22 | 15D | 42 | 28 |
| Octal | 250 | 43 | 74 | 0 | 117 | 100 | 42 | 535 | 102 | 50 |
| Binary | 10101000 | 100011 | 111100 | 0 | 1001111 | 1000000 | 100010 | 101011101 | 1000010 | 101000 |
Color Harmonies of #A8233C
Complementary color
Monochromatic Colors of #A8233C
Black with #A8233C
Text Example
Text Example
White with #A8233C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8233C; }
p { color: rgb(168,35,60); }
H1.HeaderClassName
{
color: #A8233C;
}
.AnyTagClassName
{
color: #A8233C;
}
</style>
background-color css
<style>
a { background-color: #A8233C; }
a { background-color: rgb(168,35,60); }
div.DivClassName
{
background-color: #A8233C;
}
.BgClassName
{
background-color: #A8233C;
}
</style>
border-color css
<style>
span { border-color: #A8233C; }
span { border-color: rgb(168,35,60); }
td.TdClassName
{
border-color: #A8233C;
}
.TagClassName
{
border-color: #A8233C;
}
</style>