#A5113C

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

Shades of Cardinal #A5113C

Tints of Cardinal #A5113C

Color information

#A5113C (or 0xA5113C) is unknown color: approx Cardinal. HEX triplet: A5, 11 and 3C. RGB value is (165,17,60). Sum of RGB (Red+Green+Blue) = 165+17+60=242 (32% of max value = 765). Red value is 165 (64.84% from 255 or 68.18% from 242); Green value is 17 (7.03% from 255 or 7.02% from 242); Blue value is 60 (23.83% from 255 or 24.79% from 242); Max value from RGB is 165 - color contains mainly: red. Hex color #A5113C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A5113C is #5AEEC3. Grayscale: #424242. Windows color (decimal): -5959364 or 3936677. OLE color: 3936677.

HSL color Cylindrical-coordinate representation of color #A5113C: hue angle of 342.57º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A5113C is Cyan = 0, Magento = 0.90, Yellow = 0.64 and Black (K on CMYK) = 0.35.

Color convert

RGB1651760-
CMYK00.900.640.35
HSL342.57º81.32%35.69%-
HSV(B)342.57º89.7%64.71%-
XYZ16.538.735.09-
YUV66.15124.53198.5-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 68.18%
GREEN value IS 17 (7.03% from 255) = 7.02%
BLUE value IS 60 (23.83% from 255) = 24.79%
R=68.18%
G=7.02%
B=24.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.64
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165176000.900.640.35342.5781.3235.69
HexA5113C05A40231575124
Octal245217401321004352712144
Binary10100101100011111000101101010000001000111010101111010001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5113C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5113C; }

 p { color: rgb(165,17,60); }

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

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

 a { background-color: rgb(165,17,60); }

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

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

 span { border-color: rgb(165,17,60); }

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