#A61A2E

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

Shades of Bright Red #A61A2E

Tints of Bright Red #A61A2E

Color information

#A61A2E (or 0xA61A2E) is unknown color: approx Bright Red. HEX triplet: A6, 1A and 2E. RGB value is (166,26,46). Sum of RGB (Red+Green+Blue) = 166+26+46=238 (31% of max value = 765). Red value is 166 (65.23% from 255 or 69.75% from 238); Green value is 26 (10.55% from 255 or 10.92% from 238); Blue value is 46 (18.36% from 255 or 19.33% from 238); Max value from RGB is 166 - color contains mainly: red. Hex color #A61A2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A61A2E is #59E5D1. Grayscale: #464646. Windows color (decimal): -5891538 or 3021478. OLE color: 3021478.

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

Color convert

RGB1662646-
CMYK00.840.720.35
HSL351.43º72.92%37.65%-
HSV(B)351.43º84.34%65.1%-
XYZ16.599.043.46-
YUV70.14114.38196.37-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 69.75%
GREEN value IS 26 (10.55% from 255) = 10.92%
BLUE value IS 46 (18.36% from 255) = 19.33%
R=69.75%
G=10.92%
B=19.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.72
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166264600.840.720.35351.4372.9237.65
HexA61A2E054482315f4926
Octal246325601241104353711146
Binary10100110110101011100101010010010001000111010111111001001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A61A2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A61A2E; }

 p { color: rgb(166,26,46); }

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

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

 a { background-color: rgb(166,26,46); }

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

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

 span { border-color: rgb(166,26,46); }

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