#A31034

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

Shades of Bright Red #A31034

Tints of Bright Red #A31034

Color information

#A31034 (or 0xA31034) is unknown color: approx Bright Red. HEX triplet: A3, 10 and 34. RGB value is (163,16,52). Sum of RGB (Red+Green+Blue) = 163+16+52=231 (30% of max value = 765). Red value is 163 (64.06% from 255 or 70.56% from 231); Green value is 16 (6.64% from 255 or 6.93% from 231); Blue value is 52 (20.70% from 255 or 22.51% from 231); Max value from RGB is 163 - color contains mainly: red. Hex color #A31034 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A31034 is #5CEFCB. Grayscale: #404040. Windows color (decimal): -6090700 or 3412131. OLE color: 3412131.

HSL color Cylindrical-coordinate representation of color #A31034: hue angle of 345.31º 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 #A31034 is Cyan = 0, Magento = 0.90, Yellow = 0.68 and Black (K on CMYK) = 0.36.

Color convert

RGB1631652-
CMYK00.900.680.36
HSL345.31º82.12%35.1%-
HSV(B)345.31º90.18%63.92%-
XYZ15.918.414.03-
YUV64.06121.2198.57-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 70.56%
GREEN value IS 16 (6.64% from 255) = 6.93%
BLUE value IS 52 (20.70% from 255) = 22.51%
R=70.56%
G=6.93%
B=22.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.68
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163165200.900.680.36345.3182.1235.1
HexA3103405A44241595223
Octal243206401321044453112243
Binary10100011100001101000101101010001001001001010110011010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A31034

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A31034; }

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

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

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

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

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

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

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

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