#A11232

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

Shades of Bright Red #A11232

Tints of Bright Red #A11232

Color information

#A11232 (or 0xA11232) is unknown color: approx Bright Red. HEX triplet: A1, 12 and 32. RGB value is (161,18,50). Sum of RGB (Red+Green+Blue) = 161+18+50=229 (30% of max value = 765). Red value is 161 (63.28% from 255 or 70.31% from 229); Green value is 18 (7.42% from 255 or 7.86% from 229); Blue value is 50 (19.92% from 255 or 21.83% from 229); Max value from RGB is 161 - color contains mainly: red. Hex color #A11232 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A11232 is #5EEDCD. Grayscale: #404040. Windows color (decimal): -6221262 or 3281569. OLE color: 3281569.

HSL color Cylindrical-coordinate representation of color #A11232: hue angle of 346.57º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A11232 is Cyan = 0, Magento = 0.89, Yellow = 0.69 and Black (K on CMYK) = 0.37.

Color convert

RGB1611850-
CMYK00.890.690.37
HSL346.57º79.89%35.1%-
HSV(B)346.57º88.82%63.14%-
XYZ15.498.243.79-
YUV64.4119.88196.9-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 70.31%
GREEN value IS 18 (7.42% from 255) = 7.86%
BLUE value IS 50 (19.92% from 255) = 21.83%
R=70.31%
G=7.86%
B=21.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.69
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161185000.890.690.37346.5779.8935.1
HexA11232059452515b5023
Octal241226201311054553312043
Binary10100001100101100100101100110001011001011010110111010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A11232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A11232; }

 p { color: rgb(161,18,50); }

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

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

 a { background-color: rgb(161,18,50); }

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

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

 span { border-color: rgb(161,18,50); }

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