#AE0C00

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

Shades of Free Speech Red #AE0C00

Tints of Free Speech Red #AE0C00

Color information

#AE0C00 (or 0xAE0C00) is unknown color: approx Free Speech Red. HEX triplet: AE, 0C and 00. RGB value is (174,12,0). Sum of RGB (Red+Green+Blue) = 174+12+0=186 (24% of max value = 765). Red value is 174 (68.36% from 255 or 93.55% from 186); Green value is 12 (5.08% from 255 or 6.45% from 186); Blue value is 0 (0.39% from 255 or 0% from 186); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0C00 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AE0C00 is #51F3FF. Grayscale: #3B3B3B. Windows color (decimal): -5370880 or 3246. OLE color: 3246.

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

Color convert

RGB174120-
CMYK00.9310.32
HSL4.14º100%34.12%-
HSV(B)4.14º100%68.24%-
XYZ17.599.260.86-
YUV59.0794.67209.98-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 93.55%
GREEN value IS 12 (5.08% from 255) = 6.45%
BLUE value IS 0 (0.39% from 255) = 0%
R=93.55%
G=6.45%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 1
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17412000.9310.324.1410034.12
HexAEC005D642046422
Octal256140013514440414442
Binary10101110110000101110111001001000001001100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE0C00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE0C00; }

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

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

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

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

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

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

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

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