#A0152E

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

Shades of Bright Red #A0152E

Tints of Bright Red #A0152E

Color information

#A0152E (or 0xA0152E) is unknown color: approx Bright Red. HEX triplet: A0, 15 and 2E. RGB value is (160,21,46). Sum of RGB (Red+Green+Blue) = 160+21+46=227 (30% of max value = 765). Red value is 160 (62.89% from 255 or 70.48% from 227); Green value is 21 (8.59% from 255 or 9.25% from 227); Blue value is 46 (18.36% from 255 or 20.26% from 227); Max value from RGB is 160 - color contains mainly: red. Hex color #A0152E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A0152E is #5FEAD1. Grayscale: #414141. Windows color (decimal): -6286034 or 3020192. OLE color: 3020192.

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

Color convert

RGB1602146-
CMYK00.870.710.37
HSL349.21º76.8%35.49%-
HSV(B)349.21º86.87%62.75%-
XYZ15.268.213.36-
YUV65.41117.05195.47-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 70.48%
GREEN value IS 21 (8.59% from 255) = 9.25%
BLUE value IS 46 (18.36% from 255) = 20.26%
R=70.48%
G=9.25%
B=20.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.71
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160214600.870.710.37349.2176.835.49
HexA0152E057472515d4d23
Octal240255601271074553511543
Binary10100000101011011100101011110001111001011010111011001101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0152E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0152E; }

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

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

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

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

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

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

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

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