#A2172A

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

Shades of Bright Red #A2172A

Tints of Bright Red #A2172A

Color information

#A2172A (or 0xA2172A) is unknown color: approx Bright Red. HEX triplet: A2, 17 and 2A. RGB value is (162,23,42). Sum of RGB (Red+Green+Blue) = 162+23+42=227 (30% of max value = 765). Red value is 162 (63.67% from 255 or 71.37% from 227); Green value is 23 (9.38% from 255 or 10.13% from 227); Blue value is 42 (16.80% from 255 or 18.50% from 227); Max value from RGB is 162 - color contains mainly: red. Hex color #A2172A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A2172A is #5DE8D5. Grayscale: #424242. Windows color (decimal): -6154454 or 2758562. OLE color: 2758562.

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

Color convert

RGB1622342-
CMYK00.860.740.36
HSL351.8º75.14%36.27%-
HSV(B)351.8º85.8%63.53%-
XYZ15.628.463-
YUV66.73114.05195.96-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 71.37%
GREEN value IS 23 (9.38% from 255) = 10.13%
BLUE value IS 42 (16.80% from 255) = 18.50%
R=71.37%
G=10.13%
B=18.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.74
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162234200.860.740.36351.875.1436.27
HexA2172A0564A241604b24
Octal242275201261124454011344
Binary10100010101111010100101011010010101001001011000001001011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2172A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2172A; }

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

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

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

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

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

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

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

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