Html Css Color HEX #A61132 Cardinal

📋 copy color: '#A61132'

red 166 ◦ green 17 ◦ blue 50

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

Shades of Cardinal #A61132

Tints of Cardinal #A61132

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 21.46%

R = 71.24%
G = 7.3%
B = 21.46%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.70

 K value IS 0.35

RGB Variations

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

Color information

#A61132 (or 0xA61132) is known color: Cardinal. HEX triplet: A6, 11 and 32. RGB value is (166,17,50). Sum of RGB (Red+Green+Blue) = 166+17+50=233 (30% of max value = 765). Red value is 166 (65.23% from 255 or 71.24% from 233); Green value is 17 (7.03% from 255 or 7.30% from 233); Blue value is 50 (19.92% from 255 or 21.46% from 233); Max value from RGB is 166 - color contains mainly: red. Hex color #A61132 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A61132 is #59EECD. Grayscale: #414141. Windows color (decimal): -5893838 or 3281318. OLE color: 3281318.

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

Color convert

RGB 166 17 50 -
CMYK 0 0.90 0.70 0.35
HSL 346.71º 0.81% 0.36% -
HSV(B) 346.71º 0.9% 0.65% -
XYZ 16.5 8.74 3.83 -
YUV 65.31 119.36 199.82 -
System Red Green Blue C M Y K H S L
Decimal 166 17 50 0 0.90 0.70 0.35 346.71 0.81 0.36
Hex A6 11 32 0 5A 46 23 15B 51 24
Octal 246 21 62 0 132 106 43 533 121 44
Binary 10100110 10001 110010 0 1011010 1000110 100011 101011011 1010001 100100

Color Harmonies of #A61132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61132

Black with #A61132

Text Example


Text Example

White with #A61132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61132; }

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

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

background-color css

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

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

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

border-color css

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

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

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