#A01539

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

Shades of Bright Red #A01539

Tints of Bright Red #A01539

Color information

#A01539 (or 0xA01539) is unknown color: approx Bright Red. HEX triplet: A0, 15 and 39. RGB value is (160,21,57). Sum of RGB (Red+Green+Blue) = 160+21+57=238 (31% of max value = 765). Red value is 160 (62.89% from 255 or 67.23% from 238); Green value is 21 (8.59% from 255 or 8.82% from 238); Blue value is 57 (22.66% from 255 or 23.95% from 238); Max value from RGB is 160 - color contains mainly: red. Hex color #A01539 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A01539 is #5FEAC6. Grayscale: #424242. Windows color (decimal): -6286023 or 3741088. OLE color: 3741088.

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

Color convert

RGB1602157-
CMYK00.870.640.37
HSL344.46º76.8%35.49%-
HSV(B)344.46º86.87%62.75%-
XYZ15.58.314.66-
YUV66.66122.55194.57-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 67.23%
GREEN value IS 21 (8.59% from 255) = 8.82%
BLUE value IS 57 (22.66% from 255) = 23.95%
R=67.23%
G=8.82%
B=23.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.64
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160215700.870.640.37344.4676.835.49
HexA0153905740251584d23
Octal240257101271004553011543
Binary10100000101011110010101011110000001001011010110001001101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A01539

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A01539; }

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

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

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

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

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

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

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

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