#A5202C

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

Shades of Bright Red #A5202C

Tints of Bright Red #A5202C

Color information

#A5202C (or 0xA5202C) is unknown color: approx Bright Red. HEX triplet: A5, 20 and 2C. RGB value is (165,32,44). Sum of RGB (Red+Green+Blue) = 165+32+44=241 (31% of max value = 765). Red value is 165 (64.84% from 255 or 68.46% from 241); Green value is 32 (12.89% from 255 or 13.28% from 241); Blue value is 44 (17.58% from 255 or 18.26% from 241); Max value from RGB is 165 - color contains mainly: red. Hex color #A5202C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A5202C is #5ADFD3. Grayscale: #494949. Windows color (decimal): -5955540 or 2891941. OLE color: 2891941.

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

Color convert

RGB1653244-
CMYK00.810.730.35
HSL354.59º67.51%38.63%-
HSV(B)354.59º80.61%64.71%-
XYZ16.499.213.29-
YUV73.14111.56193.52-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 68.46%
GREEN value IS 32 (12.89% from 255) = 13.28%
BLUE value IS 44 (17.58% from 255) = 18.26%
R=68.46%
G=13.28%
B=18.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.73
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165324400.810.730.35354.5967.5138.63
HexA5202C05149231634427
Octal245405401211114354310447
Binary101001011000001011000101000110010011000111011000111000100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5202C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5202C; }

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

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

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

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

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

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

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

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