#A31036

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

Shades of Bright Red #A31036

Tints of Bright Red #A31036

Color information

#A31036 (or 0xA31036) is unknown color: approx Bright Red. HEX triplet: A3, 10 and 36. RGB value is (163,16,54). Sum of RGB (Red+Green+Blue) = 163+16+54=233 (30% of max value = 765). Red value is 163 (64.06% from 255 or 69.96% from 233); Green value is 16 (6.64% from 255 or 6.87% from 233); Blue value is 54 (21.48% from 255 or 23.18% from 233); Max value from RGB is 163 - color contains mainly: red. Hex color #A31036 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A31036 is #5CEFC9. Grayscale: #404040. Windows color (decimal): -6090698 or 3543203. OLE color: 3543203.

HSL color Cylindrical-coordinate representation of color #A31036: hue angle of 344.49º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A31036 is Cyan = 0, Magento = 0.90, Yellow = 0.67 and Black (K on CMYK) = 0.36.

Color convert

RGB1631654-
CMYK00.900.670.36
HSL344.49º82.12%35.1%-
HSV(B)344.49º90.18%63.92%-
XYZ15.968.424.27-
YUV64.28122.2198.41-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 69.96%
GREEN value IS 16 (6.64% from 255) = 6.87%
BLUE value IS 54 (21.48% from 255) = 23.18%
R=69.96%
G=6.87%
B=23.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.67
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163165400.900.670.36344.4982.1235.1
HexA3103605A43241585223
Octal243206601321034453012243
Binary10100011100001101100101101010000111001001010110001010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A31036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A31036; }

 p { color: rgb(163,16,54); }

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

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

 a { background-color: rgb(163,16,54); }

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

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

 span { border-color: rgb(163,16,54); }

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