Html Css Color HEX #A61541 Cardinal

📋 copy color: '#A61541'

red 166 ◦ green 21 ◦ blue 65

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

Shades of Cardinal #A61541

Tints of Cardinal #A61541

RGB

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

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

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

R = 65.87%
G = 8.33%
B = 25.79%

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

#A61541 (or 0xA61541) is known color: Cardinal. HEX triplet: A6, 15 and 41. RGB value is (166,21,65). Sum of RGB (Red+Green+Blue) = 166+21+65=252 (33% of max value = 765). Red value is 166 (65.23% from 255 or 65.87% from 252); Green value is 21 (8.59% from 255 or 8.33% from 252); Blue value is 65 (25.78% from 255 or 25.79% from 252); Max value from RGB is 166 - color contains mainly: red. Hex color #A61541 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A61541 is #59EABE. Grayscale: #454545. Windows color (decimal): -5892799 or 4265382. OLE color: 4265382.

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

Color convert

RGB 166 21 65 -
CMYK 0 0.87 0.61 0.35
HSL 341.79º 0.78% 0.37% -
HSV(B) 341.79º 0.87% 0.65% -
XYZ 16.95 9.02 5.85 -
YUV 69.37 125.54 196.92 -
System Red Green Blue C M Y K H S L
Decimal 166 21 65 0 0.87 0.61 0.35 341.79 0.78 0.37
Hex A6 15 41 0 57 3D 23 156 4E 25
Octal 246 25 101 0 127 75 43 526 116 45
Binary 10100110 10101 1000001 0 1010111 111101 100011 101010110 1001110 100101

Color Harmonies of #A61541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61541

Black with #A61541

Text Example


Text Example

White with #A61541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61541; }

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

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

background-color css

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

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

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

border-color css

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

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

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