Html Css Color HEX #A6172B Bright Red

📋 copy color: '#A6172B'

red 166 ◦ green 23 ◦ blue 43

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

Shades of Bright Red #A6172B

Tints of Bright Red #A6172B

RGB

 RED value IS 166 (65.23% from 255) = 71.55%

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

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

R = 71.55%
G = 9.91%
B = 18.53%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.74

 K value IS 0.35

RGB Variations

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

Color information

#A6172B (or 0xA6172B) is known color: Bright Red. HEX triplet: A6, 17 and 2B. RGB value is (166,23,43). Sum of RGB (Red+Green+Blue) = 166+23+43=232 (30% of max value = 765). Red value is 166 (65.23% from 255 or 71.55% from 232); Green value is 23 (9.38% from 255 or 9.91% from 232); Blue value is 43 (17.19% from 255 or 18.53% from 232); Max value from RGB is 166 - color contains mainly: red. Hex color #A6172B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A6172B is #59E8D4. Grayscale: #444444. Windows color (decimal): -5892309 or 2824102. OLE color: 2824102.

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

Color convert

RGB 166 23 43 -
CMYK 0 0.86 0.74 0.35
HSL 351.61º 0.76% 0.37% -
HSV(B) 351.61º 0.86% 0.65% -
XYZ 16.47 8.89 3.13 -
YUV 68.04 113.88 197.87 -
System Red Green Blue C M Y K H S L
Decimal 166 23 43 0 0.86 0.74 0.35 351.61 0.76 0.37
Hex A6 17 2B 0 56 4A 23 160 4C 25
Octal 246 27 53 0 126 112 43 540 114 45
Binary 10100110 10111 101011 0 1010110 1001010 100011 101100000 1001100 100101

Color Harmonies of #A6172B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6172B

Black with #A6172B

Text Example


Text Example

White with #A6172B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6172B; }

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

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

background-color css

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

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

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

border-color css

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

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

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