#A21039

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

Shades of Bright Red #A21039

Tints of Bright Red #A21039

Color information

#A21039 (or 0xA21039) is unknown color: approx Bright Red. HEX triplet: A2, 10 and 39. RGB value is (162,16,57). Sum of RGB (Red+Green+Blue) = 162+16+57=235 (31% of max value = 765). Red value is 162 (63.67% from 255 or 68.94% from 235); Green value is 16 (6.64% from 255 or 6.81% from 235); Blue value is 57 (22.66% from 255 or 24.26% from 235); Max value from RGB is 162 - color contains mainly: red. Hex color #A21039 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A21039 is #5DEFC6. Grayscale: #404040. Windows color (decimal): -6156231 or 3739810. OLE color: 3739810.

HSL color Cylindrical-coordinate representation of color #A21039: hue angle of 343.15º degrees, saturation: 0.82, 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 #A21039 is Cyan = 0, Magento = 0.90, Yellow = 0.65 and Black (K on CMYK) = 0.36.

Color convert

RGB1621657-
CMYK00.900.650.36
HSL343.15º82.02%34.9%-
HSV(B)343.15º90.12%63.53%-
XYZ15.828.354.65-
YUV64.33123.87197.67-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 68.94%
GREEN value IS 16 (6.64% from 255) = 6.81%
BLUE value IS 57 (22.66% from 255) = 24.26%
R=68.94%
G=6.81%
B=24.26%

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
Decimal162165700.900.650.36343.1582.0234.9
HexA2103905A41241575223
Octal242207101321014452712243
Binary10100010100001110010101101010000011001001010101111010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A21039

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A21039; }

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

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

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

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

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

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

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

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