#AE0C09

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

Shades of Free Speech Red #AE0C09

Tints of Free Speech Red #AE0C09

Color information

#AE0C09 (or 0xAE0C09) is unknown color: approx Free Speech Red. HEX triplet: AE, 0C and 09. RGB value is (174,12,9). Sum of RGB (Red+Green+Blue) = 174+12+9=195 (25% of max value = 765). Red value is 174 (68.36% from 255 or 89.23% from 195); Green value is 12 (5.08% from 255 or 6.15% from 195); Blue value is 9 (3.91% from 255 or 4.62% from 195); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0C09 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AE0C09 is #51F3F6. Grayscale: #3C3C3C. Windows color (decimal): -5370871 or 593070. OLE color: 593070.

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

Color convert

RGB174129-
CMYK00.930.950.32
HSL1.09º90.16%35.88%-
HSV(B)1.09º94.83%68.24%-
XYZ17.649.281.12-
YUV60.199.17209.24-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 89.23%
GREEN value IS 12 (5.08% from 255) = 6.15%
BLUE value IS 9 (3.91% from 255) = 4.62%
R=89.23%
G=6.15%
B=4.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.95
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17412900.930.950.321.0990.1635.88
HexAEC905D5F2015a24
Octal2561411013513740113244
Binary101011101100100101011101101111110000011011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE0C09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE0C09; }

 p { color: rgb(174,12,9); }

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

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

 a { background-color: rgb(174,12,9); }

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

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

 span { border-color: rgb(174,12,9); }

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