Html Css Color HEX #A6263D Bright Red

📋 copy color: '#A6263D'

red 166 ◦ green 38 ◦ blue 61

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

Shades of Bright Red #A6263D

Tints of Bright Red #A6263D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 23.02%

R = 62.64%
G = 14.34%
B = 23.02%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.63

 K value IS 0.35

RGB Variations

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

Color information

#A6263D (or 0xA6263D) is known color: Bright Red. HEX triplet: A6, 26 and 3D. RGB value is (166,38,61). Sum of RGB (Red+Green+Blue) = 166+38+61=265 (35% of max value = 765). Red value is 166 (65.23% from 255 or 62.64% from 265); Green value is 38 (15.23% from 255 or 14.34% from 265); Blue value is 61 (24.22% from 255 or 23.02% from 265); Max value from RGB is 166 - color contains mainly: red. Hex color #A6263D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A6263D is #59D9C2. Grayscale: #4E4E4E. Windows color (decimal): -5888451 or 4007590. OLE color: 4007590.

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

Color convert

RGB 166 38 61 -
CMYK 0 0.77 0.63 0.35
HSL 349.22º 0.63% 0.4% -
HSV(B) 349.22º 0.77% 0.65% -
XYZ 17.26 9.83 5.4 -
YUV 78.89 117.91 190.13 -
System Red Green Blue C M Y K H S L
Decimal 166 38 61 0 0.77 0.63 0.35 349.22 0.63 0.4
Hex A6 26 3D 0 4D 3F 23 15D 3F 28
Octal 246 46 75 0 115 77 43 535 77 50
Binary 10100110 100110 111101 0 1001101 111111 100011 101011101 111111 101000

Color Harmonies of #A6263D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6263D

Black with #A6263D

Text Example


Text Example

White with #A6263D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6263D; }

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

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

background-color css

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

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

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

border-color css

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

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

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