#A1113C

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

Shades of Bright Red #A1113C

Tints of Bright Red #A1113C

Color information

#A1113C (or 0xA1113C) is unknown color: approx Bright Red. HEX triplet: A1, 11 and 3C. RGB value is (161,17,60). Sum of RGB (Red+Green+Blue) = 161+17+60=238 (31% of max value = 765). Red value is 161 (63.28% from 255 or 67.65% from 238); Green value is 17 (7.03% from 255 or 7.14% from 238); Blue value is 60 (23.83% from 255 or 25.21% from 238); Max value from RGB is 161 - color contains mainly: red. Hex color #A1113C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A1113C is #5EEEC3. Grayscale: #404040. Windows color (decimal): -6221508 or 3936673. OLE color: 3936673.

HSL color Cylindrical-coordinate representation of color #A1113C: hue angle of 342.08º degrees, saturation: 0.81, 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 #A1113C is Cyan = 0, Magento = 0.89, Yellow = 0.63 and Black (K on CMYK) = 0.37.

Color convert

RGB1611760-
CMYK00.890.630.37
HSL342.08º80.9%34.9%-
HSV(B)342.08º89.44%63.14%-
XYZ15.718.35.05-
YUV64.96125.21196.5-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 67.65%
GREEN value IS 17 (7.03% from 255) = 7.14%
BLUE value IS 60 (23.83% from 255) = 25.21%
R=67.65%
G=7.14%
B=25.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.63
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161176000.890.630.37342.0880.934.9
HexA1113C0593F251565123
Octal24121740131774552612143
Binary1010000110001111100010110011111111001011010101101010001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1113C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1113C; }

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

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

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

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

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

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

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

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