#A2172E

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

Shades of Bright Red #A2172E

Tints of Bright Red #A2172E

Color information

#A2172E (or 0xA2172E) is unknown color: approx Bright Red. HEX triplet: A2, 17 and 2E. RGB value is (162,23,46). Sum of RGB (Red+Green+Blue) = 162+23+46=231 (30% of max value = 765). Red value is 162 (63.67% from 255 or 70.13% from 231); Green value is 23 (9.38% from 255 or 9.96% from 231); Blue value is 46 (18.36% from 255 or 19.91% from 231); Max value from RGB is 162 - color contains mainly: red. Hex color #A2172E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A2172E is #5DE8D1. Grayscale: #434343. Windows color (decimal): -6154450 or 3020706. OLE color: 3020706.

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

Color convert

RGB1622346-
CMYK00.860.720.36
HSL350.07º75.14%36.27%-
HSV(B)350.07º85.8%63.53%-
XYZ15.78.493.4-
YUV67.18116.05195.63-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 70.13%
GREEN value IS 23 (9.38% from 255) = 9.96%
BLUE value IS 46 (18.36% from 255) = 19.91%
R=70.13%
G=9.96%
B=19.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.72
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162234600.860.720.36350.0775.1436.27
HexA2172E056482415e4b24
Octal242275601261104453611344
Binary10100010101111011100101011010010001001001010111101001011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2172E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2172E; }

 p { color: rgb(162,23,46); }

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

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

 a { background-color: rgb(162,23,46); }

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

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

 span { border-color: rgb(162,23,46); }

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