Shades of Cardinal #A80F3E
Tints of Cardinal #A80F3E
RGB
CMYK
RGB Variations
Color information
#A80F3E (or 0xA80F3E) is known color: Cardinal. HEX triplet: A8, 0F and 3E. RGB value is (168,15,62). Sum of RGB (Red+Green+Blue) = 168+15+62=245 (32% of max value = 765). Red value is 168 (66.02% from 255 or 68.57% from 245); Green value is 15 (6.25% from 255 or 6.12% from 245); Blue value is 62 (24.61% from 255 or 25.31% from 245); Max value from RGB is 168 - color contains mainly: red. Hex color #A80F3E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A80F3E is #57F0C1. Grayscale: #424242. Windows color (decimal): -5763266 or 4067240. OLE color: 4067240.
HSL color Cylindrical-coordinate representation of color #A80F3E: hue angle of 341.57º 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 #A80F3E is Cyan = 0, Magento = 0.91, Yellow = 0.63 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 15 | 62 | - |
| CMYK | 0 | 0.91 | 0.63 | 0.34 |
| HSL | 341.57º | 0.84% | 0.36% | - |
| HSV(B) | 341.57º | 0.91% | 0.66% | - |
| XYZ | 17.19 | 9.01 | 5.39 | - |
| YUV | 66.11 | 125.69 | 200.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 15 | 62 | 0 | 0.91 | 0.63 | 0.34 | 341.57 | 0.84 | 0.36 |
| Hex | A8 | F | 3E | 0 | 5B | 3F | 22 | 156 | 54 | 24 |
| Octal | 250 | 17 | 76 | 0 | 133 | 77 | 42 | 526 | 124 | 44 |
| Binary | 10101000 | 1111 | 111110 | 0 | 1011011 | 111111 | 100010 | 101010110 | 1010100 | 100100 |
Color Harmonies of #A80F3E
Complementary color
Monochromatic Colors of #A80F3E
Black with #A80F3E
Text Example
Text Example
White with #A80F3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80F3E; }
p { color: rgb(168,15,62); }
H1.HeaderClassName
{
color: #A80F3E;
}
.AnyTagClassName
{
color: #A80F3E;
}
</style>
background-color css
<style>
a { background-color: #A80F3E; }
a { background-color: rgb(168,15,62); }
div.DivClassName
{
background-color: #A80F3E;
}
.BgClassName
{
background-color: #A80F3E;
}
</style>
border-color css
<style>
span { border-color: #A80F3E; }
span { border-color: rgb(168,15,62); }
td.TdClassName
{
border-color: #A80F3E;
}
.TagClassName
{
border-color: #A80F3E;
}
</style>