Html Css Color HEX #A8172A Bright Red

📋 copy color: '#A8172A'

red 168 ◦ green 23 ◦ blue 42

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

Shades of Bright Red #A8172A

Tints of Bright Red #A8172A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 18.03%

R = 72.1%
G = 9.87%
B = 18.03%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.75

 K value IS 0.34

RGB Variations

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

Color information

#A8172A (or 0xA8172A) is known color: Bright Red. HEX triplet: A8, 17 and 2A. RGB value is (168,23,42). Sum of RGB (Red+Green+Blue) = 168+23+42=233 (30% of max value = 765). Red value is 168 (66.02% from 255 or 72.10% from 233); Green value is 23 (9.38% from 255 or 9.87% from 233); Blue value is 42 (16.80% from 255 or 18.03% from 233); Max value from RGB is 168 - color contains mainly: red. Hex color #A8172A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A8172A is #57E8D5. Grayscale: #444444. Windows color (decimal): -5761238 or 2758568. OLE color: 2758568.

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

Color convert

RGB 168 23 42 -
CMYK 0 0.86 0.75 0.34
HSL 352.14º 0.76% 0.37% -
HSV(B) 352.14º 0.86% 0.66% -
XYZ 16.87 9.1 3.06 -
YUV 68.52 113.04 198.96 -
System Red Green Blue C M Y K H S L
Decimal 168 23 42 0 0.86 0.75 0.34 352.14 0.76 0.37
Hex A8 17 2A 0 56 4B 22 160 4C 25
Octal 250 27 52 0 126 113 42 540 114 45
Binary 10101000 10111 101010 0 1010110 1001011 100010 101100000 1001100 100101

Color Harmonies of #A8172A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8172A

Black with #A8172A

Text Example


Text Example

White with #A8172A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8172A; }

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

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

background-color css

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

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

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

border-color css

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

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

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