#A5163E

Color #A5163E Cardinal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cardinal #A5163E

Tints of Cardinal #A5163E

Color information

#A5163E (or 0xA5163E) is unknown color: approx Cardinal. HEX triplet: A5, 16 and 3E. RGB value is (165,22,62). Sum of RGB (Red+Green+Blue) = 165+22+62=249 (32% of max value = 765). Red value is 165 (64.84% from 255 or 66.27% from 249); Green value is 22 (8.98% from 255 or 8.84% from 249); Blue value is 62 (24.61% from 255 or 24.90% from 249); Max value from RGB is 165 - color contains mainly: red. Hex color #A5163E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A5163E is #5AE9C1. Grayscale: #454545. Windows color (decimal): -5958082 or 4069029. OLE color: 4069029.

HSL color Cylindrical-coordinate representation of color #A5163E: hue angle of 343.22º degrees, saturation: 0.76, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A5163E is Cyan = 0, Magento = 0.87, Yellow = 0.62 and Black (K on CMYK) = 0.35.

Color convert

RGB1652262-
CMYK00.870.620.35
HSL343.22º76.47%36.67%-
HSV(B)343.22º86.67%64.71%-
XYZ16.678.925.4-
YUV69.32123.88196.25-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 165 (64.84% from 255) = 66.27%
GREEN value IS 22 (8.98% from 255) = 8.84%
BLUE value IS 62 (24.61% from 255) = 24.90%
R=66.27%
G=8.84%
B=24.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.62
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165226200.870.620.35343.2276.4736.67
HexA5163E0573E231574c25
Octal24526760127764352711445
Binary1010010110110111110010101111111101000111010101111001100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5163E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5163E; }

 p { color: rgb(165,22,62); }

 H1.HeaderClassName
 {
   color: #A5163E;
 }
 .AnyTagClassName
 {
   color: #A5163E;
 }
</style>
background-color css

<style>
 a { background-color: #A5163E; }

 a { background-color: rgb(165,22,62); }

 div.DivClassName
 {
   background-color: #A5163E;
 }
 .BgClassName
 {
   background-color: #A5163E;
 }
</style>
border-color css

<style>
 span { border-color: #A5163E; }

 span { border-color: rgb(165,22,62); }

 td.TdClassName
 {
   border-color: #A5163E;
 }
 .TagClassName
 {
   border-color: #A5163E;
 }
</style>