#A1162E

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

Shades of Bright Red #A1162E

Tints of Bright Red #A1162E

Color information

#A1162E (or 0xA1162E) is unknown color: approx Bright Red. HEX triplet: A1, 16 and 2E. RGB value is (161,22,46). Sum of RGB (Red+Green+Blue) = 161+22+46=229 (30% of max value = 765). Red value is 161 (63.28% from 255 or 70.31% from 229); Green value is 22 (8.98% from 255 or 9.61% from 229); Blue value is 46 (18.36% from 255 or 20.09% from 229); Max value from RGB is 161 - color contains mainly: red. Hex color #A1162E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A1162E is #5EE9D1. Grayscale: #424242. Windows color (decimal): -6220242 or 3020449. OLE color: 3020449.

HSL color Cylindrical-coordinate representation of color #A1162E: hue angle of 349.64º 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 #A1162E is Cyan = 0, Magento = 0.86, Yellow = 0.71 and Black (K on CMYK) = 0.37.

Color convert

RGB1612246-
CMYK00.860.710.37
HSL349.64º75.96%35.88%-
HSV(B)349.64º86.34%63.14%-
XYZ15.488.353.38-
YUV66.3116.55195.55-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 70.31%
GREEN value IS 22 (8.98% from 255) = 9.61%
BLUE value IS 46 (18.36% from 255) = 20.09%
R=70.31%
G=9.61%
B=20.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.71
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161224600.860.710.37349.6475.9635.88
HexA1162E056472515e4c24
Octal241265601261074553611444
Binary10100001101101011100101011010001111001011010111101001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1162E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1162E; }

 p { color: rgb(161,22,46); }

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

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

 a { background-color: rgb(161,22,46); }

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

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

 span { border-color: rgb(161,22,46); }

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