Html Css Color HEX #A61341 Cardinal

📋 copy color: '#A61341'

red 166 ◦ green 19 ◦ blue 65

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

Shades of Cardinal #A61341

Tints of Cardinal #A61341

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.6%

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

R = 66.4%
G = 7.6%
B = 26%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.61

 K value IS 0.35

RGB Variations

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

Color information

#A61341 (or 0xA61341) is known color: Cardinal. HEX triplet: A6, 13 and 41. RGB value is (166,19,65). Sum of RGB (Red+Green+Blue) = 166+19+65=250 (33% of max value = 765). Red value is 166 (65.23% from 255 or 66.4% from 250); Green value is 19 (7.81% from 255 or 7.6% from 250); Blue value is 65 (25.78% from 255 or 26% from 250); Max value from RGB is 166 - color contains mainly: red. Hex color #A61341 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A61341 is #59ECBE. Grayscale: #444444. Windows color (decimal): -5893311 or 4264870. OLE color: 4264870.

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

Color convert

RGB 166 19 65 -
CMYK 0 0.89 0.61 0.35
HSL 341.22º 0.79% 0.36% -
HSV(B) 341.22º 0.89% 0.65% -
XYZ 16.91 8.95 5.84 -
YUV 68.2 126.2 197.76 -
System Red Green Blue C M Y K H S L
Decimal 166 19 65 0 0.89 0.61 0.35 341.22 0.79 0.36
Hex A6 13 41 0 59 3D 23 155 4F 24
Octal 246 23 101 0 131 75 43 525 117 44
Binary 10100110 10011 1000001 0 1011001 111101 100011 101010101 1001111 100100

Color Harmonies of #A61341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61341

Black with #A61341

Text Example


Text Example

White with #A61341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61341; }

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

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

background-color css

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

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

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

border-color css

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

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

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