#A1183E

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

Shades of Bright Red #A1183E

Tints of Bright Red #A1183E

Color information

#A1183E (or 0xA1183E) is unknown color: approx Bright Red. HEX triplet: A1, 18 and 3E. RGB value is (161,24,62). Sum of RGB (Red+Green+Blue) = 161+24+62=247 (32% of max value = 765). Red value is 161 (63.28% from 255 or 65.18% from 247); Green value is 24 (9.77% from 255 or 9.72% from 247); Blue value is 62 (24.61% from 255 or 25.10% from 247); Max value from RGB is 161 - color contains mainly: red. Hex color #A1183E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A1183E is #5EE7C1. Grayscale: #454545. Windows color (decimal): -6219714 or 4069537. OLE color: 4069537.

HSL color Cylindrical-coordinate representation of color #A1183E: hue angle of 343.36º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A1183E is Cyan = 0, Magento = 0.85, Yellow = 0.61 and Black (K on CMYK) = 0.37.

Color convert

RGB1612462-
CMYK00.850.610.37
HSL343.36º74.05%36.27%-
HSV(B)343.36º85.09%63.14%-
XYZ15.898.585.38-
YUV69.3123.89193.41-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 65.18%
GREEN value IS 24 (9.77% from 255) = 9.72%
BLUE value IS 62 (24.61% from 255) = 25.10%
R=65.18%
G=9.72%
B=25.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.61
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161246200.850.610.37343.3674.0536.27
HexA1183E0553D251574a24
Octal24130760125754552711244
Binary1010000111000111110010101011111011001011010101111001010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1183E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1183E; }

 p { color: rgb(161,24,62); }

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

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

 a { background-color: rgb(161,24,62); }

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

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

 span { border-color: rgb(161,24,62); }

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