Shades of Cardinal #A5123F
Tints of Cardinal #A5123F
RGB
CMYK
RGB Variations
Color information
#A5123F (or 0xA5123F) is known color: Cardinal. HEX triplet: A5, 12 and 3F. RGB value is (165,18,63). Sum of RGB (Red+Green+Blue) = 165+18+63=246 (32% of max value = 765). Red value is 165 (64.84% from 255 or 67.07% from 246); Green value is 18 (7.42% from 255 or 7.32% from 246); Blue value is 63 (25% from 255 or 25.61% from 246); Max value from RGB is 165 - color contains mainly: red. Hex color #A5123F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A5123F is #5AEDC0. Grayscale: #434343. Windows color (decimal): -5959105 or 4133541. OLE color: 4133541.
HSL color Cylindrical-coordinate representation of color #A5123F: hue angle of 341.63º degrees, saturation: 0.8, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A5123F is Cyan = 0, Magento = 0.89, Yellow = 0.62 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 18 | 63 | - |
| CMYK | 0 | 0.89 | 0.62 | 0.35 |
| HSL | 341.63º | 0.8% | 0.36% | - |
| HSV(B) | 341.63º | 0.89% | 0.65% | - |
| XYZ | 16.63 | 8.79 | 5.52 | - |
| YUV | 67.08 | 125.7 | 197.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 18 | 63 | 0 | 0.89 | 0.62 | 0.35 | 341.63 | 0.8 | 0.36 |
| Hex | A5 | 12 | 3F | 0 | 59 | 3E | 23 | 156 | 50 | 24 |
| Octal | 245 | 22 | 77 | 0 | 131 | 76 | 43 | 526 | 120 | 44 |
| Binary | 10100101 | 10010 | 111111 | 0 | 1011001 | 111110 | 100011 | 101010110 | 1010000 | 100100 |
Color Harmonies of #A5123F
Complementary color
Monochromatic Colors of #A5123F
Black with #A5123F
Text Example
Text Example
White with #A5123F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5123F; }
p { color: rgb(165,18,63); }
H1.HeaderClassName
{
color: #A5123F;
}
.AnyTagClassName
{
color: #A5123F;
}
</style>
background-color css
<style>
a { background-color: #A5123F; }
a { background-color: rgb(165,18,63); }
div.DivClassName
{
background-color: #A5123F;
}
.BgClassName
{
background-color: #A5123F;
}
</style>
border-color css
<style>
span { border-color: #A5123F; }
span { border-color: rgb(165,18,63); }
td.TdClassName
{
border-color: #A5123F;
}
.TagClassName
{
border-color: #A5123F;
}
</style>