Html Css Color HEX #AE100B Free Speech Red

📋 copy color: '#AE100B'

red 174 ◦ green 16 ◦ blue 11

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

Shades of Free Speech Red #AE100B

Tints of Free Speech Red #AE100B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 5.47%

R = 86.57%
G = 7.96%
B = 5.47%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.94

 K value IS 0.32

RGB Variations

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

Color information

#AE100B (or 0xAE100B) is known color: Free Speech Red. HEX triplet: AE, 10 and 0B. RGB value is (174,16,11). Sum of RGB (Red+Green+Blue) = 174+16+11=201 (26% of max value = 765). Red value is 174 (68.36% from 255 or 86.57% from 201); Green value is 16 (6.64% from 255 or 7.96% from 201); Blue value is 11 (4.69% from 255 or 5.47% from 201); Max value from RGB is 174 - color contains mainly: red. Hex color #AE100B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AE100B is #51EFF4. Grayscale: #3E3E3E. Windows color (decimal): -5369845 or 725166. OLE color: 725166.

HSL color Cylindrical-coordinate representation of color #AE100B: hue angle of 1.84º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AE100B is Cyan = 0, Magento = 0.91, Yellow = 0.94 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 16 11 -
CMYK 0 0.91 0.94 0.32
HSL 1.84º 0.88% 0.36% -
HSV(B) 1.84º 0.94% 0.68% -
XYZ 17.7 9.39 1.2 -
YUV 62.67 98.85 207.41 -
System Red Green Blue C M Y K H S L
Decimal 174 16 11 0 0.91 0.94 0.32 1.84 0.88 0.36
Hex AE 10 B 0 5B 5E 20 2 58 24
Octal 256 20 13 0 133 136 40 2 130 44
Binary 10101110 10000 1011 0 1011011 1011110 100000 10 1011000 100100

Color Harmonies of #AE100B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE100B

Black with #AE100B

Text Example


Text Example

White with #AE100B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE100B; }

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

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

background-color css

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

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

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

border-color css

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

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

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