#A5243B

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

Shades of Bright Red #A5243B

Tints of Bright Red #A5243B

Color information

#A5243B (or 0xA5243B) is unknown color: approx Bright Red. HEX triplet: A5, 24 and 3B. RGB value is (165,36,59). Sum of RGB (Red+Green+Blue) = 165+36+59=260 (34% of max value = 765). Red value is 165 (64.84% from 255 or 63.46% from 260); Green value is 36 (14.45% from 255 or 13.85% from 260); Blue value is 59 (23.44% from 255 or 22.69% from 260); Max value from RGB is 165 - color contains mainly: red. Hex color #A5243B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A5243B is #5ADBC4. Grayscale: #4D4D4D. Windows color (decimal): -5954501 or 3876005. OLE color: 3876005.

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

Color convert

RGB1653659-
CMYK00.780.640.35
HSL349.3º64.18%39.41%-
HSV(B)349.3º78.18%64.71%-
XYZ16.949.585.09-
YUV77.19117.74190.63-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 63.46%
GREEN value IS 36 (14.45% from 255) = 13.85%
BLUE value IS 59 (23.44% from 255) = 22.69%
R=63.46%
G=13.85%
B=22.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.64
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165365900.780.640.35349.364.1839.41
HexA5243B04E402315d4027
Octal245447301161004353510047
Binary101001011001001110110100111010000001000111010111011000000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5243B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5243B; }

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

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

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

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

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

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

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

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