#a6162c

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

Shades of Bright Red #A6162C

Tints of Bright Red #A6162C

Color information

#A6162C (or 0xA6162C) is unknown color: approx Bright Red. HEX triplet: A6, 16 and 2C. RGB value is (166,22,44). Sum of RGB (Red+Green+Blue) = 166+22+44=232 (30% of max value = 765). Red value is 166 (65.23% from 255 or 71.55% from 232); Green value is 22 (8.98% from 255 or 9.48% from 232); Blue value is 44 (17.58% from 255 or 18.97% from 232); Max value from RGB is 166 - color contains mainly: red. Hex color #A6162C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A6162C is #59E9D3. Grayscale: #434343. Windows color (decimal): -5892564 or 2889382. OLE color: 2889382.

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

Color convert

RGB1662244-
CMYK00.870.730.35
HSL350.83º76.6%36.86%-
HSV(B)350.83º86.75%65.1%-
XYZ16.478.863.23-
YUV67.56114.71198.21-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 71.55%
GREEN value IS 22 (8.98% from 255) = 9.48%
BLUE value IS 44 (17.58% from 255) = 18.97%
R=71.55%
G=9.48%
B=18.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.73
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166224400.870.730.35350.8376.636.86
HexA6162C057492315f4d25
Octal246265401271114353711545
Binary10100110101101011000101011110010011000111010111111001101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a6162c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a6162c; }

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

 H1.HeaderClassName
 {
   color: #a6162c;
 }
 .AnyTagClassName
 {
   color: #a6162c;
 }
</style>
background-color css

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

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

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

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

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

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