Html Css Color HEX #A8172B Bright Red

📋 copy color: '#A8172B'

red 168 ◦ green 23 ◦ blue 43

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

Shades of Bright Red #A8172B

Tints of Bright Red #A8172B

RGB

 RED value IS 168 (66.02% from 255) = 71.79%

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

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

R = 71.79%
G = 9.83%
B = 18.38%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.74

 K value IS 0.34

RGB Variations

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

Color information

#A8172B (or 0xA8172B) is known color: Bright Red. HEX triplet: A8, 17 and 2B. RGB value is (168,23,43). Sum of RGB (Red+Green+Blue) = 168+23+43=234 (30% of max value = 765). Red value is 168 (66.02% from 255 or 71.79% from 234); Green value is 23 (9.38% from 255 or 9.83% from 234); Blue value is 43 (17.19% from 255 or 18.38% from 234); Max value from RGB is 168 - color contains mainly: red. Hex color #A8172B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A8172B is #57E8D4. Grayscale: #444444. Windows color (decimal): -5761237 or 2824104. OLE color: 2824104.

HSL color Cylindrical-coordinate representation of color #A8172B: hue angle of 351.72º degrees, saturation: 0.76, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A8172B is Cyan = 0, Magento = 0.86, Yellow = 0.74 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 23 43 -
CMYK 0 0.86 0.74 0.34
HSL 351.72º 0.76% 0.37% -
HSV(B) 351.72º 0.86% 0.66% -
XYZ 16.89 9.11 3.15 -
YUV 68.64 113.54 198.87 -
System Red Green Blue C M Y K H S L
Decimal 168 23 43 0 0.86 0.74 0.34 351.72 0.76 0.37
Hex A8 17 2B 0 56 4A 22 160 4C 25
Octal 250 27 53 0 126 112 42 540 114 45
Binary 10101000 10111 101011 0 1010110 1001010 100010 101100000 1001100 100101

Color Harmonies of #A8172B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8172B

Black with #A8172B

Text Example


Text Example

White with #A8172B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8172B; }

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

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

background-color css

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

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

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

border-color css

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

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

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