#AB1C00

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

Shades of Free Speech Red #AB1C00

Tints of Free Speech Red #AB1C00

Color information

#AB1C00 (or 0xAB1C00) is unknown color: approx Free Speech Red. HEX triplet: AB, 1C and 00. RGB value is (171,28,0). Sum of RGB (Red+Green+Blue) = 171+28+0=199 (26% of max value = 765). Red value is 171 (67.19% from 255 or 85.93% from 199); Green value is 28 (11.33% from 255 or 14.07% from 199); Blue value is 0 (0.39% from 255 or 0% from 199); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1C00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB1C00 is #54E3FF. Grayscale: #434343. Windows color (decimal): -5563392 or 7339. OLE color: 7339.

HSL color Cylindrical-coordinate representation of color #AB1C00: hue angle of 9.82º 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 #AB1C00 is Cyan = 0, Magento = 0.84, Yellow = 1 and Black (K on CMYK) = 0.33.

Color convert

RGB171280-
CMYK00.8410.33
HSL9.82º100%33.53%-
HSV(B)9.82º100%67.06%-
XYZ17.219.490.92-
YUV67.5689.88201.78-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 85.93%
GREEN value IS 28 (11.33% from 255) = 14.07%
BLUE value IS 0 (0.39% from 255) = 0%
R=85.93%
G=14.07%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 1
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17128000.8410.339.8210033.53
HexAB1C00546421a6422
Octal2533400124144411214442
Binary1010101111100001010100110010010000110101100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB1C00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB1C00; }

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

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

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

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

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

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

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

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