#A5193F

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

Shades of Cardinal #A5193F

Tints of Cardinal #A5193F

Color information

#A5193F (or 0xA5193F) is unknown color: approx Cardinal. HEX triplet: A5, 19 and 3F. RGB value is (165,25,63). Sum of RGB (Red+Green+Blue) = 165+25+63=253 (33% of max value = 765). Red value is 165 (64.84% from 255 or 65.22% from 253); Green value is 25 (10.16% from 255 or 9.88% from 253); Blue value is 63 (25% from 255 or 24.90% from 253); Max value from RGB is 165 - color contains mainly: red. Hex color #A5193F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A5193F is #5AE6C0. Grayscale: #474747. Windows color (decimal): -5957313 or 4135333. OLE color: 4135333.

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

Color convert

RGB1652563-
CMYK00.850.620.35
HSL343.71º73.68%37.25%-
HSV(B)343.71º84.85%64.71%-
XYZ16.769.055.57-
YUV71.19123.38194.91-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 65.22%
GREEN value IS 25 (10.16% from 255) = 9.88%
BLUE value IS 63 (25% from 255) = 24.90%
R=65.22%
G=9.88%
B=24.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.62
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165256300.850.620.35343.7173.6837.25
HexA5193F0553E231584a25
Octal24531770125764353011245
Binary1010010111001111111010101011111101000111010110001001010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5193F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5193F; }

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

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

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

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

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

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

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

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