#A71540

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

Shades of Cardinal #A71540

Tints of Cardinal #A71540

Color information

#A71540 (or 0xA71540) is unknown color: approx Cardinal. HEX triplet: A7, 15 and 40. RGB value is (167,21,64). Sum of RGB (Red+Green+Blue) = 167+21+64=252 (33% of max value = 765). Red value is 167 (65.62% from 255 or 66.27% from 252); Green value is 21 (8.59% from 255 or 8.33% from 252); Blue value is 64 (25.39% from 255 or 25.40% from 252); Max value from RGB is 167 - color contains mainly: red. Hex color #A71540 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A71540 is #58EABF. Grayscale: #454545. Windows color (decimal): -5827264 or 4199847. OLE color: 4199847.

HSL color Cylindrical-coordinate representation of color #A71540: hue angle of 342.33º degrees, saturation: 0.78, 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 #A71540 is Cyan = 0, Magento = 0.87, Yellow = 0.62 and Black (K on CMYK) = 0.35.

Color convert

RGB1672164-
CMYK00.870.620.35
HSL342.33º77.66%36.86%-
HSV(B)342.33º87.43%65.49%-
XYZ17.139.125.71-
YUV69.56124.87197.5-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 66.27%
GREEN value IS 21 (8.59% from 255) = 8.33%
BLUE value IS 64 (25.39% from 255) = 25.40%
R=66.27%
G=8.33%
B=25.40%

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
Decimal167216400.870.620.35342.3377.6636.86
HexA715400573E231564e25
Octal247251000127764352611645
Binary10100111101011000000010101111111101000111010101101001110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A71540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A71540; }

 p { color: rgb(167,21,64); }

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

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

 a { background-color: rgb(167,21,64); }

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

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

 span { border-color: rgb(167,21,64); }

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