Html Css Color HEX #A61E34 Bright Red

📋 copy color: '#A61E34'

red 166 ◦ green 30 ◦ blue 52

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

Shades of Bright Red #A61E34

Tints of Bright Red #A61E34

RGB

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

 GREEN value IS 30 (12.11% from 255) = 12.1%

 BLUE value IS 52 (20.7% from 255) = 20.97%

R = 66.94%
G = 12.1%
B = 20.97%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.69

 K value IS 0.35

RGB Variations

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

Color information

#A61E34 (or 0xA61E34) is known color: Bright Red. HEX triplet: A6, 1E and 34. RGB value is (166,30,52). Sum of RGB (Red+Green+Blue) = 166+30+52=248 (32% of max value = 765). Red value is 166 (65.23% from 255 or 66.94% from 248); Green value is 30 (12.11% from 255 or 12.10% from 248); Blue value is 52 (20.70% from 255 or 20.97% from 248); Max value from RGB is 166 - color contains mainly: red. Hex color #A61E34 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A61E34 is #59E1CB. Grayscale: #494949. Windows color (decimal): -5890508 or 3415718. OLE color: 3415718.

HSL color Cylindrical-coordinate representation of color #A61E34: hue angle of 350.29º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A61E34 is Cyan = 0, Magento = 0.82, Yellow = 0.69 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 30 52 -
CMYK 0 0.82 0.69 0.35
HSL 350.29º 0.69% 0.38% -
HSV(B) 350.29º 0.82% 0.65% -
XYZ 16.81 9.28 4.15 -
YUV 73.17 116.06 194.21 -
System Red Green Blue C M Y K H S L
Decimal 166 30 52 0 0.82 0.69 0.35 350.29 0.69 0.38
Hex A6 1E 34 0 52 45 23 15E 45 26
Octal 246 36 64 0 122 105 43 536 105 46
Binary 10100110 11110 110100 0 1010010 1000101 100011 101011110 1000101 100110

Color Harmonies of #A61E34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61E34

Black with #A61E34

Text Example


Text Example

White with #A61E34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61E34; }

 p { color: rgb(166,30,52); }

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

background-color css

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

 a { background-color: rgb(166,30,52); }

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

border-color css

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

 span { border-color: rgb(166,30,52); }

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