#A2183B

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

Shades of Bright Red #A2183B

Tints of Bright Red #A2183B

Color information

#A2183B (or 0xA2183B) is unknown color: approx Bright Red. HEX triplet: A2, 18 and 3B. RGB value is (162,24,59). Sum of RGB (Red+Green+Blue) = 162+24+59=245 (32% of max value = 765). Red value is 162 (63.67% from 255 or 66.12% from 245); Green value is 24 (9.77% from 255 or 9.80% from 245); Blue value is 59 (23.44% from 255 or 24.08% from 245); Max value from RGB is 162 - color contains mainly: red. Hex color #A2183B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A2183B is #5DE7C4. Grayscale: #454545. Windows color (decimal): -6154181 or 3872930. OLE color: 3872930.

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

Color convert

RGB1622459-
CMYK00.850.640.36
HSL344.78º74.19%36.47%-
HSV(B)344.78º85.19%63.53%-
XYZ16.028.654.96-
YUV69.25122.22194.15-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 66.12%
GREEN value IS 24 (9.77% from 255) = 9.80%
BLUE value IS 59 (23.44% from 255) = 24.08%
R=66.12%
G=9.80%
B=24.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.64
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162245900.850.640.36344.7874.1936.47
HexA2183B05540241594a24
Octal242307301251004453111244
Binary10100010110001110110101010110000001001001010110011001010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2183B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2183B; }

 p { color: rgb(162,24,59); }

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

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

 a { background-color: rgb(162,24,59); }

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

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

 span { border-color: rgb(162,24,59); }

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