Html Css Color HEX #A6263B Bright Red

📋 copy color: '#A6263B'

red 166 ◦ green 38 ◦ blue 59

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

Shades of Bright Red #A6263B

Tints of Bright Red #A6263B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 22.43%

R = 63.12%
G = 14.45%
B = 22.43%

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

#A6263B (or 0xA6263B) is known color: Bright Red. HEX triplet: A6, 26 and 3B. RGB value is (166,38,59). Sum of RGB (Red+Green+Blue) = 166+38+59=263 (34% of max value = 765). Red value is 166 (65.23% from 255 or 63.12% from 263); Green value is 38 (15.23% from 255 or 14.45% from 263); Blue value is 59 (23.44% from 255 or 22.43% from 263); Max value from RGB is 166 - color contains mainly: red. Hex color #A6263B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A6263B is #59D9C4. Grayscale: #4E4E4E. Windows color (decimal): -5888453 or 3876518. OLE color: 3876518.

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

Color convert

RGB 166 38 59 -
CMYK 0 0.77 0.64 0.35
HSL 350.16º 0.63% 0.4% -
HSV(B) 350.16º 0.77% 0.65% -
XYZ 17.21 9.81 5.12 -
YUV 78.67 116.91 190.29 -
System Red Green Blue C M Y K H S L
Decimal 166 38 59 0 0.77 0.64 0.35 350.16 0.63 0.4
Hex A6 26 3B 0 4D 40 23 15E 3F 28
Octal 246 46 73 0 115 100 43 536 77 50
Binary 10100110 100110 111011 0 1001101 1000000 100011 101011110 111111 101000

Color Harmonies of #A6263B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6263B

Black with #A6263B

Text Example


Text Example

White with #A6263B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6263B; }

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

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

background-color css

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

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

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

border-color css

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

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

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