#A21339

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

Shades of Bright Red #A21339

Tints of Bright Red #A21339

Color information

#A21339 (or 0xA21339) is unknown color: approx Bright Red. HEX triplet: A2, 13 and 39. RGB value is (162,19,57). Sum of RGB (Red+Green+Blue) = 162+19+57=238 (31% of max value = 765). Red value is 162 (63.67% from 255 or 68.07% from 238); Green value is 19 (7.81% from 255 or 7.98% from 238); Blue value is 57 (22.66% from 255 or 23.95% from 238); Max value from RGB is 162 - color contains mainly: red. Hex color #A21339 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A21339 is #5DECC6. Grayscale: #424242. Windows color (decimal): -6155463 or 3740578. OLE color: 3740578.

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

Color convert

RGB1621957-
CMYK00.880.650.36
HSL344.06º79.01%35.49%-
HSV(B)344.06º88.27%63.53%-
XYZ15.878.444.66-
YUV66.09122.88196.41-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 68.07%
GREEN value IS 19 (7.81% from 255) = 7.98%
BLUE value IS 57 (22.66% from 255) = 23.95%
R=68.07%
G=7.98%
B=23.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.65
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162195700.880.650.36344.0679.0135.49
HexA2133905841241584f23
Octal242237101301014453011743
Binary10100010100111110010101100010000011001001010110001001111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A21339

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A21339; }

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

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

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

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

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

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

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

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