Html Css Color HEX #A6192E Bright Red

📋 copy color: '#A6192E'

red 166 ◦ green 25 ◦ blue 46

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

Shades of Bright Red #A6192E

Tints of Bright Red #A6192E

RGB

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

 GREEN value IS 25 (10.16% from 255) = 10.55%

 BLUE value IS 46 (18.36% from 255) = 19.41%

R = 70.04%
G = 10.55%
B = 19.41%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.72

 K value IS 0.35

RGB Variations

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

Color information

#A6192E (or 0xA6192E) is known color: Bright Red. HEX triplet: A6, 19 and 2E. RGB value is (166,25,46). Sum of RGB (Red+Green+Blue) = 166+25+46=237 (31% of max value = 765). Red value is 166 (65.23% from 255 or 70.04% from 237); Green value is 25 (10.16% from 255 or 10.55% from 237); Blue value is 46 (18.36% from 255 or 19.41% from 237); Max value from RGB is 166 - color contains mainly: red. Hex color #A6192E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A6192E is #59E6D1. Grayscale: #454545. Windows color (decimal): -5891794 or 3021222. OLE color: 3021222.

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

Color convert

RGB 166 25 46 -
CMYK 0 0.85 0.72 0.35
HSL 351.06º 0.74% 0.37% -
HSV(B) 351.06º 0.85% 0.65% -
XYZ 16.57 9 3.45 -
YUV 69.55 114.71 196.79 -
System Red Green Blue C M Y K H S L
Decimal 166 25 46 0 0.85 0.72 0.35 351.06 0.74 0.37
Hex A6 19 2E 0 55 48 23 15F 4A 25
Octal 246 31 56 0 125 110 43 537 112 45
Binary 10100110 11001 101110 0 1010101 1001000 100011 101011111 1001010 100101

Color Harmonies of #A6192E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6192E

Black with #A6192E

Text Example


Text Example

White with #A6192E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6192E; }

 p { color: rgb(166,25,46); }

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

background-color css

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

 a { background-color: rgb(166,25,46); }

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

border-color css

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

 span { border-color: rgb(166,25,46); }

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