#A5243A

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

Shades of Bright Red #A5243A

Tints of Bright Red #A5243A

Color information

#A5243A (or 0xA5243A) is unknown color: approx Bright Red. HEX triplet: A5, 24 and 3A. RGB value is (165,36,58). Sum of RGB (Red+Green+Blue) = 165+36+58=259 (34% of max value = 765). Red value is 165 (64.84% from 255 or 63.71% from 259); Green value is 36 (14.45% from 255 or 13.90% from 259); Blue value is 58 (23.05% from 255 or 22.39% from 259); Max value from RGB is 165 - color contains mainly: red. Hex color #A5243A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A5243A is #5ADBC5. Grayscale: #4D4D4D. Windows color (decimal): -5954502 or 3810469. OLE color: 3810469.

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

Color convert

RGB1653658-
CMYK00.780.650.35
HSL349.77º64.18%39.41%-
HSV(B)349.77º78.18%64.71%-
XYZ16.919.574.96-
YUV77.08117.24190.71-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 63.71%
GREEN value IS 36 (14.45% from 255) = 13.90%
BLUE value IS 58 (23.05% from 255) = 22.39%
R=63.71%
G=13.90%
B=22.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.65
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165365800.780.650.35349.7764.1839.41
HexA5243A04E412315e4027
Octal245447201161014353610047
Binary101001011001001110100100111010000011000111010111101000000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5243A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5243A; }

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

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

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

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

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

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

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

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