#A4243F

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

Shades of Bright Red #A4243F

Tints of Bright Red #A4243F

Color information

#A4243F (or 0xA4243F) is unknown color: approx Bright Red. HEX triplet: A4, 24 and 3F. RGB value is (164,36,63). Sum of RGB (Red+Green+Blue) = 164+36+63=263 (34% of max value = 765). Red value is 164 (64.45% from 255 or 62.36% from 263); Green value is 36 (14.45% from 255 or 13.69% from 263); Blue value is 63 (25% from 255 or 23.95% from 263); Max value from RGB is 164 - color contains mainly: red. Hex color #A4243F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A4243F is #5BDBC0. Grayscale: #4D4D4D. Windows color (decimal): -6020033 or 4138148. OLE color: 4138148.

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

Color convert

RGB1643663-
CMYK00.780.620.36
HSL347.34º64%39.22%-
HSV(B)347.34º78.05%64.31%-
XYZ16.849.515.65-
YUV77.35119.91189.8-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 62.36%
GREEN value IS 36 (14.45% from 255) = 13.69%
BLUE value IS 63 (25% from 255) = 23.95%
R=62.36%
G=13.69%
B=23.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.62
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164366300.780.620.36347.346439.22
HexA4243F04E3E2415b4027
Octal24444770116764453310047
Binary10100100100100111111010011101111101001001010110111000000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4243F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4243F; }

 p { color: rgb(164,36,63); }

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

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

 a { background-color: rgb(164,36,63); }

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

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

 span { border-color: rgb(164,36,63); }

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