Html Css Color HEX #A61134 Cardinal

📋 copy color: '#A61134'

red 166 ◦ green 17 ◦ blue 52

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

Shades of Cardinal #A61134

Tints of Cardinal #A61134

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.23%

 BLUE value IS 52 (20.7% from 255) = 22.13%

R = 70.64%
G = 7.23%
B = 22.13%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.69

 K value IS 0.35

RGB Variations

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

Color information

#A61134 (or 0xA61134) is known color: Cardinal. HEX triplet: A6, 11 and 34. RGB value is (166,17,52). Sum of RGB (Red+Green+Blue) = 166+17+52=235 (31% of max value = 765). Red value is 166 (65.23% from 255 or 70.64% from 235); Green value is 17 (7.03% from 255 or 7.23% from 235); Blue value is 52 (20.70% from 255 or 22.13% from 235); Max value from RGB is 166 - color contains mainly: red. Hex color #A61134 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A61134 is #59EECB. Grayscale: #414141. Windows color (decimal): -5893836 or 3412390. OLE color: 3412390.

HSL color Cylindrical-coordinate representation of color #A61134: hue angle of 345.91º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A61134 is Cyan = 0, Magento = 0.90, Yellow = 0.69 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 17 52 -
CMYK 0 0.90 0.69 0.35
HSL 345.91º 0.81% 0.36% -
HSV(B) 345.91º 0.9% 0.65% -
XYZ 16.55 8.76 4.07 -
YUV 65.54 120.36 199.65 -
System Red Green Blue C M Y K H S L
Decimal 166 17 52 0 0.90 0.69 0.35 345.91 0.81 0.36
Hex A6 11 34 0 5A 45 23 15A 51 24
Octal 246 21 64 0 132 105 43 532 121 44
Binary 10100110 10001 110100 0 1011010 1000101 100011 101011010 1010001 100100

Color Harmonies of #A61134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61134

Black with #A61134

Text Example


Text Example

White with #A61134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61134; }

 p { color: rgb(166,17,52); }

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

background-color css

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

 a { background-color: rgb(166,17,52); }

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

border-color css

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

 span { border-color: rgb(166,17,52); }

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