Html Css Color HEX #A6192F Bright Red

📋 copy color: '#A6192F'

red 166 ◦ green 25 ◦ blue 47

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

Shades of Bright Red #A6192F

Tints of Bright Red #A6192F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 19.75%

R = 69.75%
G = 10.5%
B = 19.75%

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

#A6192F (or 0xA6192F) is known color: Bright Red. HEX triplet: A6, 19 and 2F. RGB value is (166,25,47). Sum of RGB (Red+Green+Blue) = 166+25+47=238 (31% of max value = 765). Red value is 166 (65.23% from 255 or 69.75% from 238); Green value is 25 (10.16% from 255 or 10.50% from 238); Blue value is 47 (18.75% from 255 or 19.75% from 238); Max value from RGB is 166 - color contains mainly: red. Hex color #A6192F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A6192F is #59E6D0. Grayscale: #454545. Windows color (decimal): -5891793 or 3086758. OLE color: 3086758.

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

Color convert

RGB 166 25 47 -
CMYK 0 0.85 0.72 0.35
HSL 350.64º 0.74% 0.37% -
HSV(B) 350.64º 0.85% 0.65% -
XYZ 16.59 9.01 3.55 -
YUV 69.67 115.21 196.71 -
System Red Green Blue C M Y K H S L
Decimal 166 25 47 0 0.85 0.72 0.35 350.64 0.74 0.37
Hex A6 19 2F 0 55 48 23 15F 4A 25
Octal 246 31 57 0 125 110 43 537 112 45
Binary 10100110 11001 101111 0 1010101 1001000 100011 101011111 1001010 100101

Color Harmonies of #A6192F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6192F

Black with #A6192F

Text Example


Text Example

White with #A6192F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6192F; }

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

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

background-color css

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

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

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

border-color css

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

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

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