Html Css Color HEX #A71940 Cardinal

📋 copy color: '#A71940'

red 167 ◦ green 25 ◦ blue 64

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

Shades of Cardinal #A71940

Tints of Cardinal #A71940

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.77%

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

R = 65.23%
G = 9.77%
B = 25%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.62

 K value IS 0.35

RGB Variations

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

Color information

#A71940 (or 0xA71940) is known color: Cardinal. HEX triplet: A7, 19 and 40. RGB value is (167,25,64). Sum of RGB (Red+Green+Blue) = 167+25+64=256 (33% of max value = 765). Red value is 167 (65.62% from 255 or 65.23% from 256); Green value is 25 (10.16% from 255 or 9.77% from 256); Blue value is 64 (25.39% from 255 or 25% from 256); Max value from RGB is 167 - color contains mainly: red. Hex color #A71940 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A71940 is #58E6BF. Grayscale: #474747. Windows color (decimal): -5826240 or 4200871. OLE color: 4200871.

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

Color convert

RGB 167 25 64 -
CMYK 0 0.85 0.62 0.35
HSL 343.52º 0.74% 0.38% -
HSV(B) 343.52º 0.85% 0.65% -
XYZ 17.21 9.28 5.73 -
YUV 71.9 123.54 195.83 -
System Red Green Blue C M Y K H S L
Decimal 167 25 64 0 0.85 0.62 0.35 343.52 0.74 0.38
Hex A7 19 40 0 55 3E 23 158 4A 26
Octal 247 31 100 0 125 76 43 530 112 46
Binary 10100111 11001 1000000 0 1010101 111110 100011 101011000 1001010 100110

Color Harmonies of #A71940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A71940

Black with #A71940

Text Example


Text Example

White with #A71940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A71940; }

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

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

background-color css

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

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

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

border-color css

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

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

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