#A71638

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

Shades of Cardinal #A71638

Tints of Cardinal #A71638

Color information

#A71638 (or 0xA71638) is unknown color: approx Cardinal. HEX triplet: A7, 16 and 38. RGB value is (167,22,56). Sum of RGB (Red+Green+Blue) = 167+22+56=245 (32% of max value = 765). Red value is 167 (65.62% from 255 or 68.16% from 245); Green value is 22 (8.98% from 255 or 8.98% from 245); Blue value is 56 (22.27% from 255 or 22.86% from 245); Max value from RGB is 167 - color contains mainly: red. Hex color #A71638 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A71638 is #58E9C7. Grayscale: #454545. Windows color (decimal): -5827016 or 3675815. OLE color: 3675815.

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

Color convert

RGB1672256-
CMYK00.870.660.35
HSL345.93º76.72%37.06%-
HSV(B)345.93º86.83%65.49%-
XYZ16.949.074.6-
YUV69.23120.54197.74-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 68.16%
GREEN value IS 22 (8.98% from 255) = 8.98%
BLUE value IS 56 (22.27% from 255) = 22.86%
R=68.16%
G=8.98%
B=22.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.66
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167225600.870.660.35345.9376.7237.06
HexA71638057422315a4d25
Octal247267001271024353211545
Binary10100111101101110000101011110000101000111010110101001101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A71638

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A71638; }

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

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

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

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

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

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

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

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