#A11A2A

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

Shades of Bright Red #A11A2A

Tints of Bright Red #A11A2A

Color information

#A11A2A (or 0xA11A2A) is unknown color: approx Bright Red. HEX triplet: A1, 1A and 2A. RGB value is (161,26,42). Sum of RGB (Red+Green+Blue) = 161+26+42=229 (30% of max value = 765). Red value is 161 (63.28% from 255 or 70.31% from 229); Green value is 26 (10.55% from 255 or 11.35% from 229); Blue value is 42 (16.80% from 255 or 18.34% from 229); Max value from RGB is 161 - color contains mainly: red. Hex color #A11A2A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A11A2A is #5EE5D5. Grayscale: #444444. Windows color (decimal): -6219222 or 2759329. OLE color: 2759329.

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

Color convert

RGB1612642-
CMYK00.840.740.37
HSL352.89º72.19%36.67%-
HSV(B)352.89º83.85%63.14%-
XYZ15.498.483.01-
YUV68.19113.23194.2-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 70.31%
GREEN value IS 26 (10.55% from 255) = 11.35%
BLUE value IS 42 (16.80% from 255) = 18.34%
R=70.31%
G=11.35%
B=18.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.74
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161264200.840.740.37352.8972.1936.67
HexA11A2A0544A251614825
Octal241325201241124554111045
Binary10100001110101010100101010010010101001011011000011001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A11A2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A11A2A; }

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

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

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

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

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

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

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

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