#A1162B

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

Shades of Bright Red #A1162B

Tints of Bright Red #A1162B

Color information

#A1162B (or 0xA1162B) is unknown color: approx Bright Red. HEX triplet: A1, 16 and 2B. RGB value is (161,22,43). Sum of RGB (Red+Green+Blue) = 161+22+43=226 (29% of max value = 765). Red value is 161 (63.28% from 255 or 71.24% from 226); Green value is 22 (8.98% from 255 or 9.73% from 226); Blue value is 43 (17.19% from 255 or 19.03% from 226); Max value from RGB is 161 - color contains mainly: red. Hex color #A1162B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A1162B is #5EE9D4. Grayscale: #424242. Windows color (decimal): -6220245 or 2823841. OLE color: 2823841.

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

Color convert

RGB1612243-
CMYK00.860.730.37
HSL350.94º75.96%35.88%-
HSV(B)350.94º86.34%63.14%-
XYZ15.428.333.08-
YUV65.96115.05195.79-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 71.24%
GREEN value IS 22 (8.98% from 255) = 9.73%
BLUE value IS 43 (17.19% from 255) = 19.03%
R=71.24%
G=9.73%
B=19.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.73
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161224300.860.730.37350.9475.9635.88
HexA1162B056492515f4c24
Octal241265301261114553711444
Binary10100001101101010110101011010010011001011010111111001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1162B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1162B; }

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

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

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

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

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

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

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

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