Shades of Cardinal #A8152F
Tints of Cardinal #A8152F
RGB
CMYK
RGB Variations
Color information
#A8152F (or 0xA8152F) is known color: Cardinal. HEX triplet: A8, 15 and 2F. RGB value is (168,21,47). Sum of RGB (Red+Green+Blue) = 168+21+47=236 (31% of max value = 765). Red value is 168 (66.02% from 255 or 71.19% from 236); Green value is 21 (8.59% from 255 or 8.90% from 236); Blue value is 47 (18.75% from 255 or 19.92% from 236); Max value from RGB is 168 - color contains mainly: red. Hex color #A8152F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A8152F is #57EAD0. Grayscale: #434343. Windows color (decimal): -5761745 or 3085736. OLE color: 3085736.
HSL color Cylindrical-coordinate representation of color #A8152F: hue angle of 349.39º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A8152F is Cyan = 0, Magento = 0.88, Yellow = 0.72 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 21 | 47 | - |
| CMYK | 0 | 0.88 | 0.72 | 0.34 |
| HSL | 349.39º | 0.78% | 0.37% | - |
| HSV(B) | 349.39º | 0.88% | 0.66% | - |
| XYZ | 16.93 | 9.07 | 3.55 | - |
| YUV | 67.92 | 116.2 | 199.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 21 | 47 | 0 | 0.88 | 0.72 | 0.34 | 349.39 | 0.78 | 0.37 |
| Hex | A8 | 15 | 2F | 0 | 58 | 48 | 22 | 15D | 4E | 25 |
| Octal | 250 | 25 | 57 | 0 | 130 | 110 | 42 | 535 | 116 | 45 |
| Binary | 10101000 | 10101 | 101111 | 0 | 1011000 | 1001000 | 100010 | 101011101 | 1001110 | 100101 |
Color Harmonies of #A8152F
Complementary color
Monochromatic Colors of #A8152F
Black with #A8152F
Text Example
Text Example
White with #A8152F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8152F; }
p { color: rgb(168,21,47); }
H1.HeaderClassName
{
color: #A8152F;
}
.AnyTagClassName
{
color: #A8152F;
}
</style>
background-color css
<style>
a { background-color: #A8152F; }
a { background-color: rgb(168,21,47); }
div.DivClassName
{
background-color: #A8152F;
}
.BgClassName
{
background-color: #A8152F;
}
</style>
border-color css
<style>
span { border-color: #A8152F; }
span { border-color: rgb(168,21,47); }
td.TdClassName
{
border-color: #A8152F;
}
.TagClassName
{
border-color: #A8152F;
}
</style>