#A3163E

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

Shades of Bright Red #A3163E

Tints of Bright Red #A3163E

Color information

#A3163E (or 0xA3163E) is unknown color: approx Bright Red. HEX triplet: A3, 16 and 3E. RGB value is (163,22,62). Sum of RGB (Red+Green+Blue) = 163+22+62=247 (32% of max value = 765). Red value is 163 (64.06% from 255 or 65.99% from 247); Green value is 22 (8.98% from 255 or 8.91% from 247); Blue value is 62 (24.61% from 255 or 25.10% from 247); Max value from RGB is 163 - color contains mainly: red. Hex color #A3163E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A3163E is #5CE9C1. Grayscale: #444444. Windows color (decimal): -6089154 or 4069027. OLE color: 4069027.

HSL color Cylindrical-coordinate representation of color #A3163E: hue angle of 342.98º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A3163E is Cyan = 0, Magento = 0.87, Yellow = 0.62 and Black (K on CMYK) = 0.36.

Color convert

RGB1632262-
CMYK00.870.620.36
HSL342.98º76.22%36.27%-
HSV(B)342.98º86.5%63.92%-
XYZ16.268.715.38-
YUV68.72124.21195.25-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 65.99%
GREEN value IS 22 (8.98% from 255) = 8.91%
BLUE value IS 62 (24.61% from 255) = 25.10%
R=65.99%
G=8.91%
B=25.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.62
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163226200.870.620.36342.9876.2236.27
HexA3163E0573E241574c24
Octal24326760127764452711444
Binary1010001110110111110010101111111101001001010101111001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3163E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3163E; }

 p { color: rgb(163,22,62); }

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

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

 a { background-color: rgb(163,22,62); }

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

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

 span { border-color: rgb(163,22,62); }

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