#A61F31

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

Shades of Bright Red #A61F31

Tints of Bright Red #A61F31

Color information

#A61F31 (or 0xA61F31) is unknown color: approx Bright Red. HEX triplet: A6, 1F and 31. RGB value is (166,31,49). Sum of RGB (Red+Green+Blue) = 166+31+49=246 (32% of max value = 765). Red value is 166 (65.23% from 255 or 67.48% from 246); Green value is 31 (12.5% from 255 or 12.60% from 246); Blue value is 49 (19.53% from 255 or 19.92% from 246); Max value from RGB is 166 - color contains mainly: red. Hex color #A61F31 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A61F31 is #59E0CE. Grayscale: #494949. Windows color (decimal): -5890255 or 3219366. OLE color: 3219366.

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

Color convert

RGB1663149-
CMYK00.810.700.35
HSL352º68.53%38.63%-
HSV(B)352º81.33%65.1%-
XYZ16.779.313.82-
YUV73.42114.23194.04-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 67.48%
GREEN value IS 31 (12.5% from 255) = 12.60%
BLUE value IS 49 (19.53% from 255) = 19.92%
R=67.48%
G=12.60%
B=19.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.70
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166314900.810.700.3535268.5338.63
HexA61F3105146231604527
Octal246376101211064354010547
Binary10100110111111100010101000110001101000111011000001000101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A61F31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A61F31; }

 p { color: rgb(166,31,49); }

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

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

 a { background-color: rgb(166,31,49); }

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

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

 span { border-color: rgb(166,31,49); }

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