Html Css Color HEX #AE0F00 Free Speech Red

📋 copy color: '#AE0F00'

red 174 ◦ green 15 ◦ blue 0

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

Shades of Free Speech Red #AE0F00

Tints of Free Speech Red #AE0F00

RGB

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

 GREEN value IS 15 (6.25% from 255) = 7.94%

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

R = 92.06%
G = 7.94%
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

#AE0F00 (or 0xAE0F00) is known color: Free Speech Red. HEX triplet: AE, 0F and 00. RGB value is (174,15,0). Sum of RGB (Red+Green+Blue) = 174+15+0=189 (25% of max value = 765). Red value is 174 (68.36% from 255 or 92.06% from 189); Green value is 15 (6.25% from 255 or 7.94% from 189); Blue value is 0 (0.39% from 255 or 0% from 189); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0F00 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AE0F00 is #51F0FF. Grayscale: #3D3D3D. Windows color (decimal): -5370112 or 4014. OLE color: 4014.

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

Color convert

RGB 174 15 0 -
CMYK 0 0.91 1 0.32
HSL 5.17º 1% 0.34% -
HSV(B) 5.17º 1% 0.68% -
XYZ 17.63 9.34 0.87 -
YUV 60.83 93.68 208.72 -
System Red Green Blue C M Y K H S L
Decimal 174 15 0 0 0.91 1 0.32 5.17 1 0.34
Hex AE F 0 0 5B 64 20 5 64 22
Octal 256 17 0 0 133 144 40 5 144 42
Binary 10101110 1111 0 0 1011011 1100100 100000 101 1100100 100010

Color Harmonies of #AE0F00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE0F00

Black with #AE0F00

Text Example


Text Example

White with #AE0F00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE0F00; }

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

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

background-color css

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

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

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

border-color css

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

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

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