#A5203B

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

Shades of Bright Red #A5203B

Tints of Bright Red #A5203B

Color information

#A5203B (or 0xA5203B) is unknown color: approx Bright Red. HEX triplet: A5, 20 and 3B. RGB value is (165,32,59). Sum of RGB (Red+Green+Blue) = 165+32+59=256 (33% of max value = 765). Red value is 165 (64.84% from 255 or 64.45% from 256); Green value is 32 (12.89% from 255 or 12.5% from 256); Blue value is 59 (23.44% from 255 or 23.05% from 256); Max value from RGB is 165 - color contains mainly: red. Hex color #A5203B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A5203B is #5ADFC4. Grayscale: #4A4A4A. Windows color (decimal): -5955525 or 3874981. OLE color: 3874981.

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

Color convert

RGB1653259-
CMYK00.810.640.35
HSL347.82º67.51%38.63%-
HSV(B)347.82º80.61%64.71%-
XYZ16.829.355.06-
YUV74.84119.06192.3-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 64.45%
GREEN value IS 32 (12.89% from 255) = 12.5%
BLUE value IS 59 (23.44% from 255) = 23.05%
R=64.45%
G=12.5%
B=23.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.64
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165325900.810.640.35347.8267.5138.63
HexA5203B051402315c4427
Octal245407301211004353410447
Binary101001011000001110110101000110000001000111010111001000100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5203B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5203B; }

 p { color: rgb(165,32,59); }

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

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

 a { background-color: rgb(165,32,59); }

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

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

 span { border-color: rgb(165,32,59); }

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