Html Css Color HEX #AE0B0A Free Speech Red

📋 copy color: '#AE0B0A'

red 174 ◦ green 11 ◦ blue 10

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

Shades of Free Speech Red #AE0B0A

Tints of Free Speech Red #AE0B0A

RGB

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

 GREEN value IS 11 (4.69% from 255) = 5.64%

 BLUE value IS 10 (4.3% from 255) = 5.13%

R = 89.23%
G = 5.64%
B = 5.13%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.94

 K value IS 0.32

RGB Variations

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

Color information

#AE0B0A (or 0xAE0B0A) is known color: Free Speech Red. HEX triplet: AE, 0B and 0A. RGB value is (174,11,10). Sum of RGB (Red+Green+Blue) = 174+11+10=195 (25% of max value = 765). Red value is 174 (68.36% from 255 or 89.23% from 195); Green value is 11 (4.69% from 255 or 5.64% from 195); Blue value is 10 (4.30% from 255 or 5.13% from 195); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0B0A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AE0B0A is #51F4F5. Grayscale: #3B3B3B. Windows color (decimal): -5371126 or 658350. OLE color: 658350.

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

Color convert

RGB 174 11 10 -
CMYK 0 0.94 0.94 0.32
HSL 0.37º 0.89% 0.36% -
HSV(B) 0.37º 0.94% 0.68% -
XYZ 17.63 9.26 1.15 -
YUV 59.62 100 209.58 -
System Red Green Blue C M Y K H S L
Decimal 174 11 10 0 0.94 0.94 0.32 0.37 0.89 0.36
Hex AE B A 0 5E 5E 20 0 59 24
Octal 256 13 12 0 136 136 40 0 131 44
Binary 10101110 1011 1010 0 1011110 1011110 100000 0 1011001 100100

Color Harmonies of #AE0B0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE0B0A

Black with #AE0B0A

Text Example


Text Example

White with #AE0B0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE0B0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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