#A5162B

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

Shades of Bright Red #A5162B

Tints of Bright Red #A5162B

Color information

#A5162B (or 0xA5162B) is unknown color: approx Bright Red. HEX triplet: A5, 16 and 2B. RGB value is (165,22,43). Sum of RGB (Red+Green+Blue) = 165+22+43=230 (30% of max value = 765). Red value is 165 (64.84% from 255 or 71.74% from 230); Green value is 22 (8.98% from 255 or 9.57% from 230); Blue value is 43 (17.19% from 255 or 18.70% from 230); Max value from RGB is 165 - color contains mainly: red. Hex color #A5162B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A5162B is #5AE9D4. Grayscale: #434343. Windows color (decimal): -5958101 or 2823845. OLE color: 2823845.

HSL color Cylindrical-coordinate representation of color #A5162B: hue angle of 351.19º degrees, saturation: 0.76, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A5162B is Cyan = 0, Magento = 0.87, Yellow = 0.74 and Black (K on CMYK) = 0.35.

Color convert

RGB1652243-
CMYK00.870.740.35
HSL351.19º76.47%36.67%-
HSV(B)351.19º86.67%64.71%-
XYZ16.248.753.12-
YUV67.15114.38197.79-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 71.74%
GREEN value IS 22 (8.98% from 255) = 9.57%
BLUE value IS 43 (17.19% from 255) = 18.70%
R=71.74%
G=9.57%
B=18.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.74
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165224300.870.740.35351.1976.4736.67
HexA5162B0574A2315f4c25
Octal245265301271124353711445
Binary10100101101101010110101011110010101000111010111111001100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5162B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5162B; }

 p { color: rgb(165,22,43); }

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

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

 a { background-color: rgb(165,22,43); }

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

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

 span { border-color: rgb(165,22,43); }

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