#A6172C

Color #A6172C Bright Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bright Red #A6172C

Tints of Bright Red #A6172C

Color information

#A6172C (or 0xA6172C) is unknown color: approx 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

RGB1662344-
CMYK00.860.730.35
HSL351.19º75.66%37.06%-
HSV(B)351.19º86.14%65.1%-
XYZ16.498.93.23-
YUV68.15114.38197.79-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.73
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166234400.860.730.35351.1975.6637.06
HexA6172C056492315f4c25
Octal246275401261114353711445
Binary10100110101111011000101011010010011000111010111111001100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6172C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>