#AE1B02

Color #AE1B02 Free Speech Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Red #AE1B02

Tints of Free Speech Red #AE1B02

Color information

#AE1B02 (or 0xAE1B02) is unknown color: approx Free Speech Red. HEX triplet: AE, 1B and 02. RGB value is (174,27,2). Sum of RGB (Red+Green+Blue) = 174+27+2=203 (26% of max value = 765). Red value is 174 (68.36% from 255 or 85.71% from 203); Green value is 27 (10.94% from 255 or 13.30% from 203); Blue value is 2 (1.17% from 255 or 0.99% from 203); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1B02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE1B02 is #51E4FD. Grayscale: #444444. Windows color (decimal): -5367038 or 138158. OLE color: 138158.

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

Color convert

RGB174272-
CMYK00.840.990.32
HSL8.72º97.73%34.51%-
HSV(B)8.72º98.85%68.24%-
XYZ17.869.791.01-
YUV68.190.7203.53-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 85.71%
GREEN value IS 27 (10.94% from 255) = 13.30%
BLUE value IS 2 (1.17% from 255) = 0.99%
R=85.71%
G=13.30%
B=0.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.99
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17427200.840.990.328.7297.7334.51
HexAE1B2054632096223
Octal2563320124143401114243
Binary10101110110111001010100110001110000010011100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE1B02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE1B02; }

 p { color: rgb(174,27,2); }

 H1.HeaderClassName
 {
   color: #AE1B02;
 }
 .AnyTagClassName
 {
   color: #AE1B02;
 }
</style>
background-color css

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

 a { background-color: rgb(174,27,2); }

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

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

 span { border-color: rgb(174,27,2); }

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