#A0173A

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

Shades of Bright Red #A0173A

Tints of Bright Red #A0173A

Color information

#A0173A (or 0xA0173A) is unknown color: approx Bright Red. HEX triplet: A0, 17 and 3A. RGB value is (160,23,58). Sum of RGB (Red+Green+Blue) = 160+23+58=241 (31% of max value = 765). Red value is 160 (62.89% from 255 or 66.39% from 241); Green value is 23 (9.38% from 255 or 9.54% from 241); Blue value is 58 (23.05% from 255 or 24.07% from 241); Max value from RGB is 160 - color contains mainly: red. Hex color #A0173A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A0173A is #5FE8C5. Grayscale: #434343. Windows color (decimal): -6285510 or 3807136. OLE color: 3807136.

HSL color Cylindrical-coordinate representation of color #A0173A: hue angle of 344.67º degrees, saturation: 0.75, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A0173A is Cyan = 0, Magento = 0.86, Yellow = 0.64 and Black (K on CMYK) = 0.37.

Color convert

RGB1602358-
CMYK00.860.640.37
HSL344.67º74.86%35.88%-
HSV(B)344.67º85.62%62.75%-
XYZ15.578.394.8-
YUV67.95122.39193.65-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 66.39%
GREEN value IS 23 (9.38% from 255) = 9.54%
BLUE value IS 58 (23.05% from 255) = 24.07%
R=66.39%
G=9.54%
B=24.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.64
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160235800.860.640.37344.6774.8635.88
HexA0173A05640251594b24
Octal240277201261004553111344
Binary10100000101111110100101011010000001001011010110011001011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0173A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0173A; }

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

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

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

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

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

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

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

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