Html Css Color HEX #A6193D Cardinal

📋 copy color: '#A6193D'

red 166 ◦ green 25 ◦ blue 61

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

Shades of Cardinal #A6193D

Tints of Cardinal #A6193D

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.92%

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

R = 65.87%
G = 9.92%
B = 24.21%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.63

 K value IS 0.35

RGB Variations

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

Color information

#A6193D (or 0xA6193D) is known color: Cardinal. HEX triplet: A6, 19 and 3D. RGB value is (166,25,61). Sum of RGB (Red+Green+Blue) = 166+25+61=252 (33% of max value = 765). Red value is 166 (65.23% from 255 or 65.87% from 252); Green value is 25 (10.16% from 255 or 9.92% from 252); Blue value is 61 (24.22% from 255 or 24.21% from 252); Max value from RGB is 166 - color contains mainly: red. Hex color #A6193D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A6193D is #59E6C2. Grayscale: #474747. Windows color (decimal): -5891779 or 4004262. OLE color: 4004262.

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

Color convert

RGB 166 25 61 -
CMYK 0 0.85 0.63 0.35
HSL 344.68º 0.74% 0.37% -
HSV(B) 344.68º 0.85% 0.65% -
XYZ 16.92 9.14 5.29 -
YUV 71.26 122.21 195.57 -
System Red Green Blue C M Y K H S L
Decimal 166 25 61 0 0.85 0.63 0.35 344.68 0.74 0.37
Hex A6 19 3D 0 55 3F 23 159 4A 25
Octal 246 31 75 0 125 77 43 531 112 45
Binary 10100110 11001 111101 0 1010101 111111 100011 101011001 1001010 100101

Color Harmonies of #A6193D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6193D

Black with #A6193D

Text Example


Text Example

White with #A6193D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6193D; }

 p { color: rgb(166,25,61); }

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

background-color css

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

 a { background-color: rgb(166,25,61); }

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

border-color css

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

 span { border-color: rgb(166,25,61); }

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