Html Css Color HEX #A61337 Cardinal

📋 copy color: '#A61337'

red 166 ◦ green 19 ◦ blue 55

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

Shades of Cardinal #A61337

Tints of Cardinal #A61337

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 22.92%

R = 69.17%
G = 7.92%
B = 22.92%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.67

 K value IS 0.35

RGB Variations

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

Color information

#A61337 (or 0xA61337) is known color: Cardinal. HEX triplet: A6, 13 and 37. RGB value is (166,19,55). Sum of RGB (Red+Green+Blue) = 166+19+55=240 (31% of max value = 765). Red value is 166 (65.23% from 255 or 69.17% from 240); Green value is 19 (7.81% from 255 or 7.92% from 240); Blue value is 55 (21.88% from 255 or 22.92% from 240); Max value from RGB is 166 - color contains mainly: red. Hex color #A61337 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A61337 is #59ECC8. Grayscale: #434343. Windows color (decimal): -5893321 or 3609510. OLE color: 3609510.

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

Color convert

RGB 166 19 55 -
CMYK 0 0.89 0.67 0.35
HSL 345.31º 0.79% 0.36% -
HSV(B) 345.31º 0.89% 0.65% -
XYZ 16.65 8.85 4.44 -
YUV 67.06 121.2 198.57 -
System Red Green Blue C M Y K H S L
Decimal 166 19 55 0 0.89 0.67 0.35 345.31 0.79 0.36
Hex A6 13 37 0 59 43 23 159 4F 24
Octal 246 23 67 0 131 103 43 531 117 44
Binary 10100110 10011 110111 0 1011001 1000011 100011 101011001 1001111 100100

Color Harmonies of #A61337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61337

Black with #A61337

Text Example


Text Example

White with #A61337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61337; }

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

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

background-color css

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

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

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

border-color css

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

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

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