#A61626

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

Shades of Bright Red #A61626

Tints of Bright Red #A61626

Color information

#A61626 (or 0xA61626) is unknown color: approx Bright Red. HEX triplet: A6, 16 and 26. RGB value is (166,22,38). Sum of RGB (Red+Green+Blue) = 166+22+38=226 (29% of max value = 765). Red value is 166 (65.23% from 255 or 73.45% from 226); Green value is 22 (8.98% from 255 or 9.73% from 226); Blue value is 38 (15.23% from 255 or 16.81% from 226); Max value from RGB is 166 - color contains mainly: red. Hex color #A61626 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A61626 is #59E9D9. Grayscale: #424242. Windows color (decimal): -5892570 or 2496166. OLE color: 2496166.

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

Color convert

RGB1662238-
CMYK00.870.770.35
HSL353.33º76.6%36.86%-
HSV(B)353.33º86.75%65.1%-
XYZ16.368.822.67-
YUV66.88111.71198.7-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 73.45%
GREEN value IS 22 (8.98% from 255) = 9.73%
BLUE value IS 38 (15.23% from 255) = 16.81%
R=73.45%
G=9.73%
B=16.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.77
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166223800.870.770.35353.3376.636.86
HexA616260574D231614d25
Octal246264601271154354111545
Binary10100110101101001100101011110011011000111011000011001101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A61626

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A61626; }

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

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

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

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

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

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

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

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