#A71541

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

Shades of Cardinal #A71541

Tints of Cardinal #A71541

Color information

#A71541 (or 0xA71541) is unknown color: approx Cardinal. HEX triplet: A7, 15 and 41. RGB value is (167,21,65). Sum of RGB (Red+Green+Blue) = 167+21+65=253 (33% of max value = 765). Red value is 167 (65.62% from 255 or 66.01% from 253); Green value is 21 (8.59% from 255 or 8.30% from 253); Blue value is 65 (25.78% from 255 or 25.69% from 253); Max value from RGB is 167 - color contains mainly: red. Hex color #A71541 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A71541 is #58EABE. Grayscale: #454545. Windows color (decimal): -5827263 or 4265383. OLE color: 4265383.

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

Color convert

RGB1672165-
CMYK00.870.610.35
HSL341.92º77.66%36.86%-
HSV(B)341.92º87.43%65.49%-
XYZ17.169.135.86-
YUV69.67125.37197.42-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 66.01%
GREEN value IS 21 (8.59% from 255) = 8.30%
BLUE value IS 65 (25.78% from 255) = 25.69%
R=66.01%
G=8.30%
B=25.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.61
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167216500.870.610.35341.9277.6636.86
HexA715410573D231564e25
Octal247251010127754352611645
Binary10100111101011000001010101111111011000111010101101001110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A71541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A71541; }

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

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

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

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

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

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

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

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