#A11A35

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

Shades of Bright Red #A11A35

Tints of Bright Red #A11A35

Color information

#A11A35 (or 0xA11A35) is unknown color: approx Bright Red. HEX triplet: A1, 1A and 35. RGB value is (161,26,53). Sum of RGB (Red+Green+Blue) = 161+26+53=240 (31% of max value = 765). Red value is 161 (63.28% from 255 or 67.08% from 240); Green value is 26 (10.55% from 255 or 10.83% from 240); Blue value is 53 (21.09% from 255 or 22.08% from 240); Max value from RGB is 161 - color contains mainly: red. Hex color #A11A35 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A11A35 is #5EE5CA. Grayscale: #454545. Windows color (decimal): -6219211 or 3480225. OLE color: 3480225.

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

Color convert

RGB1612653-
CMYK00.840.670.37
HSL348º72.19%36.67%-
HSV(B)348º83.85%63.14%-
XYZ15.718.574.19-
YUV69.44118.73193.3-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 67.08%
GREEN value IS 26 (10.55% from 255) = 10.83%
BLUE value IS 53 (21.09% from 255) = 22.08%
R=67.08%
G=10.83%
B=22.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.67
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161265300.840.670.3734872.1936.67
HexA11A35054432515c4825
Octal241326501241034553411045
Binary10100001110101101010101010010000111001011010111001001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A11A35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A11A35; }

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

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

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

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

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

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

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

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