#A61F39

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

Shades of Bright Red #A61F39

Tints of Bright Red #A61F39

Color information

#A61F39 (or 0xA61F39) is unknown color: approx Bright Red. HEX triplet: A6, 1F and 39. RGB value is (166,31,57). Sum of RGB (Red+Green+Blue) = 166+31+57=254 (33% of max value = 765). Red value is 166 (65.23% from 255 or 65.35% from 254); Green value is 31 (12.5% from 255 or 12.20% from 254); Blue value is 57 (22.66% from 255 or 22.44% from 254); Max value from RGB is 166 - color contains mainly: red. Hex color #A61F39 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A61F39 is #59E0C6. Grayscale: #4A4A4A. Windows color (decimal): -5890247 or 3743654. OLE color: 3743654.

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

Color convert

RGB1663157-
CMYK00.810.660.35
HSL348.44º68.53%38.63%-
HSV(B)348.44º81.33%65.1%-
XYZ16.959.384.79-
YUV74.33118.23193.39-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 65.35%
GREEN value IS 31 (12.5% from 255) = 12.20%
BLUE value IS 57 (22.66% from 255) = 22.44%
R=65.35%
G=12.20%
B=22.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.66
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166315700.810.660.35348.4468.5338.63
HexA61F39051422315c4527
Octal246377101211024353410547
Binary10100110111111110010101000110000101000111010111001000101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A61F39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A61F39; }

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

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

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

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

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

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

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

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