Shades of Cardinal #A80F40
Tints of Cardinal #A80F40
RGB
CMYK
RGB Variations
Color information
#A80F40 (or 0xA80F40) is known color: Cardinal. HEX triplet: A8, 0F and 40. RGB value is (168,15,64). Sum of RGB (Red+Green+Blue) = 168+15+64=247 (32% of max value = 765). Red value is 168 (66.02% from 255 or 68.02% from 247); Green value is 15 (6.25% from 255 or 6.07% from 247); Blue value is 64 (25.39% from 255 or 25.91% from 247); Max value from RGB is 168 - color contains mainly: red. Hex color #A80F40 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A80F40 is #57F0BF. Grayscale: #424242. Windows color (decimal): -5763264 or 4198312. OLE color: 4198312.
HSL color Cylindrical-coordinate representation of color #A80F40: hue angle of 340.78º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A80F40 is Cyan = 0, Magento = 0.91, Yellow = 0.62 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 15 | 64 | - |
| CMYK | 0 | 0.91 | 0.62 | 0.34 |
| HSL | 340.78º | 0.84% | 0.36% | - |
| HSV(B) | 340.78º | 0.91% | 0.66% | - |
| XYZ | 17.24 | 9.04 | 5.69 | - |
| YUV | 66.33 | 126.69 | 200.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 15 | 64 | 0 | 0.91 | 0.62 | 0.34 | 340.78 | 0.84 | 0.36 |
| Hex | A8 | F | 40 | 0 | 5B | 3E | 22 | 155 | 54 | 24 |
| Octal | 250 | 17 | 100 | 0 | 133 | 76 | 42 | 525 | 124 | 44 |
| Binary | 10101000 | 1111 | 1000000 | 0 | 1011011 | 111110 | 100010 | 101010101 | 1010100 | 100100 |
Color Harmonies of #A80F40
Complementary color
Monochromatic Colors of #A80F40
Black with #A80F40
Text Example
Text Example
White with #A80F40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80F40; }
p { color: rgb(168,15,64); }
H1.HeaderClassName
{
color: #A80F40;
}
.AnyTagClassName
{
color: #A80F40;
}
</style>
background-color css
<style>
a { background-color: #A80F40; }
a { background-color: rgb(168,15,64); }
div.DivClassName
{
background-color: #A80F40;
}
.BgClassName
{
background-color: #A80F40;
}
</style>
border-color css
<style>
span { border-color: #A80F40; }
span { border-color: rgb(168,15,64); }
td.TdClassName
{
border-color: #A80F40;
}
.TagClassName
{
border-color: #A80F40;
}
</style>