Html Css Color HEX #A0172B Bright Red

📋 copy color: '#A0172B'

red 160 ◦ green 23 ◦ blue 43

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

Shades of Bright Red #A0172B

Tints of Bright Red #A0172B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 19.03%

R = 70.8%
G = 10.18%
B = 19.03%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.73

 K value IS 0.37

RGB Variations

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

Color information

#A0172B (or 0xA0172B) is known color: Bright Red. HEX triplet: A0, 17 and 2B. RGB value is (160,23,43). Sum of RGB (Red+Green+Blue) = 160+23+43=226 (29% of max value = 765). Red value is 160 (62.89% from 255 or 70.80% from 226); Green value is 23 (9.38% from 255 or 10.18% from 226); Blue value is 43 (17.19% from 255 or 19.03% from 226); Max value from RGB is 160 - color contains mainly: red. Hex color #A0172B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A0172B is #5FE8D4. Grayscale: #424242. Windows color (decimal): -6285525 or 2824096. OLE color: 2824096.

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

Color convert

RGB 160 23 43 -
CMYK 0 0.86 0.73 0.37
HSL 351.24º 0.75% 0.36% -
HSV(B) 351.24º 0.86% 0.63% -
XYZ 15.24 8.26 3.08 -
YUV 66.24 114.89 194.87 -
System Red Green Blue C M Y K H S L
Decimal 160 23 43 0 0.86 0.73 0.37 351.24 0.75 0.36
Hex A0 17 2B 0 56 49 25 15F 4B 24
Octal 240 27 53 0 126 111 45 537 113 44
Binary 10100000 10111 101011 0 1010110 1001001 100101 101011111 1001011 100100

Color Harmonies of #A0172B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0172B

Black with #A0172B

Text Example


Text Example

White with #A0172B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0172B; }

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

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

background-color css

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

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

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

border-color css

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

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

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