Html Css Color HEX #A71E41 Cardinal

📋 copy color: '#A71E41'

red 167 ◦ green 30 ◦ blue 65

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

Shades of Cardinal #A71E41

Tints of Cardinal #A71E41

RGB

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

 GREEN value IS 30 (12.11% from 255) = 11.45%

 BLUE value IS 65 (25.78% from 255) = 24.81%

R = 63.74%
G = 11.45%
B = 24.81%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.61

 K value IS 0.35

RGB Variations

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

Color information

#A71E41 (or 0xA71E41) is known color: Cardinal. HEX triplet: A7, 1E and 41. RGB value is (167,30,65). Sum of RGB (Red+Green+Blue) = 167+30+65=262 (34% of max value = 765). Red value is 167 (65.62% from 255 or 63.74% from 262); Green value is 30 (12.11% from 255 or 11.45% from 262); Blue value is 65 (25.78% from 255 or 24.81% from 262); Max value from RGB is 167 - color contains mainly: red. Hex color #A71E41 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A71E41 is #58E1BE. Grayscale: #4A4A4A. Windows color (decimal): -5824959 or 4267687. OLE color: 4267687.

HSL color Cylindrical-coordinate representation of color #A71E41: hue angle of 344.67º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A71E41 is Cyan = 0, Magento = 0.82, Yellow = 0.61 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 30 65 -
CMYK 0 0.82 0.61 0.35
HSL 344.67º 0.7% 0.39% -
HSV(B) 344.67º 0.82% 0.65% -
XYZ 17.35 9.53 5.92 -
YUV 74.95 122.39 193.65 -
System Red Green Blue C M Y K H S L
Decimal 167 30 65 0 0.82 0.61 0.35 344.67 0.7 0.39
Hex A7 1E 41 0 52 3D 23 159 46 27
Octal 247 36 101 0 122 75 43 531 106 47
Binary 10100111 11110 1000001 0 1010010 111101 100011 101011001 1000110 100111

Color Harmonies of #A71E41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A71E41

Black with #A71E41

Text Example


Text Example

White with #A71E41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A71E41; }

 p { color: rgb(167,30,65); }

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

background-color css

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

 a { background-color: rgb(167,30,65); }

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

border-color css

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

 span { border-color: rgb(167,30,65); }

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