Html Css Color HEX #A6182C Bright Red

📋 copy color: '#A6182C'

red 166 ◦ green 24 ◦ blue 44

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

Shades of Bright Red #A6182C

Tints of Bright Red #A6182C

RGB

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

 GREEN value IS 24 (9.77% from 255) = 10.26%

 BLUE value IS 44 (17.58% from 255) = 18.8%

R = 70.94%
G = 10.26%
B = 18.8%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.73

 K value IS 0.35

RGB Variations

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

Color information

#A6182C (or 0xA6182C) is known color: Bright Red. HEX triplet: A6, 18 and 2C. RGB value is (166,24,44). Sum of RGB (Red+Green+Blue) = 166+24+44=234 (30% of max value = 765). Red value is 166 (65.23% from 255 or 70.94% from 234); Green value is 24 (9.77% from 255 or 10.26% from 234); Blue value is 44 (17.58% from 255 or 18.80% from 234); Max value from RGB is 166 - color contains mainly: red. Hex color #A6182C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A6182C is #59E7D3. Grayscale: #444444. Windows color (decimal): -5892052 or 2889894. OLE color: 2889894.

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

Color convert

RGB 166 24 44 -
CMYK 0 0.86 0.73 0.35
HSL 351.55º 0.75% 0.37% -
HSV(B) 351.55º 0.86% 0.65% -
XYZ 16.51 8.94 3.24 -
YUV 68.74 114.04 197.37 -
System Red Green Blue C M Y K H S L
Decimal 166 24 44 0 0.86 0.73 0.35 351.55 0.75 0.37
Hex A6 18 2C 0 56 49 23 160 4B 25
Octal 246 30 54 0 126 111 43 540 113 45
Binary 10100110 11000 101100 0 1010110 1001001 100011 101100000 1001011 100101

Color Harmonies of #A6182C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6182C

Black with #A6182C

Text Example


Text Example

White with #A6182C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6182C; }

 p { color: rgb(166,24,44); }

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

background-color css

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

 a { background-color: rgb(166,24,44); }

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

border-color css

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

 span { border-color: rgb(166,24,44); }

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