Html Css Color HEX #A61641 Cardinal

📋 copy color: '#A61641'

red 166 ◦ green 22 ◦ blue 65

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

Shades of Cardinal #A61641

Tints of Cardinal #A61641

RGB

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

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

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

R = 65.61%
G = 8.7%
B = 25.69%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.61

 K value IS 0.35

RGB Variations

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

Color information

#A61641 (or 0xA61641) is known color: Cardinal. HEX triplet: A6, 16 and 41. RGB value is (166,22,65). Sum of RGB (Red+Green+Blue) = 166+22+65=253 (33% of max value = 765). Red value is 166 (65.23% from 255 or 65.61% from 253); Green value is 22 (8.98% from 255 or 8.70% from 253); Blue value is 65 (25.78% from 255 or 25.69% from 253); Max value from RGB is 166 - color contains mainly: red. Hex color #A61641 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A61641 is #59E9BE. Grayscale: #454545. Windows color (decimal): -5892543 or 4265638. OLE color: 4265638.

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

Color convert

RGB 166 22 65 -
CMYK 0 0.87 0.61 0.35
HSL 342.08º 0.77% 0.37% -
HSV(B) 342.08º 0.87% 0.65% -
XYZ 16.97 9.06 5.86 -
YUV 69.96 125.21 196.5 -
System Red Green Blue C M Y K H S L
Decimal 166 22 65 0 0.87 0.61 0.35 342.08 0.77 0.37
Hex A6 16 41 0 57 3D 23 156 4D 25
Octal 246 26 101 0 127 75 43 526 115 45
Binary 10100110 10110 1000001 0 1010111 111101 100011 101010110 1001101 100101

Color Harmonies of #A61641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61641

Black with #A61641

Text Example


Text Example

White with #A61641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61641; }

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

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

background-color css

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

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

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

border-color css

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

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

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