Html Css Color HEX #AE0A00 Free Speech Red

📋 copy color: '#AE0A00'

red 174 ◦ green 10 ◦ blue 0

#AE0A00
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Free Speech Red #AE0A00

Tints of Free Speech Red #AE0A00

RGB

 RED value IS 174 (68.36% from 255) = 94.57%

 GREEN value IS 10 (4.3% from 255) = 5.43%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 94.57%
G = 5.43%
B = 0%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 1

 K value IS 0.32

RGB Variations

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

Color information

#AE0A00 (or 0xAE0A00) is known color: Free Speech Red. HEX triplet: AE, 0A and 00. RGB value is (174,10,0). Sum of RGB (Red+Green+Blue) = 174+10+0=184 (24% of max value = 765). Red value is 174 (68.36% from 255 or 94.57% from 184); Green value is 10 (4.30% from 255 or 5.43% from 184); Blue value is 0 (0.39% from 255 or 0% from 184); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0A00 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AE0A00 is #51F5FF. Grayscale: #3A3A3A. Windows color (decimal): -5371392 or 2734. OLE color: 2734.

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

Color convert

RGB 174 10 0 -
CMYK 0 0.94 1 0.32
HSL 3.45º 1% 0.34% -
HSV(B) 3.45º 1% 0.68% -
XYZ 17.56 9.22 0.85 -
YUV 57.9 95.33 210.81 -
System Red Green Blue C M Y K H S L
Decimal 174 10 0 0 0.94 1 0.32 3.45 1 0.34
Hex AE A 0 0 5E 64 20 3 64 22
Octal 256 12 0 0 136 144 40 3 144 42
Binary 10101110 1010 0 0 1011110 1100100 100000 11 1100100 100010

Color Harmonies of #AE0A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE0A00

Black with #AE0A00

Text Example


Text Example

White with #AE0A00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE0A00; }

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

 H1.HeaderClassName
 {
   color: #AE0A00;
 }
 .AnyTagClassName
 {
   color: #AE0A00;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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