#A01527

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

Shades of Bright Red #A01527

Tints of Bright Red #A01527

Color information

#A01527 (or 0xA01527) is unknown color: approx Bright Red. HEX triplet: A0, 15 and 27. RGB value is (160,21,39). Sum of RGB (Red+Green+Blue) = 160+21+39=220 (29% of max value = 765). Red value is 160 (62.89% from 255 or 72.73% from 220); Green value is 21 (8.59% from 255 or 9.55% from 220); Blue value is 39 (15.62% from 255 or 17.73% from 220); Max value from RGB is 160 - color contains mainly: red. Hex color #A01527 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A01527 is #5FEAD8. Grayscale: #404040. Windows color (decimal): -6286041 or 2561440. OLE color: 2561440.

HSL color Cylindrical-coordinate representation of color #A01527: hue angle of 352.23º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A01527 is Cyan = 0, Magento = 0.87, Yellow = 0.76 and Black (K on CMYK) = 0.37.

Color convert

RGB1602139-
CMYK00.870.760.37
HSL352.23º76.8%35.49%-
HSV(B)352.23º86.87%62.75%-
XYZ15.138.162.7-
YUV64.61113.55196.04-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 72.73%
GREEN value IS 21 (8.59% from 255) = 9.55%
BLUE value IS 39 (15.62% from 255) = 17.73%
R=72.73%
G=9.55%
B=17.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.76
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160213900.870.760.37352.2376.835.49
HexA015270574C251604d23
Octal240254701271144554011543
Binary10100000101011001110101011110011001001011011000001001101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A01527

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A01527; }

 p { color: rgb(160,21,39); }

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

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

 a { background-color: rgb(160,21,39); }

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

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

 span { border-color: rgb(160,21,39); }

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