#a21139

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

Shades of Bright Red #A21139

Tints of Bright Red #A21139

Color information

#A21139 (or 0xA21139) is unknown color: approx Bright Red. HEX triplet: A2, 11 and 39. RGB value is (162,17,57). Sum of RGB (Red+Green+Blue) = 162+17+57=236 (31% of max value = 765). Red value is 162 (63.67% from 255 or 68.64% from 236); Green value is 17 (7.03% from 255 or 7.20% from 236); Blue value is 57 (22.66% from 255 or 24.15% from 236); Max value from RGB is 162 - color contains mainly: red. Hex color #A21139 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A21139 is #5DEEC6. Grayscale: #404040. Windows color (decimal): -6155975 or 3740066. OLE color: 3740066.

HSL color Cylindrical-coordinate representation of color #A21139: hue angle of 343.45º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A21139 is Cyan = 0, Magento = 0.90, Yellow = 0.65 and Black (K on CMYK) = 0.36.

Color convert

RGB1621757-
CMYK00.900.650.36
HSL343.45º81.01%35.1%-
HSV(B)343.45º89.51%63.53%-
XYZ15.848.384.65-
YUV64.91123.54197.25-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 68.64%
GREEN value IS 17 (7.03% from 255) = 7.20%
BLUE value IS 57 (22.66% from 255) = 24.15%
R=68.64%
G=7.20%
B=24.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.65
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162175700.900.650.36343.4581.0135.1
HexA2113905A41241575123
Octal242217101321014452712143
Binary10100010100011110010101101010000011001001010101111010001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a21139

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a21139; }

 p { color: rgb(162,17,57); }

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

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

 a { background-color: rgb(162,17,57); }

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

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

 span { border-color: rgb(162,17,57); }

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