Html Css Color HEX #A6192D Bright Red

📋 copy color: '#A6192D'

red 166 ◦ green 25 ◦ blue 45

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

Shades of Bright Red #A6192D

Tints of Bright Red #A6192D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 19.07%

R = 70.34%
G = 10.59%
B = 19.07%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.73

 K value IS 0.35

RGB Variations

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

Color information

#A6192D (or 0xA6192D) is known color: Bright Red. HEX triplet: A6, 19 and 2D. RGB value is (166,25,45). Sum of RGB (Red+Green+Blue) = 166+25+45=236 (31% of max value = 765). Red value is 166 (65.23% from 255 or 70.34% from 236); Green value is 25 (10.16% from 255 or 10.59% from 236); Blue value is 45 (17.97% from 255 or 19.07% from 236); Max value from RGB is 166 - color contains mainly: red. Hex color #A6192D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A6192D is #59E6D2. Grayscale: #454545. Windows color (decimal): -5891795 or 2955686. OLE color: 2955686.

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

Color convert

RGB 166 25 45 -
CMYK 0 0.85 0.73 0.35
HSL 351.49º 0.74% 0.37% -
HSV(B) 351.49º 0.85% 0.65% -
XYZ 16.55 8.99 3.35 -
YUV 69.44 114.21 196.87 -
System Red Green Blue C M Y K H S L
Decimal 166 25 45 0 0.85 0.73 0.35 351.49 0.74 0.37
Hex A6 19 2D 0 55 49 23 15F 4A 25
Octal 246 31 55 0 125 111 43 537 112 45
Binary 10100110 11001 101101 0 1010101 1001001 100011 101011111 1001010 100101

Color Harmonies of #A6192D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6192D

Black with #A6192D

Text Example


Text Example

White with #A6192D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6192D; }

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

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

background-color css

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

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

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

border-color css

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

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

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