#A01337

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

Shades of Bright Red #A01337

Tints of Bright Red #A01337

Color information

#A01337 (or 0xA01337) is unknown color: approx Bright Red. HEX triplet: A0, 13 and 37. RGB value is (160,19,55). Sum of RGB (Red+Green+Blue) = 160+19+55=234 (30% of max value = 765). Red value is 160 (62.89% from 255 or 68.38% from 234); Green value is 19 (7.81% from 255 or 8.12% from 234); Blue value is 55 (21.88% from 255 or 23.50% from 234); Max value from RGB is 160 - color contains mainly: red. Hex color #A01337 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A01337 is #5FECC8. Grayscale: #414141. Windows color (decimal): -6286537 or 3609504. OLE color: 3609504.

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

Color convert

RGB1601955-
CMYK00.880.660.37
HSL344.68º78.77%35.1%-
HSV(B)344.68º88.13%62.75%-
XYZ15.428.224.39-
YUV65.26122.21195.57-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 68.38%
GREEN value IS 19 (7.81% from 255) = 8.12%
BLUE value IS 55 (21.88% from 255) = 23.50%
R=68.38%
G=8.12%
B=23.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.66
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160195500.880.660.37344.6878.7735.1
HexA0133705842251594f23
Octal240236701301024553111743
Binary10100000100111101110101100010000101001011010110011001111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A01337

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A01337; }

 p { color: rgb(160,19,55); }

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

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

 a { background-color: rgb(160,19,55); }

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

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

 span { border-color: rgb(160,19,55); }

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