#A01839

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

Shades of Bright Red #A01839

Tints of Bright Red #A01839

Color information

#A01839 (or 0xA01839) is unknown color: approx Bright Red. HEX triplet: A0, 18 and 39. RGB value is (160,24,57). Sum of RGB (Red+Green+Blue) = 160+24+57=241 (31% of max value = 765). Red value is 160 (62.89% from 255 or 66.39% from 241); Green value is 24 (9.77% from 255 or 9.96% from 241); Blue value is 57 (22.66% from 255 or 23.65% from 241); Max value from RGB is 160 - color contains mainly: red. Hex color #A01839 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A01839 is #5FE7C6. Grayscale: #444444. Windows color (decimal): -6285255 or 3741856. OLE color: 3741856.

HSL color Cylindrical-coordinate representation of color #A01839: hue angle of 345.44º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A01839 is Cyan = 0, Magento = 0.85, Yellow = 0.64 and Black (K on CMYK) = 0.37.

Color convert

RGB1602457-
CMYK00.850.640.37
HSL345.44º73.91%36.08%-
HSV(B)345.44º85%62.75%-
XYZ15.568.424.68-
YUV68.43121.56193.32-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 66.39%
GREEN value IS 24 (9.77% from 255) = 9.96%
BLUE value IS 57 (22.66% from 255) = 23.65%
R=66.39%
G=9.96%
B=23.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.64
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160245700.850.640.37345.4473.9136.08
HexA0183905540251594a24
Octal240307101251004553111244
Binary10100000110001110010101010110000001001011010110011001010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A01839

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A01839; }

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

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

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

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

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

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

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

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