#AE0806

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

Shades of Free Speech Red #AE0806

Tints of Free Speech Red #AE0806

Color information

#AE0806 (or 0xAE0806) is unknown color: approx Free Speech Red. HEX triplet: AE, 08 and 06. RGB value is (174,8,6). Sum of RGB (Red+Green+Blue) = 174+8+6=188 (24% of max value = 765). Red value is 174 (68.36% from 255 or 92.55% from 188); Green value is 8 (3.52% from 255 or 4.26% from 188); Blue value is 6 (2.73% from 255 or 3.19% from 188); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0806 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AE0806 is #51F7F9. Grayscale: #393939. Windows color (decimal): -5371898 or 395438. OLE color: 395438.

HSL color Cylindrical-coordinate representation of color #AE0806: hue angle of 0.71º degrees, saturation: 0.93, 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 #AE0806 is Cyan = 0, Magento = 0.95, Yellow = 0.97 and Black (K on CMYK) = 0.32.

Color convert

RGB17486-
CMYK00.950.970.32
HSL0.71º93.33%35.29%-
HSV(B)0.71º96.55%68.24%-
XYZ17.589.191.02-
YUV57.4199211.16-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 92.55%
GREEN value IS 8 (3.52% from 255) = 4.26%
BLUE value IS 6 (2.73% from 255) = 3.19%
R=92.55%
G=4.26%
B=3.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.97
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1748600.950.970.320.7193.3335.29
HexAE8605F612015d23
Octal256106013714140113543
Binary10101110100011001011111110000110000011011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE0806

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE0806; }

 p { color: rgb(174,8,6); }

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

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

 a { background-color: rgb(174,8,6); }

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

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

 span { border-color: rgb(174,8,6); }

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