Html Css Color HEX #AE0300 Free Speech Red

📋 copy color: '#AE0300'

red 174 ◦ green 3 ◦ blue 0

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

Shades of Free Speech Red #AE0300

Tints of Free Speech Red #AE0300

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.69%

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

R = 98.31%
G = 1.69%
B = 0%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 1

 K value IS 0.32

RGB Variations

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

Color information

#AE0300 (or 0xAE0300) is known color: Free Speech Red. HEX triplet: AE, 03 and 00. RGB value is (174,3,0). Sum of RGB (Red+Green+Blue) = 174+3+0=177 (23% of max value = 765). Red value is 174 (68.36% from 255 or 98.31% from 177); Green value is 3 (1.56% from 255 or 1.69% from 177); Blue value is 0 (0.39% from 255 or 0% from 177); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0300 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AE0300 is #51FCFF. Grayscale: #353535. Windows color (decimal): -5373184 or 942. OLE color: 942.

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

Color convert

RGB 174 3 0 -
CMYK 0 0.98 1 0.32
HSL 1.03º 1% 0.34% -
HSV(B) 1.03º 1% 0.68% -
XYZ 17.49 9.06 0.83 -
YUV 53.79 97.65 213.74 -
System Red Green Blue C M Y K H S L
Decimal 174 3 0 0 0.98 1 0.32 1.03 1 0.34
Hex AE 3 0 0 62 64 20 1 64 22
Octal 256 3 0 0 142 144 40 1 144 42
Binary 10101110 11 0 0 1100010 1100100 100000 1 1100100 100010

Color Harmonies of #AE0300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE0300

Black with #AE0300

Text Example


Text Example

White with #AE0300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE0300; }

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

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

background-color css

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

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

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

border-color css

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

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

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