Html Css Color HEX #A61740 Cardinal

📋 copy color: '#A61740'

red 166 ◦ green 23 ◦ blue 64

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

Shades of Cardinal #A61740

Tints of Cardinal #A61740

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.09%

 BLUE value IS 64 (25.39% from 255) = 25.3%

R = 65.61%
G = 9.09%
B = 25.3%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.61

 K value IS 0.35

RGB Variations

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

Color information

#A61740 (or 0xA61740) is known color: Cardinal. HEX triplet: A6, 17 and 40. RGB value is (166,23,64). Sum of RGB (Red+Green+Blue) = 166+23+64=253 (33% of max value = 765). Red value is 166 (65.23% from 255 or 65.61% from 253); Green value is 23 (9.38% from 255 or 9.09% from 253); Blue value is 64 (25.39% from 255 or 25.30% from 253); Max value from RGB is 166 - color contains mainly: red. Hex color #A61740 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A61740 is #59E8BF. Grayscale: #464646. Windows color (decimal): -5892288 or 4200358. OLE color: 4200358.

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

Color convert

RGB 166 23 64 -
CMYK 0 0.86 0.61 0.35
HSL 342.8º 0.76% 0.37% -
HSV(B) 342.8º 0.86% 0.65% -
XYZ 16.96 9.09 5.71 -
YUV 70.43 124.38 196.17 -
System Red Green Blue C M Y K H S L
Decimal 166 23 64 0 0.86 0.61 0.35 342.8 0.76 0.37
Hex A6 17 40 0 56 3D 23 157 4C 25
Octal 246 27 100 0 126 75 43 527 114 45
Binary 10100110 10111 1000000 0 1010110 111101 100011 101010111 1001100 100101

Color Harmonies of #A61740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61740

Black with #A61740

Text Example


Text Example

White with #A61740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61740; }

 p { color: rgb(166,23,64); }

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

background-color css

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

 a { background-color: rgb(166,23,64); }

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

border-color css

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

 span { border-color: rgb(166,23,64); }

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