Html Css Color HEX #A71440 Cardinal

📋 copy color: '#A71440'

red 167 ◦ green 20 ◦ blue 64

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

Shades of Cardinal #A71440

Tints of Cardinal #A71440

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.97%

 BLUE value IS 64 (25.39% from 255) = 25.5%

R = 66.53%
G = 7.97%
B = 25.5%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.62

 K value IS 0.35

RGB Variations

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

Color information

#A71440 (or 0xA71440) is known color: Cardinal. HEX triplet: A7, 14 and 40. RGB value is (167,20,64). Sum of RGB (Red+Green+Blue) = 167+20+64=251 (33% of max value = 765). Red value is 167 (65.62% from 255 or 66.53% from 251); Green value is 20 (8.20% from 255 or 7.97% from 251); Blue value is 64 (25.39% from 255 or 25.50% from 251); Max value from RGB is 167 - color contains mainly: red. Hex color #A71440 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A71440 is #58EBBF. Grayscale: #444444. Windows color (decimal): -5827520 or 4199591. OLE color: 4199591.

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

Color convert

RGB 167 20 64 -
CMYK 0 0.88 0.62 0.35
HSL 342.04º 0.79% 0.37% -
HSV(B) 342.04º 0.88% 0.65% -
XYZ 17.11 9.09 5.7 -
YUV 68.97 125.2 197.92 -
System Red Green Blue C M Y K H S L
Decimal 167 20 64 0 0.88 0.62 0.35 342.04 0.79 0.37
Hex A7 14 40 0 58 3E 23 156 4F 25
Octal 247 24 100 0 130 76 43 526 117 45
Binary 10100111 10100 1000000 0 1011000 111110 100011 101010110 1001111 100101

Color Harmonies of #A71440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A71440

Black with #A71440

Text Example


Text Example

White with #A71440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A71440; }

 p { color: rgb(167,20,64); }

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

background-color css

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

 a { background-color: rgb(167,20,64); }

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

border-color css

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

 span { border-color: rgb(167,20,64); }

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