Html Css Color HEX #A6202B Bright Red

📋 copy color: '#A6202B'

red 166 ◦ green 32 ◦ blue 43

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

Shades of Bright Red #A6202B

Tints of Bright Red #A6202B

RGB

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

 GREEN value IS 32 (12.89% from 255) = 13.28%

 BLUE value IS 43 (17.19% from 255) = 17.84%

R = 68.88%
G = 13.28%
B = 17.84%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.74

 K value IS 0.35

RGB Variations

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

Color information

#A6202B (or 0xA6202B) is known color: Bright Red. HEX triplet: A6, 20 and 2B. RGB value is (166,32,43). Sum of RGB (Red+Green+Blue) = 166+32+43=241 (31% of max value = 765). Red value is 166 (65.23% from 255 or 68.88% from 241); Green value is 32 (12.89% from 255 or 13.28% from 241); Blue value is 43 (17.19% from 255 or 17.84% from 241); Max value from RGB is 166 - color contains mainly: red. Hex color #A6202B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A6202B is #59DFD4. Grayscale: #494949. Windows color (decimal): -5890005 or 2826406. OLE color: 2826406.

HSL color Cylindrical-coordinate representation of color #A6202B: hue angle of 355.07º degrees, saturation: 0.68, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A6202B is Cyan = 0, Magento = 0.81, Yellow = 0.74 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 32 43 -
CMYK 0 0.81 0.74 0.35
HSL 355.07º 0.68% 0.39% -
HSV(B) 355.07º 0.81% 0.65% -
XYZ 16.68 9.31 3.2 -
YUV 73.32 110.89 194.11 -
System Red Green Blue C M Y K H S L
Decimal 166 32 43 0 0.81 0.74 0.35 355.07 0.68 0.39
Hex A6 20 2B 0 51 4A 23 163 44 27
Octal 246 40 53 0 121 112 43 543 104 47
Binary 10100110 100000 101011 0 1010001 1001010 100011 101100011 1000100 100111

Color Harmonies of #A6202B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6202B

Black with #A6202B

Text Example


Text Example

White with #A6202B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6202B; }

 p { color: rgb(166,32,43); }

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

background-color css

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

 a { background-color: rgb(166,32,43); }

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

border-color css

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

 span { border-color: rgb(166,32,43); }

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