#AE120B

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

Shades of Free Speech Red #AE120B

Tints of Free Speech Red #AE120B

Color information

#AE120B (or 0xAE120B) is unknown color: approx Free Speech Red. HEX triplet: AE, 12 and 0B. RGB value is (174,18,11). Sum of RGB (Red+Green+Blue) = 174+18+11=203 (26% of max value = 765). Red value is 174 (68.36% from 255 or 85.71% from 203); Green value is 18 (7.42% from 255 or 8.87% from 203); Blue value is 11 (4.69% from 255 or 5.42% from 203); Max value from RGB is 174 - color contains mainly: red. Hex color #AE120B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AE120B is #51EDF4. Grayscale: #404040. Windows color (decimal): -5369333 or 725678. OLE color: 725678.

HSL color Cylindrical-coordinate representation of color #AE120B: hue angle of 2.58º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AE120B is Cyan = 0, Magento = 0.90, Yellow = 0.94 and Black (K on CMYK) = 0.32.

Color convert

RGB1741811-
CMYK00.900.940.32
HSL2.58º88.11%36.27%-
HSV(B)2.58º93.68%68.24%-
XYZ17.739.461.21-
YUV63.8598.18206.57-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 85.71%
GREEN value IS 18 (7.42% from 255) = 8.87%
BLUE value IS 11 (4.69% from 255) = 5.42%
R=85.71%
G=8.87%
B=5.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.94
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174181100.900.940.322.5888.1136.27
HexAE12B05A5E2035824
Octal2562213013213640313044
Binary10101110100101011010110101011110100000111011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE120B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE120B; }

 p { color: rgb(174,18,11); }

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

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

 a { background-color: rgb(174,18,11); }

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

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

 span { border-color: rgb(174,18,11); }

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