#A2133A

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

Shades of Bright Red #A2133A

Tints of Bright Red #A2133A

Color information

#A2133A (or 0xA2133A) is unknown color: approx Bright Red. HEX triplet: A2, 13 and 3A. RGB value is (162,19,58). Sum of RGB (Red+Green+Blue) = 162+19+58=239 (31% of max value = 765). Red value is 162 (63.67% from 255 or 67.78% from 239); Green value is 19 (7.81% from 255 or 7.95% from 239); Blue value is 58 (23.05% from 255 or 24.27% from 239); Max value from RGB is 162 - color contains mainly: red. Hex color #A2133A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A2133A is #5DECC5. Grayscale: #424242. Windows color (decimal): -6155462 or 3806114. OLE color: 3806114.

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

Color convert

RGB1621958-
CMYK00.880.640.36
HSL343.64º79.01%35.49%-
HSV(B)343.64º88.27%63.53%-
XYZ15.98.454.8-
YUV66.2123.38196.33-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 67.78%
GREEN value IS 19 (7.81% from 255) = 7.95%
BLUE value IS 58 (23.05% from 255) = 24.27%
R=67.78%
G=7.95%
B=24.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.64
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162195800.880.640.36343.6479.0135.49
HexA2133A05840241584f23
Octal242237201301004453011743
Binary10100010100111110100101100010000001001001010110001001111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2133A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2133A; }

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

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

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

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

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

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

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

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