#A61B2E

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

Shades of Bright Red #A61B2E

Tints of Bright Red #A61B2E

Color information

#A61B2E (or 0xA61B2E) is unknown color: approx Bright Red. HEX triplet: A6, 1B and 2E. RGB value is (166,27,46). Sum of RGB (Red+Green+Blue) = 166+27+46=239 (31% of max value = 765). Red value is 166 (65.23% from 255 or 69.46% from 239); Green value is 27 (10.94% from 255 or 11.30% from 239); Blue value is 46 (18.36% from 255 or 19.25% from 239); Max value from RGB is 166 - color contains mainly: red. Hex color #A61B2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A61B2E is #59E4D1. Grayscale: #464646. Windows color (decimal): -5891282 or 3021734. OLE color: 3021734.

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

Color convert

RGB1662746-
CMYK00.840.720.35
HSL351.8º72.02%37.84%-
HSV(B)351.8º83.73%65.1%-
XYZ16.619.093.46-
YUV70.73114.05195.96-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 69.46%
GREEN value IS 27 (10.94% from 255) = 11.30%
BLUE value IS 46 (18.36% from 255) = 19.25%
R=69.46%
G=11.30%
B=19.25%

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
Decimal166274600.840.720.35351.872.0237.84
HexA61B2E05448231604826
Octal246335601241104354011046
Binary10100110110111011100101010010010001000111011000001001000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A61B2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A61B2E; }

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

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

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

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

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

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

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

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