Shades of Cardinal #A8102F
Tints of Cardinal #A8102F
RGB
CMYK
RGB Variations
Color information
#A8102F (or 0xA8102F) is known color: Cardinal. HEX triplet: A8, 10 and 2F. RGB value is (168,16,47). Sum of RGB (Red+Green+Blue) = 168+16+47=231 (30% of max value = 765). Red value is 168 (66.02% from 255 or 72.73% from 231); Green value is 16 (6.64% from 255 or 6.93% from 231); Blue value is 47 (18.75% from 255 or 20.35% from 231); Max value from RGB is 168 - color contains mainly: red. Hex color #A8102F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A8102F is #57EFD0. Grayscale: #414141. Windows color (decimal): -5763025 or 3084456. OLE color: 3084456.
HSL color Cylindrical-coordinate representation of color #A8102F: hue angle of 347.76º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A8102F is Cyan = 0, Magento = 0.90, Yellow = 0.72 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 16 | 47 | - |
| CMYK | 0 | 0.90 | 0.72 | 0.34 |
| HSL | 347.76º | 0.83% | 0.36% | - |
| HSV(B) | 347.76º | 0.9% | 0.66% | - |
| XYZ | 16.85 | 8.9 | 3.52 | - |
| YUV | 64.98 | 117.86 | 201.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 16 | 47 | 0 | 0.90 | 0.72 | 0.34 | 347.76 | 0.83 | 0.36 |
| Hex | A8 | 10 | 2F | 0 | 5A | 48 | 22 | 15C | 53 | 24 |
| Octal | 250 | 20 | 57 | 0 | 132 | 110 | 42 | 534 | 123 | 44 |
| Binary | 10101000 | 10000 | 101111 | 0 | 1011010 | 1001000 | 100010 | 101011100 | 1010011 | 100100 |
Color Harmonies of #A8102F
Complementary color
Monochromatic Colors of #A8102F
Black with #A8102F
Text Example
Text Example
White with #A8102F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8102F; }
p { color: rgb(168,16,47); }
H1.HeaderClassName
{
color: #A8102F;
}
.AnyTagClassName
{
color: #A8102F;
}
</style>
background-color css
<style>
a { background-color: #A8102F; }
a { background-color: rgb(168,16,47); }
div.DivClassName
{
background-color: #A8102F;
}
.BgClassName
{
background-color: #A8102F;
}
</style>
border-color css
<style>
span { border-color: #A8102F; }
span { border-color: rgb(168,16,47); }
td.TdClassName
{
border-color: #A8102F;
}
.TagClassName
{
border-color: #A8102F;
}
</style>