#AE1205

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

Shades of Free Speech Red #AE1205

Tints of Free Speech Red #AE1205

Color information

#AE1205 (or 0xAE1205) is unknown color: approx Free Speech Red. HEX triplet: AE, 12 and 05. RGB value is (174,18,5). Sum of RGB (Red+Green+Blue) = 174+18+5=197 (26% of max value = 765). Red value is 174 (68.36% from 255 or 88.32% from 197); Green value is 18 (7.42% from 255 or 9.14% from 197); Blue value is 5 (2.34% from 255 or 2.54% from 197); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1205 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AE1205 is #51EDFA. Grayscale: #3F3F3F. Windows color (decimal): -5369339 or 332462. OLE color: 332462.

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

Color convert

RGB174185-
CMYK00.900.970.32
HSL4.62º94.41%35.1%-
HSV(B)4.62º97.13%68.24%-
XYZ17.79.441.03-
YUV63.1695.18207.06-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 88.32%
GREEN value IS 18 (7.42% from 255) = 9.14%
BLUE value IS 5 (2.34% from 255) = 2.54%
R=88.32%
G=9.14%
B=2.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.97
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17418500.900.970.324.6294.4135.1
HexAE12505A612055e23
Octal256225013214140513643
Binary10101110100101010101101011000011000001011011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE1205

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE1205; }

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

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

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

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

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

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

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

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