#A61E26

Color #A61E26 Bright Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bright Red #A61E26

Tints of Bright Red #A61E26

Color information

#A61E26 (or 0xA61E26) is unknown color: approx Bright Red. HEX triplet: A6, 1E and 26. RGB value is (166,30,38). Sum of RGB (Red+Green+Blue) = 166+30+38=234 (30% of max value = 765). Red value is 166 (65.23% from 255 or 70.94% from 234); Green value is 30 (12.11% from 255 or 12.82% from 234); Blue value is 38 (15.23% from 255 or 16.24% from 234); Max value from RGB is 166 - color contains mainly: red. Hex color #A61E26 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A61E26 is #59E1D9. Grayscale: #474747. Windows color (decimal): -5890522 or 2498214. OLE color: 2498214.

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

Color convert

RGB1663038-
CMYK00.820.770.35
HSL356.47º69.39%38.43%-
HSV(B)356.47º81.93%65.1%-
XYZ16.549.182.73-
YUV71.58109.06195.35-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 70.94%
GREEN value IS 30 (12.11% from 255) = 12.82%
BLUE value IS 38 (15.23% from 255) = 16.24%
R=70.94%
G=12.82%
B=16.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.77
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166303800.820.770.35356.4769.3938.43
HexA61E260524D231644526
Octal246364601221154354410546
Binary10100110111101001100101001010011011000111011001001000101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A61E26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A61E26; }

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

 H1.HeaderClassName
 {
   color: #A61E26;
 }
 .AnyTagClassName
 {
   color: #A61E26;
 }
</style>
background-color css

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

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

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

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

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

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