#A01E2A

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

Shades of Bright Red #A01E2A

Tints of Bright Red #A01E2A

Color information

#A01E2A (or 0xA01E2A) is unknown color: approx Bright Red. HEX triplet: A0, 1E and 2A. RGB value is (160,30,42). Sum of RGB (Red+Green+Blue) = 160+30+42=232 (30% of max value = 765). Red value is 160 (62.89% from 255 or 68.97% from 232); Green value is 30 (12.11% from 255 or 12.93% from 232); Blue value is 42 (16.80% from 255 or 18.10% from 232); Max value from RGB is 160 - color contains mainly: red. Hex color #A01E2A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A01E2A is #5FE1D5. Grayscale: #464646. Windows color (decimal): -6283734 or 2760352. OLE color: 2760352.

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

Color convert

RGB1603042-
CMYK00.810.740.37
HSL354.46º68.42%37.25%-
HSV(B)354.46º81.25%62.75%-
XYZ15.388.573.03-
YUV70.24112.07192.02-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 68.97%
GREEN value IS 30 (12.11% from 255) = 12.93%
BLUE value IS 42 (16.80% from 255) = 18.10%
R=68.97%
G=12.93%
B=18.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.74
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160304200.810.740.37354.4668.4237.25
HexA01E2A0514A251624425
Octal240365201211124554210445
Binary10100000111101010100101000110010101001011011000101000100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A01E2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A01E2A; }

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

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

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

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

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

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

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

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