Html Css Color HEX #A6163E Cardinal

📋 copy color: '#A6163E'

red 166 ◦ green 22 ◦ blue 62

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

Shades of Cardinal #A6163E

Tints of Cardinal #A6163E

RGB

 RED value IS 166 (65.23% from 255) = 66.4%

 GREEN value IS 22 (8.98% from 255) = 8.8%

 BLUE value IS 62 (24.61% from 255) = 24.8%

R = 66.4%
G = 8.8%
B = 24.8%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.63

 K value IS 0.35

RGB Variations

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

Color information

#A6163E (or 0xA6163E) is known color: Cardinal. HEX triplet: A6, 16 and 3E. RGB value is (166,22,62). Sum of RGB (Red+Green+Blue) = 166+22+62=250 (33% of max value = 765). Red value is 166 (65.23% from 255 or 66.4% from 250); Green value is 22 (8.98% from 255 or 8.8% from 250); Blue value is 62 (24.61% from 255 or 24.8% from 250); Max value from RGB is 166 - color contains mainly: red. Hex color #A6163E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A6163E is #59E9C1. Grayscale: #454545. Windows color (decimal): -5892546 or 4069030. OLE color: 4069030.

HSL color Cylindrical-coordinate representation of color #A6163E: hue angle of 343.33º degrees, saturation: 0.77, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A6163E is Cyan = 0, Magento = 0.87, Yellow = 0.63 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 22 62 -
CMYK 0 0.87 0.63 0.35
HSL 343.33º 0.77% 0.37% -
HSV(B) 343.33º 0.87% 0.65% -
XYZ 16.88 9.03 5.41 -
YUV 69.62 123.71 196.75 -
System Red Green Blue C M Y K H S L
Decimal 166 22 62 0 0.87 0.63 0.35 343.33 0.77 0.37
Hex A6 16 3E 0 57 3F 23 157 4D 25
Octal 246 26 76 0 127 77 43 527 115 45
Binary 10100110 10110 111110 0 1010111 111111 100011 101010111 1001101 100101

Color Harmonies of #A6163E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6163E

Black with #A6163E

Text Example


Text Example

White with #A6163E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6163E; }

 p { color: rgb(166,22,62); }

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

background-color css

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

 a { background-color: rgb(166,22,62); }

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

border-color css

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

 span { border-color: rgb(166,22,62); }

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