#A11A2B

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

Shades of Bright Red #A11A2B

Tints of Bright Red #A11A2B

Color information

#A11A2B (or 0xA11A2B) is unknown color: approx Bright Red. HEX triplet: A1, 1A and 2B. RGB value is (161,26,43). Sum of RGB (Red+Green+Blue) = 161+26+43=230 (30% of max value = 765). Red value is 161 (63.28% from 255 or 70% from 230); Green value is 26 (10.55% from 255 or 11.30% from 230); Blue value is 43 (17.19% from 255 or 18.70% from 230); Max value from RGB is 161 - color contains mainly: red. Hex color #A11A2B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A11A2B is #5EE5D4. Grayscale: #444444. Windows color (decimal): -6219221 or 2824865. OLE color: 2824865.

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

Color convert

RGB1612643-
CMYK00.840.730.37
HSL352.44º72.19%36.67%-
HSV(B)352.44º83.85%63.14%-
XYZ15.58.493.11-
YUV68.3113.73194.12-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 70%
GREEN value IS 26 (10.55% from 255) = 11.30%
BLUE value IS 43 (17.19% from 255) = 18.70%
R=70%
G=11.30%
B=18.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.73
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161264300.840.730.37352.4472.1936.67
HexA11A2B05449251604825
Octal241325301241114554011045
Binary10100001110101010110101010010010011001011011000001001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A11A2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A11A2B; }

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

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

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

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

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

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

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

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