#A0153B

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

Shades of Bright Red #A0153B

Tints of Bright Red #A0153B

Color information

#A0153B (or 0xA0153B) is unknown color: approx Bright Red. HEX triplet: A0, 15 and 3B. RGB value is (160,21,59). Sum of RGB (Red+Green+Blue) = 160+21+59=240 (31% of max value = 765). Red value is 160 (62.89% from 255 or 66.67% from 240); Green value is 21 (8.59% from 255 or 8.75% from 240); Blue value is 59 (23.44% from 255 or 24.58% from 240); Max value from RGB is 160 - color contains mainly: red. Hex color #A0153B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A0153B is #5FEAC4. Grayscale: #424242. Windows color (decimal): -6286021 or 3872160. OLE color: 3872160.

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

Color convert

RGB1602159-
CMYK00.870.630.37
HSL343.6º76.8%35.49%-
HSV(B)343.6º86.87%62.75%-
XYZ15.558.334.92-
YUV66.89123.55194.41-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 66.67%
GREEN value IS 21 (8.59% from 255) = 8.75%
BLUE value IS 59 (23.44% from 255) = 24.58%
R=66.67%
G=8.75%
B=24.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.63
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160215900.870.630.37343.676.835.49
HexA0153B0573F251584d23
Octal24025730127774553011543
Binary1010000010101111011010101111111111001011010110001001101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0153B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0153B; }

 p { color: rgb(160,21,59); }

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

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

 a { background-color: rgb(160,21,59); }

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

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

 span { border-color: rgb(160,21,59); }

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