Html Css Color HEX #A71432 Cardinal

📋 copy color: '#A71432'

red 167 ◦ green 20 ◦ blue 50

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

Shades of Cardinal #A71432

Tints of Cardinal #A71432

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 21.1%

R = 70.46%
G = 8.44%
B = 21.1%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.70

 K value IS 0.35

RGB Variations

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

Color information

#A71432 (or 0xA71432) is known color: Cardinal. HEX triplet: A7, 14 and 32. RGB value is (167,20,50). Sum of RGB (Red+Green+Blue) = 167+20+50=237 (31% of max value = 765). Red value is 167 (65.62% from 255 or 70.46% from 237); Green value is 20 (8.20% from 255 or 8.44% from 237); Blue value is 50 (19.92% from 255 or 21.10% from 237); Max value from RGB is 167 - color contains mainly: red. Hex color #A71432 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A71432 is #58EBCD. Grayscale: #434343. Windows color (decimal): -5827534 or 3282087. OLE color: 3282087.

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

Color convert

RGB 167 20 50 -
CMYK 0 0.88 0.70 0.35
HSL 347.76º 0.79% 0.37% -
HSV(B) 347.76º 0.88% 0.65% -
XYZ 16.76 8.95 3.86 -
YUV 67.37 118.2 199.06 -
System Red Green Blue C M Y K H S L
Decimal 167 20 50 0 0.88 0.70 0.35 347.76 0.79 0.37
Hex A7 14 32 0 58 46 23 15C 4F 25
Octal 247 24 62 0 130 106 43 534 117 45
Binary 10100111 10100 110010 0 1011000 1000110 100011 101011100 1001111 100101

Color Harmonies of #A71432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A71432

Black with #A71432

Text Example


Text Example

White with #A71432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A71432; }

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

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

background-color css

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

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

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

border-color css

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

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

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