#A01A39

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

Shades of Bright Red #A01A39

Tints of Bright Red #A01A39

Color information

#A01A39 (or 0xA01A39) is unknown color: approx Bright Red. HEX triplet: A0, 1A and 39. RGB value is (160,26,57). Sum of RGB (Red+Green+Blue) = 160+26+57=243 (32% of max value = 765). Red value is 160 (62.89% from 255 or 65.84% from 243); Green value is 26 (10.55% from 255 or 10.70% from 243); Blue value is 57 (22.66% from 255 or 23.46% from 243); Max value from RGB is 160 - color contains mainly: red. Hex color #A01A39 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A01A39 is #5FE5C6. Grayscale: #454545. Windows color (decimal): -6284743 or 3742368. OLE color: 3742368.

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

Color convert

RGB1602657-
CMYK00.840.640.37
HSL346.12º72.04%36.47%-
HSV(B)346.12º83.75%62.75%-
XYZ15.618.514.69-
YUV69.6120.89192.48-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 65.84%
GREEN value IS 26 (10.55% from 255) = 10.70%
BLUE value IS 57 (22.66% from 255) = 23.46%
R=65.84%
G=10.70%
B=23.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.64
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160265700.840.640.37346.1272.0436.47
HexA01A39054402515a4824
Octal240327101241004553211044
Binary10100000110101110010101010010000001001011010110101001000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A01A39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A01A39; }

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

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

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

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

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

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

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

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