Html Css Color HEX #A61540 Cardinal

📋 copy color: '#A61540'

red 166 ◦ green 21 ◦ blue 64

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

Shades of Cardinal #A61540

Tints of Cardinal #A61540

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.37%

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

R = 66.14%
G = 8.37%
B = 25.5%

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

#A61540 (or 0xA61540) is known color: Cardinal. HEX triplet: A6, 15 and 40. RGB value is (166,21,64). Sum of RGB (Red+Green+Blue) = 166+21+64=251 (33% of max value = 765). Red value is 166 (65.23% from 255 or 66.14% from 251); Green value is 21 (8.59% from 255 or 8.37% from 251); Blue value is 64 (25.39% from 255 or 25.50% from 251); Max value from RGB is 166 - color contains mainly: red. Hex color #A61540 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A61540 is #59EABF. Grayscale: #454545. Windows color (decimal): -5892800 or 4199846. OLE color: 4199846.

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

Color convert

RGB 166 21 64 -
CMYK 0 0.87 0.61 0.35
HSL 342.21º 0.78% 0.37% -
HSV(B) 342.21º 0.87% 0.65% -
XYZ 16.92 9.01 5.7 -
YUV 69.26 125.04 197 -
System Red Green Blue C M Y K H S L
Decimal 166 21 64 0 0.87 0.61 0.35 342.21 0.78 0.37
Hex A6 15 40 0 57 3D 23 156 4E 25
Octal 246 25 100 0 127 75 43 526 116 45
Binary 10100110 10101 1000000 0 1010111 111101 100011 101010110 1001110 100101

Color Harmonies of #A61540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61540

Black with #A61540

Text Example


Text Example

White with #A61540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61540; }

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

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

background-color css

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

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

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

border-color css

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

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

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