#A4243A

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

Shades of Bright Red #A4243A

Tints of Bright Red #A4243A

Color information

#A4243A (or 0xA4243A) is unknown color: approx Bright Red. HEX triplet: A4, 24 and 3A. RGB value is (164,36,58). Sum of RGB (Red+Green+Blue) = 164+36+58=258 (34% of max value = 765). Red value is 164 (64.45% from 255 or 63.57% from 258); Green value is 36 (14.45% from 255 or 13.95% from 258); Blue value is 58 (23.05% from 255 or 22.48% from 258); Max value from RGB is 164 - color contains mainly: red. Hex color #A4243A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A4243A is #5BDBC5. Grayscale: #4C4C4C. Windows color (decimal): -6020038 or 3810468. OLE color: 3810468.

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

Color convert

RGB1643658-
CMYK00.780.650.36
HSL349.69º64%39.22%-
HSV(B)349.69º78.05%64.31%-
XYZ16.79.464.95-
YUV76.78117.41190.21-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 63.57%
GREEN value IS 36 (14.45% from 255) = 13.95%
BLUE value IS 58 (23.05% from 255) = 22.48%
R=63.57%
G=13.95%
B=22.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.65
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164365800.780.650.36349.696439.22
HexA4243A04E412415e4027
Octal244447201161014453610047
Binary101001001001001110100100111010000011001001010111101000000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4243A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4243A; }

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

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

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

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

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

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

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

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