#A5263A

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

Shades of Bright Red #A5263A

Tints of Bright Red #A5263A

Color information

#A5263A (or 0xA5263A) is unknown color: approx Bright Red. HEX triplet: A5, 26 and 3A. RGB value is (165,38,58). Sum of RGB (Red+Green+Blue) = 165+38+58=261 (34% of max value = 765). Red value is 165 (64.84% from 255 or 63.22% from 261); Green value is 38 (15.23% from 255 or 14.56% from 261); Blue value is 58 (23.05% from 255 or 22.22% from 261); Max value from RGB is 165 - color contains mainly: red. Hex color #A5263A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A5263A is #5AD9C5. Grayscale: #4E4E4E. Windows color (decimal): -5953990 or 3810981. OLE color: 3810981.

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

Color convert

RGB1653858-
CMYK00.770.650.35
HSL350.55º62.56%39.8%-
HSV(B)350.55º76.97%64.71%-
XYZ16.979.694.98-
YUV78.25116.58189.87-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 63.22%
GREEN value IS 38 (15.23% from 255) = 14.56%
BLUE value IS 58 (23.05% from 255) = 22.22%
R=63.22%
G=14.56%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.65
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165385800.770.650.35350.5562.5639.8
HexA5263A04D412315f3f28
Octal24546720115101435377750
Binary10100101100110111010010011011000001100011101011111111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5263A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5263A; }

 p { color: rgb(165,38,58); }

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

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

 a { background-color: rgb(165,38,58); }

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

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

 span { border-color: rgb(165,38,58); }

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