#A5263E

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

Shades of Bright Red #A5263E

Tints of Bright Red #A5263E

Color information

#A5263E (or 0xA5263E) is unknown color: approx Bright Red. HEX triplet: A5, 26 and 3E. RGB value is (165,38,62). Sum of RGB (Red+Green+Blue) = 165+38+62=265 (35% of max value = 765). Red value is 165 (64.84% from 255 or 62.26% from 265); Green value is 38 (15.23% from 255 or 14.34% from 265); Blue value is 62 (24.61% from 255 or 23.40% from 265); Max value from RGB is 165 - color contains mainly: red. Hex color #A5263E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A5263E is #5AD9C1. Grayscale: #4E4E4E. Windows color (decimal): -5953986 or 4073125. OLE color: 4073125.

HSL color Cylindrical-coordinate representation of color #A5263E: hue angle of 348.66º 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 #A5263E is Cyan = 0, Magento = 0.77, Yellow = 0.62 and Black (K on CMYK) = 0.35.

Color convert

RGB1653862-
CMYK00.770.620.35
HSL348.66º62.56%39.8%-
HSV(B)348.66º76.97%64.71%-
XYZ17.089.735.54-
YUV78.71118.58189.55-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 62.26%
GREEN value IS 38 (15.23% from 255) = 14.34%
BLUE value IS 62 (24.61% from 255) = 23.40%
R=62.26%
G=14.34%
B=23.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.62
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165386200.770.620.35348.6662.5639.8
HexA5263E04D3E2315d3f28
Octal2454676011576435357750
Binary1010010110011011111001001101111110100011101011101111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5263E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5263E; }

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

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

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

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

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

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

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

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