Html Css Color HEX #A71E3D Cardinal

📋 copy color: '#A71E3D'

red 167 ◦ green 30 ◦ blue 61

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

Shades of Cardinal #A71E3D

Tints of Cardinal #A71E3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 23.64%

R = 64.73%
G = 11.63%
B = 23.64%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.63

 K value IS 0.35

RGB Variations

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

Color information

#A71E3D (or 0xA71E3D) is known color: Cardinal. HEX triplet: A7, 1E and 3D. RGB value is (167,30,61). Sum of RGB (Red+Green+Blue) = 167+30+61=258 (34% of max value = 765). Red value is 167 (65.62% from 255 or 64.73% from 258); Green value is 30 (12.11% from 255 or 11.63% from 258); Blue value is 61 (24.22% from 255 or 23.64% from 258); Max value from RGB is 167 - color contains mainly: red. Hex color #A71E3D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A71E3D is #58E1C2. Grayscale: #4A4A4A. Windows color (decimal): -5824963 or 4005543. OLE color: 4005543.

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

Color convert

RGB 167 30 61 -
CMYK 0 0.82 0.63 0.35
HSL 346.42º 0.7% 0.39% -
HSV(B) 346.42º 0.82% 0.65% -
XYZ 17.24 9.48 5.34 -
YUV 74.5 120.39 193.98 -
System Red Green Blue C M Y K H S L
Decimal 167 30 61 0 0.82 0.63 0.35 346.42 0.7 0.39
Hex A7 1E 3D 0 52 3F 23 15A 46 27
Octal 247 36 75 0 122 77 43 532 106 47
Binary 10100111 11110 111101 0 1010010 111111 100011 101011010 1000110 100111

Color Harmonies of #A71E3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A71E3D

Black with #A71E3D

Text Example


Text Example

White with #A71E3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A71E3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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