#A01E36

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

Shades of Bright Red #A01E36

Tints of Bright Red #A01E36

Color information

#A01E36 (or 0xA01E36) is unknown color: approx Bright Red. HEX triplet: A0, 1E and 36. RGB value is (160,30,54). Sum of RGB (Red+Green+Blue) = 160+30+54=244 (32% of max value = 765). Red value is 160 (62.89% from 255 or 65.57% from 244); Green value is 30 (12.11% from 255 or 12.30% from 244); Blue value is 54 (21.48% from 255 or 22.13% from 244); Max value from RGB is 160 - color contains mainly: red. Hex color #A01E36 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A01E36 is #5FE1C9. Grayscale: #474747. Windows color (decimal): -6283722 or 3546784. OLE color: 3546784.

HSL color Cylindrical-coordinate representation of color #A01E36: hue angle of 348.92º degrees, saturation: 0.68, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A01E36 is Cyan = 0, Magento = 0.81, Yellow = 0.66 and Black (K on CMYK) = 0.37.

Color convert

RGB1603054-
CMYK00.810.660.37
HSL348.92º68.42%37.25%-
HSV(B)348.92º81.25%62.75%-
XYZ15.638.674.34-
YUV71.61118.07191.05-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 65.57%
GREEN value IS 30 (12.11% from 255) = 12.30%
BLUE value IS 54 (21.48% from 255) = 22.13%
R=65.57%
G=12.30%
B=22.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.66
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160305400.810.660.37348.9268.4237.25
HexA01E36051422515d4425
Octal240366601211024553510445
Binary10100000111101101100101000110000101001011010111011000100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A01E36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A01E36; }

 p { color: rgb(160,30,54); }

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

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

 a { background-color: rgb(160,30,54); }

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

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

 span { border-color: rgb(160,30,54); }

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