#A5173F

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

Shades of Cardinal #A5173F

Tints of Cardinal #A5173F

Color information

#A5173F (or 0xA5173F) is unknown color: approx Cardinal. HEX triplet: A5, 17 and 3F. RGB value is (165,23,63). Sum of RGB (Red+Green+Blue) = 165+23+63=251 (33% of max value = 765). Red value is 165 (64.84% from 255 or 65.74% from 251); Green value is 23 (9.38% from 255 or 9.16% from 251); Blue value is 63 (25% from 255 or 25.10% from 251); Max value from RGB is 165 - color contains mainly: red. Hex color #A5173F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A5173F is #5AE8C0. Grayscale: #464646. Windows color (decimal): -5957825 or 4134821. OLE color: 4134821.

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

Color convert

RGB1652363-
CMYK00.860.620.35
HSL343.1º75.53%36.86%-
HSV(B)343.1º86.06%64.71%-
XYZ16.728.975.55-
YUV70.02124.04195.75-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 65.74%
GREEN value IS 23 (9.38% from 255) = 9.16%
BLUE value IS 63 (25% from 255) = 25.10%
R=65.74%
G=9.16%
B=25.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.62
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165236300.860.620.35343.175.5336.86
HexA5173F0563E231574c25
Octal24527770126764352711445
Binary1010010110111111111010101101111101000111010101111001100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5173F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5173F; }

 p { color: rgb(165,23,63); }

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

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

 a { background-color: rgb(165,23,63); }

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

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

 span { border-color: rgb(165,23,63); }

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