#A01F20

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

Shades of Bright Red #A01F20

Tints of Bright Red #A01F20

Color information

#A01F20 (or 0xA01F20) is unknown color: approx Bright Red. HEX triplet: A0, 1F and 20. RGB value is (160,31,32). Sum of RGB (Red+Green+Blue) = 160+31+32=223 (29% of max value = 765). Red value is 160 (62.89% from 255 or 71.75% from 223); Green value is 31 (12.5% from 255 or 13.90% from 223); Blue value is 32 (12.89% from 255 or 14.35% from 223); Max value from RGB is 160 - color contains mainly: red. Hex color #A01F20 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A01F20 is #5FE0DF. Grayscale: #454545. Windows color (decimal): -6283488 or 2105248. OLE color: 2105248.

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

Color convert

RGB1603132-
CMYK00.810.800.37
HSL359.53º67.54%37.45%-
HSV(B)359.53º80.62%62.75%-
XYZ15.258.562.21-
YUV69.68106.74192.42-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 71.75%
GREEN value IS 31 (12.5% from 255) = 13.90%
BLUE value IS 32 (12.89% from 255) = 14.35%
R=71.75%
G=13.90%
B=14.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.80
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160313200.810.800.37359.5367.5437.45
HexA01F2005150251684425
Octal240374001211204555010445
Binary10100000111111000000101000110100001001011011010001000100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A01F20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A01F20; }

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

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

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

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

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

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

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

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