#a7173d

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

Shades of Cardinal #A7173D

Tints of Cardinal #A7173D

Color information

#A7173D (or 0xA7173D) is unknown color: approx Cardinal. HEX triplet: A7, 17 and 3D. RGB value is (167,23,61). Sum of RGB (Red+Green+Blue) = 167+23+61=251 (33% of max value = 765). Red value is 167 (65.62% from 255 or 66.53% from 251); Green value is 23 (9.38% from 255 or 9.16% from 251); Blue value is 61 (24.22% from 255 or 24.30% from 251); Max value from RGB is 167 - color contains mainly: red. Hex color #A7173D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A7173D is #58E8C2. Grayscale: #464646. Windows color (decimal): -5826755 or 4003751. OLE color: 4003751.

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

Color convert

RGB1672361-
CMYK00.860.630.35
HSL344.17º75.79%37.25%-
HSV(B)344.17º86.23%65.49%-
XYZ17.099.175.28-
YUV70.39122.71196.91-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 66.53%
GREEN value IS 23 (9.38% from 255) = 9.16%
BLUE value IS 61 (24.22% from 255) = 24.30%
R=66.53%
G=9.16%
B=24.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.63
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167236100.860.630.35344.1775.7937.25
HexA7173D0563F231584c25
Octal24727750126774353011445
Binary1010011110111111101010101101111111000111010110001001100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a7173d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a7173d; }

 p { color: rgb(167,23,61); }

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

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

 a { background-color: rgb(167,23,61); }

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

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

 span { border-color: rgb(167,23,61); }

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