Html Css Color HEX #A71736 Cardinal

📋 copy color: '#A71736'

red 167 ◦ green 23 ◦ blue 54

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

Shades of Cardinal #A71736

Tints of Cardinal #A71736

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 22.13%

R = 68.44%
G = 9.43%
B = 22.13%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.68

 K value IS 0.35

RGB Variations

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

Color information

#A71736 (or 0xA71736) is known color: Cardinal. HEX triplet: A7, 17 and 36. RGB value is (167,23,54). Sum of RGB (Red+Green+Blue) = 167+23+54=244 (32% of max value = 765). Red value is 167 (65.62% from 255 or 68.44% from 244); Green value is 23 (9.38% from 255 or 9.43% from 244); Blue value is 54 (21.48% from 255 or 22.13% from 244); Max value from RGB is 167 - color contains mainly: red. Hex color #A71736 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A71736 is #58E8C9. Grayscale: #454545. Windows color (decimal): -5826762 or 3544999. OLE color: 3544999.

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

Color convert

RGB 167 23 54 -
CMYK 0 0.86 0.68 0.35
HSL 347.08º 0.76% 0.37% -
HSV(B) 347.08º 0.86% 0.65% -
XYZ 16.91 9.09 4.35 -
YUV 69.59 119.21 197.48 -
System Red Green Blue C M Y K H S L
Decimal 167 23 54 0 0.86 0.68 0.35 347.08 0.76 0.37
Hex A7 17 36 0 56 44 23 15B 4C 25
Octal 247 27 66 0 126 104 43 533 114 45
Binary 10100111 10111 110110 0 1010110 1000100 100011 101011011 1001100 100101

Color Harmonies of #A71736

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A71736

Black with #A71736

Text Example


Text Example

White with #A71736

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A71736; }

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

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

background-color css

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

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

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

border-color css

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

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

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