#A01920

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

Shades of Bright Red #A01920

Tints of Bright Red #A01920

Color information

#A01920 (or 0xA01920) is unknown color: approx Bright Red. HEX triplet: A0, 19 and 20. RGB value is (160,25,32). Sum of RGB (Red+Green+Blue) = 160+25+32=217 (28% of max value = 765). Red value is 160 (62.89% from 255 or 73.73% from 217); Green value is 25 (10.16% from 255 or 11.52% from 217); Blue value is 32 (12.89% from 255 or 14.75% from 217); Max value from RGB is 160 - color contains mainly: red. Hex color #A01920 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A01920 is #5FE6DF. Grayscale: #424242. Windows color (decimal): -6285024 or 2103712. OLE color: 2103712.

HSL color Cylindrical-coordinate representation of color #A01920: hue angle of 356.89º degrees, saturation: 0.73, 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 #A01920 is Cyan = 0, Magento = 0.84, Yellow = 0.80 and Black (K on CMYK) = 0.37.

Color convert

RGB1602532-
CMYK00.840.800.37
HSL356.89º72.97%36.27%-
HSV(B)356.89º84.38%62.75%-
XYZ15.118.272.17-
YUV66.16108.73194.93-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 73.73%
GREEN value IS 25 (10.16% from 255) = 11.52%
BLUE value IS 32 (12.89% from 255) = 14.75%
R=73.73%
G=11.52%
B=14.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.80
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160253200.840.800.37356.8972.9736.27
HexA0192005450251654924
Octal240314001241204554511144
Binary10100000110011000000101010010100001001011011001011001001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A01920

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A01920; }

 p { color: rgb(160,25,32); }

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

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

 a { background-color: rgb(160,25,32); }

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

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

 span { border-color: rgb(160,25,32); }

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