#A1162A

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

Shades of Bright Red #A1162A

Tints of Bright Red #A1162A

Color information

#A1162A (or 0xA1162A) is unknown color: approx Bright Red. HEX triplet: A1, 16 and 2A. RGB value is (161,22,42). Sum of RGB (Red+Green+Blue) = 161+22+42=225 (29% of max value = 765). Red value is 161 (63.28% from 255 or 71.56% from 225); Green value is 22 (8.98% from 255 or 9.78% from 225); Blue value is 42 (16.80% from 255 or 18.67% from 225); Max value from RGB is 161 - color contains mainly: red. Hex color #A1162A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A1162A is #5EE9D5. Grayscale: #414141. Windows color (decimal): -6220246 or 2758305. OLE color: 2758305.

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

Color convert

RGB1612242-
CMYK00.860.740.37
HSL351.37º75.96%35.88%-
HSV(B)351.37º86.34%63.14%-
XYZ15.48.322.98-
YUV65.84114.55195.87-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 71.56%
GREEN value IS 22 (8.98% from 255) = 9.78%
BLUE value IS 42 (16.80% from 255) = 18.67%
R=71.56%
G=9.78%
B=18.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.74
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161224200.860.740.37351.3775.9635.88
HexA1162A0564A2515f4c24
Octal241265201261124553711444
Binary10100001101101010100101011010010101001011010111111001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1162A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1162A; }

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

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

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

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

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

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

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

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