#A4152C

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

Shades of Bright Red #A4152C

Tints of Bright Red #A4152C

Color information

#A4152C (or 0xA4152C) is unknown color: approx Bright Red. HEX triplet: A4, 15 and 2C. RGB value is (164,21,44). Sum of RGB (Red+Green+Blue) = 164+21+44=229 (30% of max value = 765). Red value is 164 (64.45% from 255 or 71.62% from 229); Green value is 21 (8.59% from 255 or 9.17% from 229); Blue value is 44 (17.58% from 255 or 19.21% from 229); Max value from RGB is 164 - color contains mainly: red. Hex color #A4152C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A4152C is #5BEAD3. Grayscale: #424242. Windows color (decimal): -6023892 or 2889124. OLE color: 2889124.

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

Color convert

RGB1642144-
CMYK00.870.730.36
HSL350.35º77.3%36.27%-
HSV(B)350.35º87.2%64.31%-
XYZ16.038.613.2-
YUV66.38115.38197.63-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 71.62%
GREEN value IS 21 (8.59% from 255) = 9.17%
BLUE value IS 44 (17.58% from 255) = 19.21%
R=71.62%
G=9.17%
B=19.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.73
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164214400.870.730.36350.3577.336.27
HexA4152C057492415e4d24
Octal244255401271114453611544
Binary10100100101011011000101011110010011001001010111101001101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4152C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4152C; }

 p { color: rgb(164,21,44); }

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

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

 a { background-color: rgb(164,21,44); }

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

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

 span { border-color: rgb(164,21,44); }

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