#a71636

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

Shades of Cardinal #A71636

Tints of Cardinal #A71636

Color information

#A71636 (or 0xA71636) is unknown color: approx Cardinal. HEX triplet: A7, 16 and 36. RGB value is (167,22,54). Sum of RGB (Red+Green+Blue) = 167+22+54=243 (32% of max value = 765). Red value is 167 (65.62% from 255 or 68.72% from 243); Green value is 22 (8.98% from 255 or 9.05% from 243); Blue value is 54 (21.48% from 255 or 22.22% from 243); Max value from RGB is 167 - color contains mainly: red. Hex color #A71636 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A71636 is #58E9C9. Grayscale: #454545. Windows color (decimal): -5827018 or 3544743. OLE color: 3544743.

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

Color convert

RGB1672254-
CMYK00.870.680.35
HSL346.76º76.72%37.06%-
HSV(B)346.76º86.83%65.49%-
XYZ16.899.064.35-
YUV69119.54197.9-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 68.72%
GREEN value IS 22 (8.98% from 255) = 9.05%
BLUE value IS 54 (21.48% from 255) = 22.22%
R=68.72%
G=9.05%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.68
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167225400.870.680.35346.7676.7237.06
HexA71636057442315b4d25
Octal247266601271044353311545
Binary10100111101101101100101011110001001000111010110111001101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a71636

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a71636; }

 p { color: rgb(167,22,54); }

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

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

 a { background-color: rgb(167,22,54); }

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

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

 span { border-color: rgb(167,22,54); }

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