Html Css Color HEX #A61940 Cardinal

📋 copy color: '#A61940'

red 166 ◦ green 25 ◦ blue 64

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

Shades of Cardinal #A61940

Tints of Cardinal #A61940

RGB

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

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

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

R = 65.1%
G = 9.8%
B = 25.1%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.61

 K value IS 0.35

RGB Variations

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

Color information

#A61940 (or 0xA61940) is known color: Cardinal. HEX triplet: A6, 19 and 40. RGB value is (166,25,64). Sum of RGB (Red+Green+Blue) = 166+25+64=255 (33% of max value = 765). Red value is 166 (65.23% from 255 or 65.10% from 255); Green value is 25 (10.16% from 255 or 9.80% from 255); Blue value is 64 (25.39% from 255 or 25.10% from 255); Max value from RGB is 166 - color contains mainly: red. Hex color #A61940 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A61940 is #59E6BF. Grayscale: #474747. Windows color (decimal): -5891776 or 4200870. OLE color: 4200870.

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

Color convert

RGB 166 25 64 -
CMYK 0 0.85 0.61 0.35
HSL 343.4º 0.74% 0.37% -
HSV(B) 343.4º 0.85% 0.65% -
XYZ 17 9.17 5.72 -
YUV 71.61 123.71 195.33 -
System Red Green Blue C M Y K H S L
Decimal 166 25 64 0 0.85 0.61 0.35 343.4 0.74 0.37
Hex A6 19 40 0 55 3D 23 157 4A 25
Octal 246 31 100 0 125 75 43 527 112 45
Binary 10100110 11001 1000000 0 1010101 111101 100011 101010111 1001010 100101

Color Harmonies of #A61940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61940

Black with #A61940

Text Example


Text Example

White with #A61940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61940; }

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

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

background-color css

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

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

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

border-color css

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

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

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