Html Css Color HEX #A6172C Bright Red

📋 copy color: '#A6172C'

red 166 ◦ green 23 ◦ blue 44

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

Shades of Bright Red #A6172C

Tints of Bright Red #A6172C

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.87%

 BLUE value IS 44 (17.58% from 255) = 18.88%

R = 71.24%
G = 9.87%
B = 18.88%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.73

 K value IS 0.35

RGB Variations

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

Color information

#A6172C (or 0xA6172C) is known color: Bright Red. HEX triplet: A6, 17 and 2C. RGB value is (166,23,44). Sum of RGB (Red+Green+Blue) = 166+23+44=233 (30% of max value = 765). Red value is 166 (65.23% from 255 or 71.24% from 233); Green value is 23 (9.38% from 255 or 9.87% from 233); Blue value is 44 (17.58% from 255 or 18.88% from 233); Max value from RGB is 166 - color contains mainly: red. Hex color #A6172C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A6172C is #59E8D3. Grayscale: #444444. Windows color (decimal): -5892308 or 2889638. OLE color: 2889638.

HSL color Cylindrical-coordinate representation of color #A6172C: hue angle of 351.19º degrees, saturation: 0.76, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A6172C is Cyan = 0, Magento = 0.86, Yellow = 0.73 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 23 44 -
CMYK 0 0.86 0.73 0.35
HSL 351.19º 0.76% 0.37% -
HSV(B) 351.19º 0.86% 0.65% -
XYZ 16.49 8.9 3.23 -
YUV 68.15 114.38 197.79 -
System Red Green Blue C M Y K H S L
Decimal 166 23 44 0 0.86 0.73 0.35 351.19 0.76 0.37
Hex A6 17 2C 0 56 49 23 15F 4C 25
Octal 246 27 54 0 126 111 43 537 114 45
Binary 10100110 10111 101100 0 1010110 1001001 100011 101011111 1001100 100101

Color Harmonies of #A6172C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6172C

Black with #A6172C

Text Example


Text Example

White with #A6172C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6172C; }

 p { color: rgb(166,23,44); }

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

background-color css

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

 a { background-color: rgb(166,23,44); }

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

border-color css

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

 span { border-color: rgb(166,23,44); }

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