Html Css Color HEX #A0173B Bright Red

📋 copy color: '#A0173B'

red 160 ◦ green 23 ◦ blue 59

#A0173B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bright Red #A0173B

Tints of Bright Red #A0173B

RGB

 RED value IS 160 (62.89% from 255) = 66.12%

 GREEN value IS 23 (9.38% from 255) = 9.5%

 BLUE value IS 59 (23.44% from 255) = 24.38%

R = 66.12%
G = 9.5%
B = 24.38%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.63

 K value IS 0.37

RGB Variations

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

Color information

#A0173B (or 0xA0173B) is known color: Bright Red. HEX triplet: A0, 17 and 3B. RGB value is (160,23,59). Sum of RGB (Red+Green+Blue) = 160+23+59=242 (32% of max value = 765). Red value is 160 (62.89% from 255 or 66.12% from 242); Green value is 23 (9.38% from 255 or 9.50% from 242); Blue value is 59 (23.44% from 255 or 24.38% from 242); Max value from RGB is 160 - color contains mainly: red. Hex color #A0173B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A0173B is #5FE8C4. Grayscale: #444444. Windows color (decimal): -6285509 or 3872672. OLE color: 3872672.

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

Color convert

RGB 160 23 59 -
CMYK 0 0.86 0.63 0.37
HSL 344.23º 0.75% 0.36% -
HSV(B) 344.23º 0.86% 0.63% -
XYZ 15.59 8.4 4.94 -
YUV 68.07 122.89 193.57 -
System Red Green Blue C M Y K H S L
Decimal 160 23 59 0 0.86 0.63 0.37 344.23 0.75 0.36
Hex A0 17 3B 0 56 3F 25 158 4B 24
Octal 240 27 73 0 126 77 45 530 113 44
Binary 10100000 10111 111011 0 1010110 111111 100101 101011000 1001011 100100

Color Harmonies of #A0173B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0173B

Black with #A0173B

Text Example


Text Example

White with #A0173B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0173B; }

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

 H1.HeaderClassName
 {
   color: #A0173B;
 }
 .AnyTagClassName
 {
   color: #A0173B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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