#A0163C

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

Shades of Bright Red #A0163C

Tints of Bright Red #A0163C

Color information

#A0163C (or 0xA0163C) is unknown color: approx Bright Red. HEX triplet: A0, 16 and 3C. RGB value is (160,22,60). Sum of RGB (Red+Green+Blue) = 160+22+60=242 (32% of max value = 765). Red value is 160 (62.89% from 255 or 66.12% from 242); Green value is 22 (8.98% from 255 or 9.09% from 242); Blue value is 60 (23.83% from 255 or 24.79% from 242); Max value from RGB is 160 - color contains mainly: red. Hex color #A0163C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A0163C is #5FE9C3. Grayscale: #434343. Windows color (decimal): -6285764 or 3937952. OLE color: 3937952.

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

Color convert

RGB1602260-
CMYK00.860.620.37
HSL343.48º75.82%35.69%-
HSV(B)343.48º86.25%62.75%-
XYZ15.68.375.07-
YUV67.59123.72193.91-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 66.12%
GREEN value IS 22 (8.98% from 255) = 9.09%
BLUE value IS 60 (23.83% from 255) = 24.79%
R=66.12%
G=9.09%
B=24.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.62
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160226000.860.620.37343.4875.8235.69
HexA0163C0563E251574c24
Octal24026740126764552711444
Binary1010000010110111100010101101111101001011010101111001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0163C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0163C; }

 p { color: rgb(160,22,60); }

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

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

 a { background-color: rgb(160,22,60); }

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

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

 span { border-color: rgb(160,22,60); }

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