#A11138

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

Shades of Bright Red #A11138

Tints of Bright Red #A11138

Color information

#A11138 (or 0xA11138) is unknown color: approx Bright Red. HEX triplet: A1, 11 and 38. RGB value is (161,17,56). Sum of RGB (Red+Green+Blue) = 161+17+56=234 (30% of max value = 765). Red value is 161 (63.28% from 255 or 68.80% from 234); Green value is 17 (7.03% from 255 or 7.26% from 234); Blue value is 56 (22.27% from 255 or 23.93% from 234); Max value from RGB is 161 - color contains mainly: red. Hex color #A11138 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A11138 is #5EEEC7. Grayscale: #404040. Windows color (decimal): -6221512 or 3674529. OLE color: 3674529.

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

Color convert

RGB1611756-
CMYK00.890.650.37
HSL343.75º80.9%34.9%-
HSV(B)343.75º89.44%63.14%-
XYZ15.618.264.51-
YUV64.5123.21196.83-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 68.80%
GREEN value IS 17 (7.03% from 255) = 7.26%
BLUE value IS 56 (22.27% from 255) = 23.93%
R=68.80%
G=7.26%
B=23.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.65
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161175600.890.650.37343.7580.934.9
HexA1113805941251585123
Octal241217001311014553012143
Binary10100001100011110000101100110000011001011010110001010001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A11138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A11138; }

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

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

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

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

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

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

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

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