Html Css Color HEX #A7173C Cardinal

📋 copy color: '#A7173C'

red 167 ◦ green 23 ◦ blue 60

#A7173C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cardinal #A7173C

Tints of Cardinal #A7173C

RGB

 RED value IS 167 (65.63% from 255) = 66.8%

 GREEN value IS 23 (9.38% from 255) = 9.2%

 BLUE value IS 60 (23.83% from 255) = 24%

R = 66.8%
G = 9.2%
B = 24%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.64

 K value IS 0.35

RGB Variations

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

Color information

#A7173C (or 0xA7173C) is known color: Cardinal. HEX triplet: A7, 17 and 3C. RGB value is (167,23,60). Sum of RGB (Red+Green+Blue) = 167+23+60=250 (33% of max value = 765). Red value is 167 (65.62% from 255 or 66.8% from 250); Green value is 23 (9.38% from 255 or 9.2% from 250); Blue value is 60 (23.83% from 255 or 24% from 250); Max value from RGB is 167 - color contains mainly: red. Hex color #A7173C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A7173C is #58E8C3. Grayscale: #464646. Windows color (decimal): -5826756 or 3938215. OLE color: 3938215.

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

Color convert

RGB 167 23 60 -
CMYK 0 0.86 0.64 0.35
HSL 344.58º 0.76% 0.37% -
HSV(B) 344.58º 0.86% 0.65% -
XYZ 17.06 9.15 5.14 -
YUV 70.27 122.21 196.99 -
System Red Green Blue C M Y K H S L
Decimal 167 23 60 0 0.86 0.64 0.35 344.58 0.76 0.37
Hex A7 17 3C 0 56 40 23 159 4C 25
Octal 247 27 74 0 126 100 43 531 114 45
Binary 10100111 10111 111100 0 1010110 1000000 100011 101011001 1001100 100101

Color Harmonies of #A7173C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7173C

Black with #A7173C

Text Example


Text Example

White with #A7173C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7173C; }

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

 H1.HeaderClassName
 {
   color: #A7173C;
 }
 .AnyTagClassName
 {
   color: #A7173C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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