#A21239

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

Shades of Bright Red #A21239

Tints of Bright Red #A21239

Color information

#A21239 (or 0xA21239) is unknown color: approx Bright Red. HEX triplet: A2, 12 and 39. RGB value is (162,18,57). Sum of RGB (Red+Green+Blue) = 162+18+57=237 (31% of max value = 765). Red value is 162 (63.67% from 255 or 68.35% from 237); Green value is 18 (7.42% from 255 or 7.59% from 237); Blue value is 57 (22.66% from 255 or 24.05% from 237); Max value from RGB is 162 - color contains mainly: red. Hex color #A21239 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A21239 is #5DEDC6. Grayscale: #414141. Windows color (decimal): -6155719 or 3740322. OLE color: 3740322.

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

Color convert

RGB1621857-
CMYK00.890.650.36
HSL343.75º80%35.29%-
HSV(B)343.75º88.89%63.53%-
XYZ15.868.414.66-
YUV65.5123.21196.83-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 68.35%
GREEN value IS 18 (7.42% from 255) = 7.59%
BLUE value IS 57 (22.66% from 255) = 24.05%
R=68.35%
G=7.59%
B=24.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.65
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162185700.890.650.36343.758035.29
HexA2123905941241585023
Octal242227101311014453012043
Binary10100010100101110010101100110000011001001010110001010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A21239

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A21239; }

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

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

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

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

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

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

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

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