#A11A36

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

Shades of Bright Red #A11A36

Tints of Bright Red #A11A36

Color information

#A11A36 (or 0xA11A36) is unknown color: approx Bright Red. HEX triplet: A1, 1A and 36. RGB value is (161,26,54). Sum of RGB (Red+Green+Blue) = 161+26+54=241 (31% of max value = 765). Red value is 161 (63.28% from 255 or 66.80% from 241); Green value is 26 (10.55% from 255 or 10.79% from 241); Blue value is 54 (21.48% from 255 or 22.41% from 241); Max value from RGB is 161 - color contains mainly: red. Hex color #A11A36 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A11A36 is #5EE5C9. Grayscale: #454545. Windows color (decimal): -6219210 or 3545761. OLE color: 3545761.

HSL color Cylindrical-coordinate representation of color #A11A36: hue angle of 347.56º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A11A36 is Cyan = 0, Magento = 0.84, Yellow = 0.66 and Black (K on CMYK) = 0.37.

Color convert

RGB1612654-
CMYK00.840.660.37
HSL347.56º72.19%36.67%-
HSV(B)347.56º83.85%63.14%-
XYZ15.738.584.32-
YUV69.56119.23193.22-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 66.80%
GREEN value IS 26 (10.55% from 255) = 10.79%
BLUE value IS 54 (21.48% from 255) = 22.41%
R=66.80%
G=10.79%
B=22.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.66
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161265400.840.660.37347.5672.1936.67
HexA11A36054422515c4825
Octal241326601241024553411045
Binary10100001110101101100101010010000101001011010111001001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A11A36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A11A36; }

 p { color: rgb(161,26,54); }

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

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

 a { background-color: rgb(161,26,54); }

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

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

 span { border-color: rgb(161,26,54); }

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