#A21332

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

Shades of Bright Red #A21332

Tints of Bright Red #A21332

Color information

#A21332 (or 0xA21332) is unknown color: approx Bright Red. HEX triplet: A2, 13 and 32. RGB value is (162,19,50). Sum of RGB (Red+Green+Blue) = 162+19+50=231 (30% of max value = 765). Red value is 162 (63.67% from 255 or 70.13% from 231); Green value is 19 (7.81% from 255 or 8.23% from 231); Blue value is 50 (19.92% from 255 or 21.65% from 231); Max value from RGB is 162 - color contains mainly: red. Hex color #A21332 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A21332 is #5DECCD. Grayscale: #414141. Windows color (decimal): -6155470 or 3281826. OLE color: 3281826.

HSL color Cylindrical-coordinate representation of color #A21332: hue angle of 346.99º 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 #A21332 is Cyan = 0, Magento = 0.88, Yellow = 0.69 and Black (K on CMYK) = 0.36.

Color convert

RGB1621950-
CMYK00.880.690.36
HSL346.99º79.01%35.49%-
HSV(B)346.99º88.27%63.53%-
XYZ15.718.383.81-
YUV65.29119.38196.98-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 70.13%
GREEN value IS 19 (7.81% from 255) = 8.23%
BLUE value IS 50 (19.92% from 255) = 21.65%
R=70.13%
G=8.23%
B=21.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.69
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162195000.880.690.36346.9979.0135.49
HexA21332058452415b4f23
Octal242236201301054453311743
Binary10100010100111100100101100010001011001001010110111001111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A21332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A21332; }

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

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

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

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

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

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

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

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