#A2123A

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

Shades of Bright Red #A2123A

Tints of Bright Red #A2123A

Color information

#A2123A (or 0xA2123A) is unknown color: approx Bright Red. HEX triplet: A2, 12 and 3A. RGB value is (162,18,58). Sum of RGB (Red+Green+Blue) = 162+18+58=238 (31% of max value = 765). Red value is 162 (63.67% from 255 or 68.07% from 238); Green value is 18 (7.42% from 255 or 7.56% from 238); Blue value is 58 (23.05% from 255 or 24.37% from 238); Max value from RGB is 162 - color contains mainly: red. Hex color #A2123A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A2123A is #5DEDC5. Grayscale: #414141. Windows color (decimal): -6155718 or 3805858. OLE color: 3805858.

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

Color convert

RGB1621858-
CMYK00.890.640.36
HSL343.33º80%35.29%-
HSV(B)343.33º88.89%63.53%-
XYZ15.888.424.79-
YUV65.62123.71196.75-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 68.07%
GREEN value IS 18 (7.42% from 255) = 7.56%
BLUE value IS 58 (23.05% from 255) = 24.37%
R=68.07%
G=7.56%
B=24.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.64
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162185800.890.640.36343.338035.29
HexA2123A05940241575023
Octal242227201311004452712043
Binary10100010100101110100101100110000001001001010101111010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2123A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2123A; }

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

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

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

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

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

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

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

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