Html Css Color HEX #AE0C06 Free Speech Red

📋 copy color: '#AE0C06'

red 174 ◦ green 12 ◦ blue 6

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

Shades of Free Speech Red #AE0C06

Tints of Free Speech Red #AE0C06

RGB

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

 GREEN value IS 12 (5.08% from 255) = 6.25%

 BLUE value IS 6 (2.73% from 255) = 3.13%

R = 90.63%
G = 6.25%
B = 3.13%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.97

 K value IS 0.32

RGB Variations

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

Color information

#AE0C06 (or 0xAE0C06) is known color: Free Speech Red. HEX triplet: AE, 0C and 06. RGB value is (174,12,6). Sum of RGB (Red+Green+Blue) = 174+12+6=192 (25% of max value = 765). Red value is 174 (68.36% from 255 or 90.62% from 192); Green value is 12 (5.08% from 255 or 6.25% from 192); Blue value is 6 (2.73% from 255 or 3.12% from 192); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0C06 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AE0C06 is #51F3F9. Grayscale: #3B3B3B. Windows color (decimal): -5370874 or 396462. OLE color: 396462.

HSL color Cylindrical-coordinate representation of color #AE0C06: hue angle of 2.14º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AE0C06 is Cyan = 0, Magento = 0.93, Yellow = 0.97 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 12 6 -
CMYK 0 0.93 0.97 0.32
HSL 2.14º 0.93% 0.35% -
HSV(B) 2.14º 0.97% 0.68% -
XYZ 17.62 9.27 1.03 -
YUV 59.75 97.67 209.49 -
System Red Green Blue C M Y K H S L
Decimal 174 12 6 0 0.93 0.97 0.32 2.14 0.93 0.35
Hex AE C 6 0 5D 61 20 2 5D 23
Octal 256 14 6 0 135 141 40 2 135 43
Binary 10101110 1100 110 0 1011101 1100001 100000 10 1011101 100011

Color Harmonies of #AE0C06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE0C06

Black with #AE0C06

Text Example


Text Example

White with #AE0C06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE0C06; }

 p { color: rgb(174,12,6); }

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

background-color css

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

 a { background-color: rgb(174,12,6); }

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

border-color css

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

 span { border-color: rgb(174,12,6); }

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