#AE0903

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

Shades of Free Speech Red #AE0903

Tints of Free Speech Red #AE0903

Color information

#AE0903 (or 0xAE0903) is unknown color: approx Free Speech Red. HEX triplet: AE, 09 and 03. RGB value is (174,9,3). Sum of RGB (Red+Green+Blue) = 174+9+3=186 (24% of max value = 765). Red value is 174 (68.36% from 255 or 93.55% from 186); Green value is 9 (3.91% from 255 or 4.84% from 186); Blue value is 3 (1.56% from 255 or 1.61% from 186); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0903 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AE0903 is #51F6FC. Grayscale: #393939. Windows color (decimal): -5371645 or 199086. OLE color: 199086.

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

Color convert

RGB17493-
CMYK00.950.980.32
HSL2.11º96.61%34.71%-
HSV(B)2.11º98.28%68.24%-
XYZ17.579.20.94-
YUV57.6597.16210.99-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 93.55%
GREEN value IS 9 (3.91% from 255) = 4.84%
BLUE value IS 3 (1.56% from 255) = 1.61%
R=93.55%
G=4.84%
B=1.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.98
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1749300.950.980.322.1196.6134.71
HexAE9305F622026123
Octal256113013714240214143
Binary10101110100111010111111100010100000101100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE0903

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE0903; }

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

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

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

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

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

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

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

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