Html Css Color HEX #A61437 Cardinal

📋 copy color: '#A61437'

red 166 ◦ green 20 ◦ blue 55

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

Shades of Cardinal #A61437

Tints of Cardinal #A61437

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.3%

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

R = 68.88%
G = 8.3%
B = 22.82%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.67

 K value IS 0.35

RGB Variations

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

Color information

#A61437 (or 0xA61437) is known color: Cardinal. HEX triplet: A6, 14 and 37. RGB value is (166,20,55). Sum of RGB (Red+Green+Blue) = 166+20+55=241 (31% of max value = 765). Red value is 166 (65.23% from 255 or 68.88% from 241); Green value is 20 (8.20% from 255 or 8.30% from 241); Blue value is 55 (21.88% from 255 or 22.82% from 241); Max value from RGB is 166 - color contains mainly: red. Hex color #A61437 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A61437 is #59EBC8. Grayscale: #434343. Windows color (decimal): -5893065 or 3609766. OLE color: 3609766.

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

Color convert

RGB 166 20 55 -
CMYK 0 0.88 0.67 0.35
HSL 345.62º 0.78% 0.36% -
HSV(B) 345.62º 0.88% 0.65% -
XYZ 16.67 8.88 4.45 -
YUV 67.64 120.87 198.15 -
System Red Green Blue C M Y K H S L
Decimal 166 20 55 0 0.88 0.67 0.35 345.62 0.78 0.36
Hex A6 14 37 0 58 43 23 15A 4E 24
Octal 246 24 67 0 130 103 43 532 116 44
Binary 10100110 10100 110111 0 1011000 1000011 100011 101011010 1001110 100100

Color Harmonies of #A61437

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61437

Black with #A61437

Text Example


Text Example

White with #A61437

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61437; }

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

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

background-color css

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

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

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

border-color css

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

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

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