Html Css Color HEX #A61140 Cardinal

📋 copy color: '#A61140'

red 166 ◦ green 17 ◦ blue 64

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

Shades of Cardinal #A61140

Tints of Cardinal #A61140

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.88%

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

R = 67.21%
G = 6.88%
B = 25.91%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.61

 K value IS 0.35

RGB Variations

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

Color information

#A61140 (or 0xA61140) is known color: Cardinal. HEX triplet: A6, 11 and 40. RGB value is (166,17,64). Sum of RGB (Red+Green+Blue) = 166+17+64=247 (32% of max value = 765). Red value is 166 (65.23% from 255 or 67.21% from 247); Green value is 17 (7.03% from 255 or 6.88% from 247); Blue value is 64 (25.39% from 255 or 25.91% from 247); Max value from RGB is 166 - color contains mainly: red. Hex color #A61140 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A61140 is #59EEBF. Grayscale: #424242. Windows color (decimal): -5893824 or 4198822. OLE color: 4198822.

HSL color Cylindrical-coordinate representation of color #A61140: hue angle of 341.07º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A61140 is Cyan = 0, Magento = 0.90, Yellow = 0.61 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 17 64 -
CMYK 0 0.90 0.61 0.35
HSL 341.07º 0.81% 0.36% -
HSV(B) 341.07º 0.9% 0.65% -
XYZ 16.85 8.88 5.68 -
YUV 66.91 126.36 198.68 -
System Red Green Blue C M Y K H S L
Decimal 166 17 64 0 0.90 0.61 0.35 341.07 0.81 0.36
Hex A6 11 40 0 5A 3D 23 155 51 24
Octal 246 21 100 0 132 75 43 525 121 44
Binary 10100110 10001 1000000 0 1011010 111101 100011 101010101 1010001 100100

Color Harmonies of #A61140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61140

Black with #A61140

Text Example


Text Example

White with #A61140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61140; }

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

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

background-color css

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

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

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

border-color css

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

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

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