Html Css Color HEX #A6263C Bright Red

📋 copy color: '#A6263C'

red 166 ◦ green 38 ◦ blue 60

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

Shades of Bright Red #A6263C

Tints of Bright Red #A6263C

RGB

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

 GREEN value IS 38 (15.23% from 255) = 14.39%

 BLUE value IS 60 (23.83% from 255) = 22.73%

R = 62.88%
G = 14.39%
B = 22.73%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.64

 K value IS 0.35

RGB Variations

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

Color information

#A6263C (or 0xA6263C) is known color: Bright Red. HEX triplet: A6, 26 and 3C. RGB value is (166,38,60). Sum of RGB (Red+Green+Blue) = 166+38+60=264 (34% of max value = 765). Red value is 166 (65.23% from 255 or 62.88% from 264); Green value is 38 (15.23% from 255 or 14.39% from 264); Blue value is 60 (23.83% from 255 or 22.73% from 264); Max value from RGB is 166 - color contains mainly: red. Hex color #A6263C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A6263C is #59D9C3. Grayscale: #4E4E4E. Windows color (decimal): -5888452 or 3942054. OLE color: 3942054.

HSL color Cylindrical-coordinate representation of color #A6263C: hue angle of 349.69º degrees, saturation: 0.63, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A6263C is Cyan = 0, Magento = 0.77, Yellow = 0.64 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 38 60 -
CMYK 0 0.77 0.64 0.35
HSL 349.69º 0.63% 0.4% -
HSV(B) 349.69º 0.77% 0.65% -
XYZ 17.23 9.82 5.26 -
YUV 78.78 117.41 190.21 -
System Red Green Blue C M Y K H S L
Decimal 166 38 60 0 0.77 0.64 0.35 349.69 0.63 0.4
Hex A6 26 3C 0 4D 40 23 15E 3F 28
Octal 246 46 74 0 115 100 43 536 77 50
Binary 10100110 100110 111100 0 1001101 1000000 100011 101011110 111111 101000

Color Harmonies of #A6263C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6263C

Black with #A6263C

Text Example


Text Example

White with #A6263C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6263C; }

 p { color: rgb(166,38,60); }

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

background-color css

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

 a { background-color: rgb(166,38,60); }

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

border-color css

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

 span { border-color: rgb(166,38,60); }

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