Html Css Color HEX #A6203D Bright Red

📋 copy color: '#A6203D'

red 166 ◦ green 32 ◦ blue 61

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

Shades of Bright Red #A6203D

Tints of Bright Red #A6203D

RGB

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

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

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

R = 64.09%
G = 12.36%
B = 23.55%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.63

 K value IS 0.35

RGB Variations

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

Color information

#A6203D (or 0xA6203D) is known color: Bright Red. HEX triplet: A6, 20 and 3D. RGB value is (166,32,61). Sum of RGB (Red+Green+Blue) = 166+32+61=259 (34% of max value = 765). Red value is 166 (65.23% from 255 or 64.09% from 259); Green value is 32 (12.89% from 255 or 12.36% from 259); Blue value is 61 (24.22% from 255 or 23.55% from 259); Max value from RGB is 166 - color contains mainly: red. Hex color #A6203D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A6203D is #59DFC2. Grayscale: #4B4B4B. Windows color (decimal): -5889987 or 4006054. OLE color: 4006054.

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

Color convert

RGB 166 32 61 -
CMYK 0 0.81 0.63 0.35
HSL 347.01º 0.68% 0.39% -
HSV(B) 347.01º 0.81% 0.65% -
XYZ 17.08 9.48 5.34 -
YUV 75.37 119.89 192.64 -
System Red Green Blue C M Y K H S L
Decimal 166 32 61 0 0.81 0.63 0.35 347.01 0.68 0.39
Hex A6 20 3D 0 51 3F 23 15B 44 27
Octal 246 40 75 0 121 77 43 533 104 47
Binary 10100110 100000 111101 0 1010001 111111 100011 101011011 1000100 100111

Color Harmonies of #A6203D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6203D

Black with #A6203D

Text Example


Text Example

White with #A6203D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6203D; }

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

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

background-color css

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

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

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

border-color css

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

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

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