#A4152B

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

Shades of Bright Red #A4152B

Tints of Bright Red #A4152B

Color information

#A4152B (or 0xA4152B) is unknown color: approx Bright Red. HEX triplet: A4, 15 and 2B. RGB value is (164,21,43). Sum of RGB (Red+Green+Blue) = 164+21+43=228 (30% of max value = 765). Red value is 164 (64.45% from 255 or 71.93% from 228); Green value is 21 (8.59% from 255 or 9.21% from 228); Blue value is 43 (17.19% from 255 or 18.86% from 228); Max value from RGB is 164 - color contains mainly: red. Hex color #A4152B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A4152B is #5BEAD4. Grayscale: #424242. Windows color (decimal): -6023893 or 2823588. OLE color: 2823588.

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

Color convert

RGB1642143-
CMYK00.870.740.36
HSL350.77º77.3%36.27%-
HSV(B)350.77º87.2%64.31%-
XYZ16.018.63.1-
YUV66.26114.88197.71-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 71.93%
GREEN value IS 21 (8.59% from 255) = 9.21%
BLUE value IS 43 (17.19% from 255) = 18.86%
R=71.93%
G=9.21%
B=18.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.74
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164214300.870.740.36350.7777.336.27
HexA4152B0574A2415f4d24
Octal244255301271124453711544
Binary10100100101011010110101011110010101001001010111111001101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4152B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4152B; }

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

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

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

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

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

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

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

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