#A2153A

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

Shades of Bright Red #A2153A

Tints of Bright Red #A2153A

Color information

#A2153A (or 0xA2153A) is unknown color: approx Bright Red. HEX triplet: A2, 15 and 3A. RGB value is (162,21,58). Sum of RGB (Red+Green+Blue) = 162+21+58=241 (31% of max value = 765). Red value is 162 (63.67% from 255 or 67.22% from 241); Green value is 21 (8.59% from 255 or 8.71% from 241); Blue value is 58 (23.05% from 255 or 24.07% from 241); Max value from RGB is 162 - color contains mainly: red. Hex color #A2153A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A2153A is #5DEAC5. Grayscale: #434343. Windows color (decimal): -6154950 or 3806626. OLE color: 3806626.

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

Color convert

RGB1622158-
CMYK00.870.640.36
HSL344.26º77.05%35.88%-
HSV(B)344.26º87.04%63.53%-
XYZ15.938.524.81-
YUV67.38122.71195.49-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 67.22%
GREEN value IS 21 (8.59% from 255) = 8.71%
BLUE value IS 58 (23.05% from 255) = 24.07%
R=67.22%
G=8.71%
B=24.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.64
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162215800.870.640.36344.2677.0535.88
HexA2153A05740241584d24
Octal242257201271004453011544
Binary10100010101011110100101011110000001001001010110001001101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2153A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2153A; }

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

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

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

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

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

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

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

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