#AB1100

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

Shades of Free Speech Red #AB1100

Tints of Free Speech Red #AB1100

Color information

#AB1100 (or 0xAB1100) is unknown color: approx Free Speech Red. HEX triplet: AB, 11 and 00. RGB value is (171,17,0). Sum of RGB (Red+Green+Blue) = 171+17+0=188 (24% of max value = 765). Red value is 171 (67.19% from 255 or 90.96% from 188); Green value is 17 (7.03% from 255 or 9.04% from 188); Blue value is 0 (0.39% from 255 or 0% from 188); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1100 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AB1100 is #54EEFF. Grayscale: #3D3D3D. Windows color (decimal): -5566208 or 4523. OLE color: 4523.

HSL color Cylindrical-coordinate representation of color #AB1100: hue angle of 5.96º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AB1100 is Cyan = 0, Magento = 0.90, Yellow = 1 and Black (K on CMYK) = 0.33.

Color convert

RGB171170-
CMYK00.9010.33
HSL5.96º100%33.53%-
HSV(B)5.96º100%67.06%-
XYZ179.060.85-
YUV61.1193.52206.38-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 90.96%
GREEN value IS 17 (7.03% from 255) = 9.04%
BLUE value IS 0 (0.39% from 255) = 0%
R=90.96%
G=9.04%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 1
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17117000.9010.335.9610033.53
HexAB11005A642166422
Octal253210013214441614442
Binary101010111000100101101011001001000011101100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB1100

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB1100; }

 p { color: rgb(171,17,0); }

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

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

 a { background-color: rgb(171,17,0); }

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

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

 span { border-color: rgb(171,17,0); }

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