#A5273C

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

Shades of Bright Red #A5273C

Tints of Bright Red #A5273C

Color information

#A5273C (or 0xA5273C) is unknown color: approx Bright Red. HEX triplet: A5, 27 and 3C. RGB value is (165,39,60). Sum of RGB (Red+Green+Blue) = 165+39+60=264 (34% of max value = 765). Red value is 165 (64.84% from 255 or 62.5% from 264); Green value is 39 (15.62% from 255 or 14.77% from 264); Blue value is 60 (23.83% from 255 or 22.73% from 264); Max value from RGB is 165 - color contains mainly: red. Hex color #A5273C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A5273C is #5AD8C3. Grayscale: #4F4F4F. Windows color (decimal): -5953732 or 3942309. OLE color: 3942309.

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

Color convert

RGB1653960-
CMYK00.760.640.35
HSL350º61.76%40%-
HSV(B)350º76.36%64.71%-
XYZ17.069.785.26-
YUV79.07117.24189.29-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 62.5%
GREEN value IS 39 (15.62% from 255) = 14.77%
BLUE value IS 60 (23.83% from 255) = 22.73%
R=62.5%
G=14.77%
B=22.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.64
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165396000.760.640.3535061.7640
HexA5273C04C402315e3e28
Octal24547740114100435367650
Binary10100101100111111100010011001000000100011101011110111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5273C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5273C; }

 p { color: rgb(165,39,60); }

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

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

 a { background-color: rgb(165,39,60); }

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

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

 span { border-color: rgb(165,39,60); }

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