Shades of Cardinal #A50F3E
Tints of Cardinal #A50F3E
RGB
CMYK
RGB Variations
Color information
#A50F3E (or 0xA50F3E) is known color: Cardinal. HEX triplet: A5, 0F and 3E. RGB value is (165,15,62). Sum of RGB (Red+Green+Blue) = 165+15+62=242 (32% of max value = 765). Red value is 165 (64.84% from 255 or 68.18% from 242); Green value is 15 (6.25% from 255 or 6.20% from 242); Blue value is 62 (24.61% from 255 or 25.62% from 242); Max value from RGB is 165 - color contains mainly: red. Hex color #A50F3E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A50F3E is #5AF0C1. Grayscale: #414141. Windows color (decimal): -5959874 or 4067237. OLE color: 4067237.
HSL color Cylindrical-coordinate representation of color #A50F3E: hue angle of 341.2º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A50F3E is Cyan = 0, Magento = 0.91, Yellow = 0.62 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 15 | 62 | - |
| CMYK | 0 | 0.91 | 0.62 | 0.35 |
| HSL | 341.2º | 0.83% | 0.35% | - |
| HSV(B) | 341.2º | 0.91% | 0.65% | - |
| XYZ | 16.56 | 8.69 | 5.36 | - |
| YUV | 65.21 | 126.2 | 199.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 15 | 62 | 0 | 0.91 | 0.62 | 0.35 | 341.2 | 0.83 | 0.35 |
| Hex | A5 | F | 3E | 0 | 5B | 3E | 23 | 155 | 53 | 23 |
| Octal | 245 | 17 | 76 | 0 | 133 | 76 | 43 | 525 | 123 | 43 |
| Binary | 10100101 | 1111 | 111110 | 0 | 1011011 | 111110 | 100011 | 101010101 | 1010011 | 100011 |
Color Harmonies of #A50F3E
Complementary color
Monochromatic Colors of #A50F3E
Black with #A50F3E
Text Example
Text Example
White with #A50F3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A50F3E; }
p { color: rgb(165,15,62); }
H1.HeaderClassName
{
color: #A50F3E;
}
.AnyTagClassName
{
color: #A50F3E;
}
</style>
background-color css
<style>
a { background-color: #A50F3E; }
a { background-color: rgb(165,15,62); }
div.DivClassName
{
background-color: #A50F3E;
}
.BgClassName
{
background-color: #A50F3E;
}
</style>
border-color css
<style>
span { border-color: #A50F3E; }
span { border-color: rgb(165,15,62); }
td.TdClassName
{
border-color: #A50F3E;
}
.TagClassName
{
border-color: #A50F3E;
}
</style>