#A11A29

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

Shades of Bright Red #A11A29

Tints of Bright Red #A11A29

Color information

#A11A29 (or 0xA11A29) is unknown color: approx Bright Red. HEX triplet: A1, 1A and 29. RGB value is (161,26,41). Sum of RGB (Red+Green+Blue) = 161+26+41=228 (30% of max value = 765). Red value is 161 (63.28% from 255 or 70.61% from 228); Green value is 26 (10.55% from 255 or 11.40% from 228); Blue value is 41 (16.41% from 255 or 17.98% from 228); Max value from RGB is 161 - color contains mainly: red. Hex color #A11A29 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A11A29 is #5EE5D6. Grayscale: #444444. Windows color (decimal): -6219223 or 2693793. OLE color: 2693793.

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

Color convert

RGB1612641-
CMYK00.840.750.37
HSL353.33º72.19%36.67%-
HSV(B)353.33º83.85%63.14%-
XYZ15.478.482.92-
YUV68.08112.73194.28-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 70.61%
GREEN value IS 26 (10.55% from 255) = 11.40%
BLUE value IS 41 (16.41% from 255) = 17.98%
R=70.61%
G=11.40%
B=17.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.75
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161264100.840.750.37353.3372.1936.67
HexA11A290544B251614825
Octal241325101241134554111045
Binary10100001110101010010101010010010111001011011000011001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A11A29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A11A29; }

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

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

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

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

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

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

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

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