#A1123A

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

Shades of Bright Red #A1123A

Tints of Bright Red #A1123A

Color information

#A1123A (or 0xA1123A) is unknown color: approx Bright Red. HEX triplet: A1, 12 and 3A. RGB value is (161,18,58). Sum of RGB (Red+Green+Blue) = 161+18+58=237 (31% of max value = 765). Red value is 161 (63.28% from 255 or 67.93% from 237); Green value is 18 (7.42% from 255 or 7.59% from 237); Blue value is 58 (23.05% from 255 or 24.47% from 237); Max value from RGB is 161 - color contains mainly: red. Hex color #A1123A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A1123A is #5EEDC5. Grayscale: #414141. Windows color (decimal): -6221254 or 3805857. OLE color: 3805857.

HSL color Cylindrical-coordinate representation of color #A1123A: hue angle of 343.22º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A1123A is Cyan = 0, Magento = 0.89, Yellow = 0.64 and Black (K on CMYK) = 0.37.

Color convert

RGB1611858-
CMYK00.890.640.37
HSL343.22º79.89%35.1%-
HSV(B)343.22º88.82%63.14%-
XYZ15.688.324.78-
YUV65.32123.88196.25-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 67.93%
GREEN value IS 18 (7.42% from 255) = 7.59%
BLUE value IS 58 (23.05% from 255) = 24.47%
R=67.93%
G=7.59%
B=24.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.64
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161185800.890.640.37343.2279.8935.1
HexA1123A05940251575023
Octal241227201311004552712043
Binary10100001100101110100101100110000001001011010101111010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1123A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1123A; }

 p { color: rgb(161,18,58); }

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

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

 a { background-color: rgb(161,18,58); }

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

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

 span { border-color: rgb(161,18,58); }

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