#A01538

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

Shades of Bright Red #A01538

Tints of Bright Red #A01538

Color information

#A01538 (or 0xA01538) is unknown color: approx Bright Red. HEX triplet: A0, 15 and 38. RGB value is (160,21,56). Sum of RGB (Red+Green+Blue) = 160+21+56=237 (31% of max value = 765). Red value is 160 (62.89% from 255 or 67.51% from 237); Green value is 21 (8.59% from 255 or 8.86% from 237); Blue value is 56 (22.27% from 255 or 23.63% from 237); Max value from RGB is 160 - color contains mainly: red. Hex color #A01538 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A01538 is #5FEAC7. Grayscale: #424242. Windows color (decimal): -6286024 or 3675552. OLE color: 3675552.

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

Color convert

RGB1602156-
CMYK00.870.650.37
HSL344.89º76.8%35.49%-
HSV(B)344.89º86.87%62.75%-
XYZ15.488.34.53-
YUV66.55122.05194.65-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 67.51%
GREEN value IS 21 (8.59% from 255) = 8.86%
BLUE value IS 56 (22.27% from 255) = 23.63%
R=67.51%
G=8.86%
B=23.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.65
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160215600.870.650.37344.8976.835.49
HexA0153805741251594d23
Octal240257001271014553111543
Binary10100000101011110000101011110000011001011010110011001101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A01538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A01538; }

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

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

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

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

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

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

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

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