#AE0A03

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

Shades of Free Speech Red #AE0A03

Tints of Free Speech Red #AE0A03

Color information

#AE0A03 (or 0xAE0A03) is unknown color: approx Free Speech Red. HEX triplet: AE, 0A and 03. RGB value is (174,10,3). Sum of RGB (Red+Green+Blue) = 174+10+3=187 (24% of max value = 765). Red value is 174 (68.36% from 255 or 93.05% from 187); Green value is 10 (4.30% from 255 or 5.35% from 187); Blue value is 3 (1.56% from 255 or 1.60% from 187); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0A03 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AE0A03 is #51F5FC. Grayscale: #3A3A3A. Windows color (decimal): -5371389 or 199342. OLE color: 199342.

HSL color Cylindrical-coordinate representation of color #AE0A03: hue angle of 2.46º 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 #AE0A03 is Cyan = 0, Magento = 0.94, Yellow = 0.98 and Black (K on CMYK) = 0.32.

Color convert

RGB174103-
CMYK00.940.980.32
HSL2.46º96.61%34.71%-
HSV(B)2.46º98.28%68.24%-
XYZ17.589.220.94-
YUV58.2496.83210.57-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 93.05%
GREEN value IS 10 (4.30% from 255) = 5.35%
BLUE value IS 3 (1.56% from 255) = 1.60%
R=93.05%
G=5.35%
B=1.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.98
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17410300.940.980.322.4696.6134.71
HexAEA305E622026123
Octal256123013614240214143
Binary10101110101011010111101100010100000101100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE0A03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE0A03; }

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

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

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

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

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

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

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

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