#A0153A

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

Shades of Bright Red #A0153A

Tints of Bright Red #A0153A

Color information

#A0153A (or 0xA0153A) is unknown color: approx Bright Red. HEX triplet: A0, 15 and 3A. RGB value is (160,21,58). Sum of RGB (Red+Green+Blue) = 160+21+58=239 (31% of max value = 765). Red value is 160 (62.89% from 255 or 66.95% from 239); Green value is 21 (8.59% from 255 or 8.79% from 239); Blue value is 58 (23.05% from 255 or 24.27% from 239); Max value from RGB is 160 - color contains mainly: red. Hex color #A0153A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A0153A is #5FEAC5. Grayscale: #424242. Windows color (decimal): -6286022 or 3806624. OLE color: 3806624.

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

Color convert

RGB1602158-
CMYK00.870.640.37
HSL344.03º76.8%35.49%-
HSV(B)344.03º86.87%62.75%-
XYZ15.538.324.79-
YUV66.78123.05194.49-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 66.95%
GREEN value IS 21 (8.59% from 255) = 8.79%
BLUE value IS 58 (23.05% from 255) = 24.27%
R=66.95%
G=8.79%
B=24.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.64
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160215800.870.640.37344.0376.835.49
HexA0153A05740251584d23
Octal240257201271004553011543
Binary10100000101011110100101011110000001001011010110001001101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0153A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0153A; }

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

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

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

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

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

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

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

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