#A1103C

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

Shades of Bright Red #A1103C

Tints of Bright Red #A1103C

Color information

#A1103C (or 0xA1103C) is unknown color: approx Bright Red. HEX triplet: A1, 10 and 3C. RGB value is (161,16,60). Sum of RGB (Red+Green+Blue) = 161+16+60=237 (31% of max value = 765). Red value is 161 (63.28% from 255 or 67.93% from 237); Green value is 16 (6.64% from 255 or 6.75% from 237); Blue value is 60 (23.83% from 255 or 25.32% from 237); Max value from RGB is 161 - color contains mainly: red. Hex color #A1103C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A1103C is #5EEFC3. Grayscale: #404040. Windows color (decimal): -6221764 or 3936417. OLE color: 3936417.

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

Color convert

RGB1611660-
CMYK00.900.630.37
HSL341.79º81.92%34.71%-
HSV(B)341.79º90.06%63.14%-
XYZ15.78.275.04-
YUV64.37125.54196.92-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 67.93%
GREEN value IS 16 (6.64% from 255) = 6.75%
BLUE value IS 60 (23.83% from 255) = 25.32%
R=67.93%
G=6.75%
B=25.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.63
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161166000.900.630.37341.7981.9234.71
HexA1103C05A3F251565223
Octal24120740132774552612243
Binary1010000110000111100010110101111111001011010101101010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1103C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1103C; }

 p { color: rgb(161,16,60); }

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

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

 a { background-color: rgb(161,16,60); }

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

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

 span { border-color: rgb(161,16,60); }

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