Shades of Cardinal #A8233E
Tints of Cardinal #A8233E
RGB
CMYK
RGB Variations
Color information
#A8233E (or 0xA8233E) is known color: Cardinal. HEX triplet: A8, 23 and 3E. RGB value is (168,35,62). Sum of RGB (Red+Green+Blue) = 168+35+62=265 (35% of max value = 765). Red value is 168 (66.02% from 255 or 63.40% from 265); Green value is 35 (14.06% from 255 or 13.21% from 265); Blue value is 62 (24.61% from 255 or 23.40% from 265); Max value from RGB is 168 - color contains mainly: red. Hex color #A8233E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A8233E is #57DCC1. Grayscale: #4D4D4D. Windows color (decimal): -5758146 or 4072360. OLE color: 4072360.
HSL color Cylindrical-coordinate representation of color #A8233E: hue angle of 347.82º 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 #A8233E is Cyan = 0, Magento = 0.79, Yellow = 0.63 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 35 | 62 | - |
| CMYK | 0 | 0.79 | 0.63 | 0.34 |
| HSL | 347.82º | 0.66% | 0.4% | - |
| HSV(B) | 347.82º | 0.79% | 0.66% | - |
| XYZ | 17.62 | 9.87 | 5.53 | - |
| YUV | 77.85 | 119.06 | 192.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 35 | 62 | 0 | 0.79 | 0.63 | 0.34 | 347.82 | 0.66 | 0.4 |
| Hex | A8 | 23 | 3E | 0 | 4F | 3F | 22 | 15C | 42 | 28 |
| Octal | 250 | 43 | 76 | 0 | 117 | 77 | 42 | 534 | 102 | 50 |
| Binary | 10101000 | 100011 | 111110 | 0 | 1001111 | 111111 | 100010 | 101011100 | 1000010 | 101000 |
Color Harmonies of #A8233E
Complementary color
Monochromatic Colors of #A8233E
Black with #A8233E
Text Example
Text Example
White with #A8233E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8233E; }
p { color: rgb(168,35,62); }
H1.HeaderClassName
{
color: #A8233E;
}
.AnyTagClassName
{
color: #A8233E;
}
</style>
background-color css
<style>
a { background-color: #A8233E; }
a { background-color: rgb(168,35,62); }
div.DivClassName
{
background-color: #A8233E;
}
.BgClassName
{
background-color: #A8233E;
}
</style>
border-color css
<style>
span { border-color: #A8233E; }
span { border-color: rgb(168,35,62); }
td.TdClassName
{
border-color: #A8233E;
}
.TagClassName
{
border-color: #A8233E;
}
</style>