Html Css Color HEX #AE1000 Free Speech Red

📋 copy color: '#AE1000'

red 174 ◦ green 16 ◦ blue 0

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

Shades of Free Speech Red #AE1000

Tints of Free Speech Red #AE1000

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8.42%

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

R = 91.58%
G = 8.42%
B = 0%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 1

 K value IS 0.32

RGB Variations

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

Color information

#AE1000 (or 0xAE1000) is known color: Free Speech Red. HEX triplet: AE, 10 and 00. RGB value is (174,16,0). Sum of RGB (Red+Green+Blue) = 174+16+0=190 (25% of max value = 765). Red value is 174 (68.36% from 255 or 91.58% from 190); Green value is 16 (6.64% from 255 or 8.42% from 190); Blue value is 0 (0.39% from 255 or 0% from 190); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1000 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AE1000 is #51EFFF. Grayscale: #3D3D3D. Windows color (decimal): -5369856 or 4270. OLE color: 4270.

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

Color convert

RGB 174 16 0 -
CMYK 0 0.91 1 0.32
HSL 5.52º 1% 0.34% -
HSV(B) 5.52º 1% 0.68% -
XYZ 17.64 9.37 0.88 -
YUV 61.42 93.35 208.3 -
System Red Green Blue C M Y K H S L
Decimal 174 16 0 0 0.91 1 0.32 5.52 1 0.34
Hex AE 10 0 0 5B 64 20 6 64 22
Octal 256 20 0 0 133 144 40 6 144 42
Binary 10101110 10000 0 0 1011011 1100100 100000 110 1100100 100010

Color Harmonies of #AE1000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE1000

Black with #AE1000

Text Example


Text Example

White with #AE1000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE1000; }

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

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

background-color css

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

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

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

border-color css

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

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

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