Html Css Color HEX #A71231 Cardinal

📋 copy color: '#A71231'

red 167 ◦ green 18 ◦ blue 49

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

Shades of Cardinal #A71231

Tints of Cardinal #A71231

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.69%

 BLUE value IS 49 (19.53% from 255) = 20.94%

R = 71.37%
G = 7.69%
B = 20.94%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.71

 K value IS 0.35

RGB Variations

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

Color information

#A71231 (or 0xA71231) is known color: Cardinal. HEX triplet: A7, 12 and 31. RGB value is (167,18,49). Sum of RGB (Red+Green+Blue) = 167+18+49=234 (30% of max value = 765). Red value is 167 (65.62% from 255 or 71.37% from 234); Green value is 18 (7.42% from 255 or 7.69% from 234); Blue value is 49 (19.53% from 255 or 20.94% from 234); Max value from RGB is 167 - color contains mainly: red. Hex color #A71231 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A71231 is #58EDCE. Grayscale: #424242. Windows color (decimal): -5828047 or 3216039. OLE color: 3216039.

HSL color Cylindrical-coordinate representation of color #A71231: hue angle of 347.52º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A71231 is Cyan = 0, Magento = 0.89, Yellow = 0.71 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 18 49 -
CMYK 0 0.89 0.71 0.35
HSL 347.52º 0.81% 0.36% -
HSV(B) 347.52º 0.89% 0.65% -
XYZ 16.71 8.87 3.74 -
YUV 66.09 118.36 199.98 -
System Red Green Blue C M Y K H S L
Decimal 167 18 49 0 0.89 0.71 0.35 347.52 0.81 0.36
Hex A7 12 31 0 59 47 23 15C 51 24
Octal 247 22 61 0 131 107 43 534 121 44
Binary 10100111 10010 110001 0 1011001 1000111 100011 101011100 1010001 100100

Color Harmonies of #A71231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A71231

Black with #A71231

Text Example


Text Example

White with #A71231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A71231; }

 p { color: rgb(167,18,49); }

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

background-color css

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

 a { background-color: rgb(167,18,49); }

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

border-color css

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

 span { border-color: rgb(167,18,49); }

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